- 01 Sep, 2003 1 commit
-
-
Bruce Momjian authored
-
- 31 Aug, 2003 3 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- 30 Aug, 2003 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 28 Aug, 2003 5 commits
-
-
Tom Lane authored
slight resemblance to their actual behavior.
-
Tom Lane authored
different object types. Fix, and centralize logic to try to prevent the same mistake in future.
-
Tom Lane authored
rather than relying on OID order of pg_constraint entries. Per gripe from Greg Stark.
-
Tom Lane authored
-
Teodor Sigaev authored
-
- 27 Aug, 2003 7 commits
-
-
Tom Lane authored
SQLSTATE error codes required by SQL99 (invalid format, datetime field overflow, interval field overflow, invalid time zone displacement value). Also emit a HINT about DateStyle in cases where it seems appropriate. Per recent gripes.
-
Peter Eisentraut authored
this variable on the command line.
-
Peter Eisentraut authored
-
Tom Lane authored
-
-
PostgreSQL Daemon authored
update to beta2
-
Peter Eisentraut authored
-
- 26 Aug, 2003 10 commits
-
-
Tom Lane authored
only scan plans. Per observation from Rod Taylor.
-
Bruce Momjian authored
-
Tom Lane authored
lumping them into ERRCODE_UNDEFINED_OBJECT/ERRCODE_DUPLICATE_OBJECT. This seems reasonable since 'object' was meant to refer to 'object in the database' and a file is outside the database. Per request from Dave Cramer.
-
Bruce Momjian authored
that HISTSIZE might take effect from my .psqlrc Andriy Tkachuk
-
Bruce Momjian authored
now all that is tested is Rod Taylor's recent addition to allow this syntax: UPDATE ... SET <col> = DEFAULT; If anyone else would like to add more UPDATE tests, go ahead -- I just wanted to write a test for the above functionality, and couldn't see an existing test that it would be appropriate to add to. Neil Conway
-
Michael Meskes authored
-
Bruce Momjian authored
interesting info in verbose mode about the analyzed relation (pages, rows per block and rows). Mark Kirkwood
-
Tom Lane authored
max_connections at initdb time. Get rid of DEF_NBUFFERS and DEF_MAXBACKENDS macros, which aren't doing anything useful anymore, and put more likely defaults into postgresql.conf.sample.
-
Teodor Sigaev authored
-
Barry Lind authored
I think this should fix the problem, but since I don't have a reproducable test case, I can't be sure. This problem is reported by Kim Ho of redhat, who will test this fix. This also includes a test case for the original functionality. Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java jdbc/org/postgresql/test/jdbc2/ResultSetTest.java
-
- 25 Aug, 2003 8 commits
-
-
Tom Lane authored
ACT and ACST were already present. AMT and AMST conflict with the existing entries for Armenia; no change there for the moment.
-
Tom Lane authored
syntax '040506' for '04:05:06', as well as '0405' for '04:05:00'. This has been broken since 7.2 but was only recently complained of.
-
Peter Eisentraut authored
-
Tom Lane authored
perform a timestamp-to-date coercion. Instead both routines share a subroutine that delivers the parsing result as a struct tm. This avoids problems with timezone dependency of to_date's result, and should be at least marginally faster too.
-
Michael Meskes authored
-
Bruce Momjian authored
> * Add a libpq function to support Parse/DescribeStatement capability
-
Bruce Momjian authored
-
Tatsuo Ishii authored
-
- 24 Aug, 2003 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
* Allow TRUNCATE ... CASCADE/RESTRICT
-
Barry Lind authored
- adds a finalizer method to AbstractJdbc1Statement to clean up in the case of poor user code which fails to close the statement object - fix ant build file to correctly detect dependencies across jdbc1/jdbc2/jdbc3 - fix a coupld of server prepared statement bugs and added regression test for them Applied patch from Kim Ho: - adds support for get/setMaxFieldSize(). Also fixed build.xml to provide a better error message in the event that an older version of the driver exists in the classpath when trying to build.
-
Peter Eisentraut authored
-