summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update for 7.3.3.REL7_3_3Tom Lane2003-05-221-444/+540
* Brand 7.3.3.Tom Lane2003-05-225-18/+18
* Update release history for impending 7.3.3 release.Tom Lane2003-05-221-1/+104
* Repair sometimes-incorrect computation of StartUpID after a crash, perTom Lane2003-05-221-52/+66
* Back-patch Jan's fix to avoid primary key lookup (and lock) if foreign keyTom Lane2003-05-212-8/+34
* Use -fPIC on Sparc, per Tom Callaway.Tom Lane2003-05-191-0/+5
* Back-patch change to avoid O(N^2) behavior with lots of deferred triggers,Tom Lane2003-05-191-11/+38
* Upped JDBC build number to 110 for the 7.3.3 releaseBarry Lind2003-05-191-1/+1
* Repair quoting sloppiness, lack of schema awareness in reindexdb.Tom Lane2003-05-191-23/+43
* Small translation updates for 7.3.3 release.Peter Eisentraut2003-05-185-816/+962
* Fix failure when uniq-ifying an array of zero elements.Tom Lane2003-05-161-17/+5
* Back-patch fix to allow createuser to exit on control-C (Oliver Elphick)Tom Lane2003-05-161-2/+2
* Back-patch fix from Oliver Elphick to force ISO datestyle in dumps.Tom Lane2003-05-161-1/+8
* Small changes to use the absolute path to system catalogs.Tom Lane2003-05-163-5/+5
* Check calling context for connectby_text(), per Joe Conway.Tom Lane2003-05-161-0/+5
* Apply fixes for problems with dropped columns whose types have also beenTom Lane2003-05-124-25/+147
* Adjust CreateCheckpoint so that buffer dumping activities and cleanup ofTom Lane2003-05-101-4/+31
* Be more precise about check for flex 2.5.3, backpatched to 7.3.X.Bruce Momjian2003-05-072-3/+3
* Allow 60 in seconds fields of timestamp, time, interval input values.Tom Lane2003-05-042-14/+15
* When a TIMESTAMP, TIME, or INTERVAL precision is specified larger than ourTom Lane2003-05-041-52/+102
* Fix erroneous space calculation leading to core dump in dumpProcLangs,Tom Lane2003-05-032-4/+7
* Repair permissions problem in RI triggers: query parsing has to be doneTom Lane2003-04-261-105/+117
* Correct oversight in createlang: test for pre-existing handler functionTom Lane2003-04-261-2/+2
* Back-patch fixes for zero-column tables in COPY, pg_dump.Tom Lane2003-04-252-18/+57
* Make [VACUUM] ANALYZE safe on zero-column tables.Tom Lane2003-04-251-2/+3
* Fix misbehavior of func_error() on type names containing '%'.Tom Lane2003-04-231-2/+2
* Fix misbehavior of replace() on strings containing '%'.Tom Lane2003-04-231-4/+4
* Prevent palloc(0) error when parent table has zero columns.Tom Lane2003-04-211-3/+4
* Fix char-vs-pg_wchar confusion in p_ere(), per failure report fromTom Lane2003-04-201-3/+3
* Fix abstime-to-time cast function, which has had broken implementationTom Lane2003-04-171-2/+2
* Applied patches from Kris Jurka fixing a string tokenizing problem andBarry Lind2003-04-172-45/+43
* Fix stupid oversight ...Tom Lane2003-04-161-3/+3
* eqjoinsel's logic for case where MCV lists are not present shouldTom Lane2003-04-151-15/+21
* Second try at avoiding conflicts with system isblank().Tom Lane2003-04-131-16/+11
* Guard against macro versions of isblank().Tom Lane2003-04-121-2/+7
* Fix encoding conversion function bug.Tatsuo Ishii2003-04-121-3/+3
* Fix error recovery for SSL_read/SSL_write calls.Tom Lane2003-04-102-29/+55
* Remove premature attempt to constant-fold type coercion expressions.Tom Lane2003-04-101-35/+2
* added addDataType to the interfaceDave Cramer2003-04-081-1/+23
* Back-patch changes to validate page header fields immediately afterTom Lane2003-04-046-11/+101
* Repair incorrect checking of grouped/ungrouped variables in the presenceTom Lane2003-04-031-9/+39
* Fix buffer overrun in to_ascii(), per report from Guido Notari.Tom Lane2003-04-021-5/+6
* Please, apply patch for contrib/ltree to current CVS and 7.3.2Bruce Momjian2003-03-315-6/+298
* TestConfiguration returns int, not bool. This mistake is relativelyTom Lane2003-03-311-3/+3
* Properly document default value of log_min_error_statement in postgresql.conf.Bruce Momjian2003-03-301-1/+1
* Backpatch SSL return value changes.Bruce Momjian2003-03-301-1/+7
* [ Backpatch to 7.3.X.]Bruce Momjian2003-03-291-2/+2
* Fix bogus coding of SET DEFAULT ri triggers ... or at least make it lessTom Lane2003-03-271-81/+47
* GetTupleForTrigger must use outer transaction's command counter for timeTom Lane2003-03-273-22/+33
* fixed problem where information from previous updates was leaking into subseq...Dave Cramer2003-03-251-2/+2