summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 7.3.12.REL7_3_12Tom Lane2005-12-095-18/+18
* Add release notes for back branches (7.3 and up).Tom Lane2005-12-091-1/+47
* Fix stupid bug with sizeofTeodor Sigaev2005-12-061-1/+1
* Add regression test to see if the min/max values of int8 convert correctly.Tom Lane2005-12-053-0/+40
* Properly document return value of strpos().Bruce Momjian2005-11-161-2/+2
* Fix longstanding race condition in transaction log management: there was aTom Lane2005-11-031-32/+51
* Fix longstanding bug that would sometimes let the planner generate a bad planTom Lane2005-10-251-27/+31
* Pass a strdup'd ident string to openlog(), to ensure that reallocationTom Lane2005-10-141-3/+8
* Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would markTom Lane2005-10-121-2/+5
* Stamp release 7.3.11.REL7_3_11Tom Lane2005-10-036-20/+20
* Update release notes for pending back-branch releases.Tom Lane2005-10-031-426/+476
* Fix missing rows in queryTeodor Sigaev2005-08-303-20/+43
* Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,Tom Lane2005-08-267-192/+381
* Remove registration message in all the supported back branches;Tom Lane2005-08-162-26/+2
* Reject operator names >= NAMEDATALEN characters. These will not workTom Lane2005-08-161-1/+10
* int_array_enum function should be using fcinfo->flinfo->fn_extra forTom Lane2005-08-151-7/+8
* Fix bogus backslash sequences, per Kris Jurka.Tom Lane2005-07-181-3/+3
* MemSet() must not cast its pointer argument to int32* until after it hasTom Lane2005-07-181-5/+6
* Looks like cube_1 variant is also needed in 7.3 branch.Tom Lane2005-07-171-0/+1236
* Adjust alter_table regression test to avoid conflicts with rangefuncsTom Lane2005-07-172-190/+44
* Mark the geometry regression test as an ignorable failure in the pre-7.4Tom Lane2005-07-162-1/+3
* Fix bogus "extern int errno;" in back branches, per Andrew Dunstan.Tom Lane2005-07-161-1/+1
* Fix mis-backport of libpq memory leak fix. Per Michael Fuhr.Tom Lane2005-07-141-2/+2
* Fix libpq memory leak during PQreset() --- closePGconn() was notTom Lane2005-07-131-1/+4
* Make libpq_gettext save and restore errno in a Windows-compatible way.Tom Lane2005-07-081-1/+9
* Fix ancient memory leak in index_create(): RelationInitIndexAccessInfoTom Lane2005-06-251-5/+13
* plpgsql's exec_assign_value() freed the old value of a variable beforeTom Lane2005-06-201-17/+31
* The random selection in function linear() could deliver a value equal to maxTom Lane2005-06-141-12/+25
* Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.Tatsuo Ishii2005-06-111-2/+2
* Code for SET/SHOW TIME ZONE with a fixed-interval timezone was notTom Lane2005-06-051-1/+9
* Push enable/disable of notify and catchup interrupts all the way downTom Lane2005-06-023-22/+141
* Add test to WAL replay to verify that xl_prev points back to the previousTom Lane2005-05-311-3/+34
* expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1Tom Lane2005-05-291-3/+3
* Fix previous patch to exprTypmod.Tatsuo Ishii2005-05-251-3/+4
* Inserting 5 characters into char(10) does not produce 5 padding spacesTatsuo Ishii2005-05-241-2/+9
* Guard against duplicate IDs in input file in SortTocFromFile().Tom Lane2005-05-171-5/+8
* Update release notes for upcoming re-releases.REL7_3_10Tom Lane2005-05-091-3/+25
* Update release checklist to reflect that HISTORY and INSTALL don'tTom Lane2005-05-081-3/+2
* The release process is now generating HISTORY/INSTALL on the fly inTom Lane2005-05-082-5454/+0
* Repair very-low-probability race condition between relation extensionTom Lane2005-05-072-11/+39
* Adjust time qual checking code so that we always check TransactionIdIsInProgressTom Lane2005-05-071-56/+81
* Stamp release 7.3.10.Tom Lane2005-05-058-21/+277
* Make standalone backends ignore pg_database.datallowconn, so that thereTom Lane2005-05-051-2/+4
* Alter the signature for encoding conversion functions to declare theTom Lane2005-05-033-7/+7
* GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway2005-04-302-7/+7
* This patch fixes a bug in the error message emitted by pg_restore on anNeil Conway2005-04-301-2/+2
* Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. ComparisonTom Lane2005-04-231-4/+12
* int_aggregate's int_enum() doesn't work correctly with arrays thatTom Lane2005-04-231-0/+3
* Don't try to run clauseless index scans on index types that don't supportTom Lane2005-04-201-7/+17
* Fix mis-display of negative fractional seconds in interval values forTom Lane2005-04-201-8/+15