summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove registration message in all the supported back branches;REL7_2_STABLETom Lane2005-08-162-27/+2
* MemSet() must not cast its pointer argument to int32* until after it hasTom Lane2005-07-181-5/+6
* Back-patch into 7.2 branch the 7.3 changes that made contrib/segTom Lane2005-07-163-19/+25
* Back-patch into 7.2 branch the 7.3 changes that made contrib/cubeTom Lane2005-07-163-22/+28
* 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
* 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
* Update release notes for upcoming re-releases.REL7_2_8Tom Lane2005-05-092-3/+24
* 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-059-15/+79
* 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
* Some builds (depends on crypto engine support?) of OpenSSLNeil Conway2005-03-131-1/+8
* Update contrib/pgcrypto in 7.3 and 7.2 branches to avoid problems withNeil Conway2005-03-131-168/+248
* Back-patch Neil's four additional buffer overrun checks.Tom Lane2005-02-081-1/+31
* Recommend security@postgresql.org as the contact point for security-related b...REL7_2_7Tom Lane2005-01-302-10/+21
* Stamp release 7.2.7.Tom Lane2005-01-3010-3818/+3790
* Make sure contrib C functions are marked strict where needed.Tom Lane2005-01-293-31/+31
* Backpatch fix for buffer overrun in parsing refcursor parameters toNeil Conway2005-01-271-1/+5
* Mark the text_soundex() function as "strict", to avoid crashing on NULLNeil Conway2005-01-261-1/+1
* 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
* Back-patch removal of extraneous semicolon, so that this will buildTom Lane2004-10-241-1/+0
* Stamp release 7.2.6.REL7_2_6Tom Lane2004-10-229-15/+96
* Prevent pg_ctl from being run as root. Since it uses configuration filesTom Lane2004-10-221-1/+9
* Back-patch make_oidjoins_check security improvement.Tom Lane2004-10-211-9/+14
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-132-5/+22
* 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-159-15/+90
* 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