appened is that they weren't
able to pull newer updates as well which seems like a net loss.
Kris Jurka
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
ese
buffers kept around, not about pg's own buffer cache. So I think it's
still valid.
Kris Jurka
---(end of broadcast)---
TIP 4: Have you searched our list archives?
http://archives.postgresql.org
Bruce Momjian wrote:
Log Message:
---
Use unsigned into for slock_t for pre-sparcv8plus.
This breaks x86.
http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=kudu&dt=2006-05-19%2004:30:01
Kris Jurka
---(end of broadcast)---
TIP 2: D
message if there is a CRL file that we're not going to check.
Kris Jurka
[1] http://archives.postgresql.org/pgsql-committers/2005-07/msg00194.php
[2] http://www.openssl.org/news/
---(end of broadcast)---
TIP 1: if posting/reading through
Bruce Momjian wrote:
Log Message:
---
Modify Solaris compiler build rules to use the cpp preprocessor, the the
x86 file.
Well it compiles now, but it doesn't seem to work:
http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=kudu&dt=2006-04-28%2016:30:01
selecting default max_connections ..
Bruce Momjian wrote:
Log Message:
---
plpython improvements:
These don't seem to work:
http://pgbuildfarm.org/cgi-bin/show_status.pl
---(end of broadcast)---
TIP 4: Have you searched our list archives?
http://archives.pos
Bruce Momjian wrote:
Log Message:
---
Change libpq's PQgetssl() to return a void*, rather than SSL *, so that
applications don't need the SSL headers.
Now that libpq-fe.h doesn't include the code in psql's
startup.c needs to include it itself.
---(end of bro
On Thu, 9 Feb 2006, Bruce Momjian wrote:
Log Message:
---
Allow psql multi-line column values to align in the proper columns
There is a problem with this on AIX.
http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=asp&dt=2006-02-10%2006:23:00
For tables that have no columns AIX thinks i
On Thu, 9 Feb 2006, Bruce Momjian wrote:
Log Message:
---
Allow psql multi-line column values to align in the proper columns
You have not fixed the expected results for the contrib regression tests.
Kris Jurka
---(end of broadcast
Tom Lane wrote:
Log Message:
---
Fix broken non-YYDEBUG case.
This code is still broken for C compilers that don't support C++ comments.
src/interfaces/ecpg/preproc/output.c:139
http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=kookaburra&dt=2006-02-09%2005:23:01
---
_log.pl?nm=dragonfly&dt=2005-07-20%2017:30:00
Kris Jurka
---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match
": No such
cipher algorithm'. I've got OpenSSL 0.9.6g 9 Aug 2002, is that just too
old?
Kris Jurka
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing
-g -fpic -DPIC -DRAND_OPENSSL -I. -I../../src/include -I/usr/pkg/include
-c -o openssl.o openssl.c
o
On Wed, 6 Jul 2005, Tom Lane wrote:
> Not a lot of help there:
>
> ERROR: could not load library
> "/usr/home/pgfarm/netbsd/HEAD/inst/lib/postgresql/pgcrypto.so": dlopen
> (/usr/home/pgfarm/netbsd/HEAD/inst/lib/postgresql/pgcrypto.so) failed
>
> On most Unixen that I've dealt with, this sor
ildfarm.org/cgi-bin/show_log.pl?nm=canary&dt=2005-07-06%2002:30:01
ldd on pgcrypto.so shows:
-lc.12 => /usr/lib/libc.so.12
-lcrypto.300 => /usr/pkg/lib/libcrypto.so.300
-lssl.300 => /usr/pkg/lib/libssl.so.300
-lcrypt.0 => /usr/lib/libcrypt.so.0
Log Message:
---
In Blob.getBytes(long position, int length) position is an offset
starting at 1, not zero as the driver was previously doing.
Thanks to Emmanuel Bernard for the report.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/src/interfaces/jdbc/org/postgresql:
On Sat, 23 Apr 2005, Bruce Momjian wrote:
> Log Message:
> ---
> Remove item, not sure what it refers to:
>
> < * Allow ORDER BY ... LIMIT 1 to select high/low value without sort or
> < index using a sequential scan for highest/lowest values
> <
> < If only one value is needed, the
Log Message:
---
Updatable ResultSets need to check for an empty ResultSet because
isBeforeFirst and isAfterLast both return false for an empty result
so the checking to make sure the user is on a valid row wasn't
working.
Also don't allow an insert without specifying at least one column
v
Log Message:
---
Release build 216.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/src/interfaces/jdbc/org/postgresql:
Driver.java.in (r1.36.2.6 -> r1.36.2.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/jdbc/org/postgresql/Driver.ja
Log Message:
---
When moveToCurrentRow is called and the current row is off the
end of the ResultSet we can't try to load that row because it
doesn't exist and will throw an Exception.
Reported by Prasanth.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/src/interfaces/
Log Message:
---
When positioned before the start of a ResultSet issuing relative(0)
results in an exception being thrown when it really should be a
no-op.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/src/interfaces/jdbc/org/postgresql/jdbc2:
AbstractJdbc2Resu
Log Message:
---
Add index entries for function volatilities.
Modified Files:
--
pgsql/doc/src/sgml:
xfunc.sgml (r1.95 -> r1.96)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xfunc.sgml.diff?r1=1.95&r2=1.96)
---(end
Log Message:
---
Fix mapping infinite timestamp values to arbitrary dates.
Report from Oliver Siegmar.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/src/interfaces/jdbc/org/postgresql/jdbc1:
AbstractJdbc1ResultSet.java (r1.22.2.4 -> r1.22.2.5)
(http://
What I meant to write was, this commit message subject header is not using
the pgfoundry format that was supposed to alleviate all concerns about
flooding this list with messages that I am not interested in.
Kris Jurka
---(end of broadcast
This commit message
On Fri, 17 Dec 2004 [EMAIL PROTECTED] wrote:
> seanc 2004/12/17 22:40:51 GMT
>
> PostgreSQL src repository
>
> Modified files:
> .pgmemcache.c
> Log:
> *) Explicitly inline the macro wrappers for pfree(), palloc(), pstrdup(),
> an
Log Message:
---
Correctly cast the return value of a CallableStatement when getShort
is called. getByte presents a can't happen situation as no function
can return a TINYINT because pg doesn't have an equivalent type.
Make this throw an exception if we get to this point.
Thanks to Christ
tream it directly from disk to the sever.
Kris Jurka
---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
On Fri, 24 Sep 2004, Tom Lane wrote:
> Kris Jurka <[EMAIL PROTECTED]> writes:
> > UINT64CONST produces these in a number of places:
> > "xlog.c", line 552: warning: constant promoted to unsigned long long
>
> > it likes either ##ULL or unadorned. The
icant amount is from switch statements written like this:
switch(i) {
case 1:
return 1;
break;
}
Kris Jurka
---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
7;s a bad idea, Marc likes it and everyone else doesn't seem to
care.
Kris Jurka
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
On Thu, 23 Sep 2004, Tom Lane wrote:
> Kris Jurka <[EMAIL PROTECTED]> writes:
> > It passes regression tests,
>
> Regression tests on what exactly --- which platform, which compiler?
> (The gcc and non-gcc paths are different on Solaris, so if you can
> test both
./../../../src/include/storage/s_lock.h", line 661: warning: /*
encountered inside a comment
There are a number of other warnings in the compile as well. Is our goal
a warning free compile on just gcc or all compilers?
Kris Jurka
---(end of broadcast)---
the committers list isn't who I want to address. There's no
association with the installer project other than the subject.
Kris Jurka
---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
pgrades. Does
a file like pg74.215.jdbc3.jar get renamed to a generic file like
pg74.jdbc3.jar so that an upgrade can overwrite that file so that an
application referencing the file automatically picks up new changes?
Kris Jurka
---(end of broadcast)
Log Message:
---
Protected access to variable m_preparedCount via synchronized
function to prevent multiple threads using automatic cursors on
the same connection from stomping over each others cursor.
Originally Jan Wieck, re-reported by Jack Orenstein after
accidental removal.
Tags:
---
Log Message:
---
ResultSet.moveToCurrentRow was checking the cached updateability flag
assuming it had been set instead of correctly calling the
isUpdateable() method which sets the flag if needed. This usually
worked because moveToCurrentRow is only useful after a
moveToInsertRow call whi
Log Message:
---
New build for the 7.4.4 release.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql-server/src/interfaces/jdbc/org/postgresql:
Driver.java.in (r1.36.2.5 -> r1.36.2.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/interfaces/j
Log Message:
---
Decode V3 notice messages instead of leaving them in raw form.
>From Donald Fraser.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql-server/src/interfaces/jdbc/org/postgresql/core:
QueryExecutor.java (r1.27.2.2 -> r1.27.2.3)
(http://deve
Log Message:
---
DatabaseMetaData.getSearchString escape was a \ short of working
because both Java's String constructor and pg's input parser strip
off backslashes.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc1:
Log Message:
---
When retrieving an array of numerics it attempted to set the scale on
the retrieved data to zero, which doesn't work for non-integer values.
Oliver Dauben
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc2:
Log Message:
---
Fix apparently harmless typo. {$srcdir} -> ${srcdir}
Markus Schaber
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql-server/src/interfaces/jdbc:
build.xml (r1.36.2.2 -> r1.36.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server
Log Message:
---
Close the existing socket connection when reverting to the V2
protocol, or encountering other connection failures.
Laurent Sylvain
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc1:
AbstractJdbc1Conn
Log Message:
---
Fix some problems with result sets positioned before the start or
after the end of results. You could still call a number of methods
on them like getXXX, updateXXX, and updateRow().
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql-server/src/interfaces/j
Log Message:
---
Fix updatable ResultSets stream methods (ascii, character, binary).
The existing code didn't correctly allocate data arrays, and it
failed to loop when a stream didn't provide the full amount of
data requested of it.
Reported by Jan de Visser.
Tags:
REL7_4_STABLE
Mo
Log Message:
---
Foreign key information results should have column name FKTABLE_CAT
instead of FK_TABLE_CAT.
>From [EMAIL PROTECTED]
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc1:
AbstractJdbc1DatabaseMetaData.j
Log Message:
---
Don't throw an Exception in locatorsUpdateCopy() even though the
ability to update LOBs is unimplemented. The 1.5 JDK's CachedRowSet
implementation calls this method regardless of whether large objects
are used or not.
Tags:
REL7_4_STABLE
Modified Files:
---
Log Message:
---
Bump the build number to relase a new version.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql-server/src/interfaces/jdbc/org/postgresql:
Driver.java.in (r1.36.2.4 -> r1.36.2.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/sr
Log Message:
---
When deleteRow() is called on an updateable ResultSet the ResultSet
should be positioned on the previous row.
Reported by Bob Messenger and Chris Pesarchick.
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql-server/src/interfaces/jdbc/org/postgresql/jdbc2
Log Message:
---
Fix DatabaseMetaData results for determining foreign key
relationships. Resulting columns from getImportedExportedKeys should
be FKTABLE_SCHEM and PKTABLE_SCHEM, not _SCHEMA.
Per report from [EMAIL PROTECTED]
Tags:
REL7_4_STABLE
Modified Files:
--
p
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/03 23:25:10
Modified files:
src/interfaces/jdbc/org/postgresql: Tag: REL7_4_STABLE
Driver.java.in
Log message:
Update build number in a
ng outside of the
core. Why are end users left groveling through gborg/pgfoundry for
important tools while developers are flooded with these projects' commit
messages in the "core area"?
Kris Jurka
---(end of broadcast)---
TIP 5: H
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/05/17 17:38:56
Modified files:
src/interfaces/jdbc/org/postgresql/jdbc1: Tag: REL7_4_STABLE
AbstractJdbc1Statement.java
Log message:
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/05/07 02:28:22
Modified files:
src/interfaces/jdbc/org/postgresql/geometric: Tag: REL7_4_STABLE
PGcircle.java
Log message:
Allow
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/04/26 05:28:32
Modified files:
src/interfaces/jdbc: Tag: REL7_4_STABLE build.xml
Log message:
Update the build.xml file to support building with the new 1.5 jdk
and ant 1.6.
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/04/23 22:54:46
Modified files:
src/interfaces/jdbc/org/postgresql/jdbc2: Tag: REL7_4_STABLE
AbstractJdbc2ResultSet.java
Log message:
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/02/24 09:11:45
Modified files:
src/interfaces/jdbc/org/postgresql/jdbc1: Tag: REL7_4_STABLE
AbstractJdbc1Statement.java
src/interface
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/02/09 21:58:48
Modified files:
src/interfaces/jdbc/org/postgresql/jdbc1: Tag: REL7_4_STABLE
AbstractJdbc1Connection.java
Log message:
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/02/03 01:13:56
Modified files:
src/interfaces/jdbc/org/postgresql/jdbc1: Tag: REL7_4_STABLE
AbstractJdbc1Statement.java
src/interface
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/02/03 01:25:39
Modified files:
src/interfaces/jdbc/org/postgresql/jdbc1: Tag: REL7_4_STABLE
AbstractJdbc1ResultSet.java
src/interface
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/02/03 01:43:26
Modified files:
src/interfaces/jdbc/org/postgresql/core: Tag: REL7_4_STABLE
QueryExecutor.java
src/interfaces/jdbc/org/
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/02/03 01:28:17
Modified files:
src/interfaces/jdbc/org/postgresql/jdbc2/optional: Tag:
REL7_4_STABLE
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/02/03 01:00:21
Modified files:
src/interfaces/jdbc/org/postgresql/jdbc2/optional: Tag:
REL7_4_STABLE
nsure about it.
>
That's basically the gist of it. No one on the JDBC team was in favor of
the move and we felt that we were bullied into it. We asked Marc to
reconsider and after some mostly off list discussion the core voted for
removal. We have accepted this dec
build to 211
Shouldn't it be incremented to 300 or something that we won't hit on the
7.4 branch?
If you're looking for other things to apply to the 7.4 branch check
http://www.ejurka.com/pgsql/unappliedpatches.html
Kris Jurka
---(end of broadcast)-
sage:
> patch for rs.previous and test case as well as patch for allowing server and
> port to be specified in test cases
>
>
I apparently did not include the changes to
org.postgresql.test.TestUtil and the JDBC test suite no longer builds.
Please a
64 matches
Mail list logo