summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* MemSet() must not cast its pointer argument to int32* until after it hasTom Lane2005-07-181-5/+6
* Mark the geometry regression test as an ignorable failure in the pre-7.4Tom Lane2005-07-162-1/+3
* Make libpq_gettext save and restore errno in a Windows-compatible way.Tom Lane2005-07-081-1/+9
* plpgsql's exec_assign_value() freed the old value of a variable beforeTom Lane2005-06-201-23/+30
* The random selection in function linear() could deliver a value equal to maxTom Lane2005-06-141-12/+25
* Add test to WAL replay to verify that xl_prev points back to the previousTom Lane2005-05-311-3/+34
* Guard against duplicate IDs in input file in SortTocFromFile().Tom Lane2005-05-171-5/+8
* 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-76/+83
* Stamp release 7.2.8.Tom Lane2005-05-053-10/+10
* Make standalone backends ignore pg_database.datallowconn, so that thereTom Lane2005-05-051-2/+4
* GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway2005-04-302-8/+8
* 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-2/+2
* Don't try to run clauseless index scans on index types that don't supportTom Lane2005-04-201-7/+17
* Prevent to_char(interval) from dumping core on month-related formatsTom Lane2005-03-261-8/+24
* Back-patch Neil's four additional buffer overrun checks.Tom Lane2005-02-081-1/+31
* Stamp release 7.2.7.Tom Lane2005-01-303-10/+10
* Backpatch fix for buffer overrun in parsing refcursor parameters toNeil Conway2005-01-271-1/+5
* Disallow LOAD to non-superusers. Per report from John Heasman.Tom Lane2005-01-241-1/+3
* The result of a FULL or RIGHT join can't be assumed to be sorted by theTom Lane2005-01-233-5/+16
* interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane2005-01-111-2/+2
* Stamp release 7.2.6.REL7_2_6Tom Lane2004-10-223-10/+10
* Prevent pg_ctl from being run as root. Since it uses configuration filesTom Lane2004-10-221-1/+9
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-131-4/+16
* Fix breakage in hashjoin from recent backpatch of left-join bug fix.Tom Lane2004-10-131-10/+10
* Hashed LEFT JOIN would miss outer tuples with no inner match if the joinTom Lane2004-09-171-5/+7
* Update 7.2 regression tests to match what you get when using a modernREL7_2_5Tom Lane2004-08-193-30/+30
* Stamp 7.2.5.Tom Lane2004-08-153-10/+10
* Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane2004-08-113-7/+40
* Repair multiple memory leaks in getTables(), including one that couldTom Lane2004-03-201-1/+4
* Fix longstanding error in _bt_search(): should moveright at top of loop notTom Lane2003-07-291-10/+10
* Fix a *second* buffer overrun bug in to_ascii(). Grumble.Tom Lane2003-07-141-2/+2
* Second try at avoiding conflicts with system isblank().Tom Lane2003-04-131-15/+10
* Guard against macro versions of isblank().Tom Lane2003-04-121-2/+7
* Add #include <errno.h> per recent reports that it's now necessary onTom Lane2003-04-111-1/+2
* Fix buffer overrun in to_ascii(), per report from Guido Notari.Tom Lane2003-04-021-5/+6
* TestConfiguration returns int, not bool. This mistake is relativelyTom Lane2003-03-311-3/+3
* Async_NotifyHandler must save and restore ImmediateInterruptOK. FixesTom Lane2003-03-131-1/+18
* Back patch bug fix to quote function.D'Arcy J.M. Cain2003-02-271-1/+1
* Brand 7.2.4.REL7_2_4Tom Lane2003-01-292-6/+6
* Back-patch fix to avoid integer overflow in ExecHashJoinGetBatch(),Tom Lane2003-01-291-13/+23
* Back-patch fixes to detoast pg_group.grolist.Tom Lane2003-01-261-3/+4
* Back-patch fixes to ensure t_ctid always has correct value (preventsTom Lane2003-01-261-1/+18
* Back-patch fix for alphabetization mistakes in datetime token tables.Tom Lane2003-01-263-16/+14
* Back-patch fix to ensure pg_clog updates are not only written but sync'edTom Lane2003-01-211-5/+3
* Back-patch fixes for integer overflows in circle_poly(), path_encode(),Tom Lane2003-01-211-11/+32
* Back-patch fix for VACUUM being confused by SELECT FOR UPDATE of tupleTom Lane2003-01-211-4/+11
* Brand 7.2.3.REL7_2_3Bruce Momjian2002-10-013-10/+10
* Back-patch fixes to work around broken mktime() in recent glibc releases.Tom Lane2002-09-302-27/+94