Commit Graph

9213 Commits (84e5ce7eb9c193586cca94a3de771c3188fd708e)

Author SHA1 Message Date
Tom Lane 861e3c7a07 Mark the geometry regression test as an ignorable failure in the pre-7.4 21 years ago
Tom Lane 91d381e3c0 Make libpq_gettext save and restore errno in a Windows-compatible way. 21 years ago
Tom Lane 224501ed68 plpgsql's exec_assign_value() freed the old value of a variable before 21 years ago
Tom Lane 2b91c8cf00 The random selection in function linear() could deliver a value equal to max 21 years ago
Tom Lane e4ce3e76ce Add test to WAL replay to verify that xl_prev points back to the previous 21 years ago
Tom Lane ce93521be0 Guard against duplicate IDs in input file in SortTocFromFile(). 21 years ago
Tom Lane cb0ddb62e2 Repair very-low-probability race condition between relation extension 21 years ago
Tom Lane 2e6482493a Adjust time qual checking code so that we always check TransactionIdIsInProgress 21 years ago
Tom Lane 68ab4de905 Stamp release 7.2.8. 21 years ago
Tom Lane ffac21ec13 Make standalone backends ignore pg_database.datallowconn, so that there 21 years ago
Neil Conway a4c3f7dd19 GCC 4.0 includes a new warning option, -Wformat-literal, that emits 21 years ago
Neil Conway 6dce59ced9 This patch fixes a bug in the error message emitted by pg_restore on an 21 years ago
Tom Lane 9524c6b8ae Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison 21 years ago
Tom Lane 6fbda16518 Don't try to run clauseless index scans on index types that don't support 21 years ago
Tom Lane bdb2d697a7 Prevent to_char(interval) from dumping core on month-related formats 21 years ago
Tom Lane 46ace73498 Back-patch Neil's four additional buffer overrun checks. 21 years ago
Tom Lane bcc1c7b1ea Stamp release 7.2.7. 21 years ago
Neil Conway 9eeeb9809e Backpatch fix for buffer overrun in parsing refcursor parameters to 21 years ago
Tom Lane ae5b7a0c5b Disallow LOAD to non-superusers. Per report from John Heasman. 21 years ago
Tom Lane 66bb44cf63 The result of a FULL or RIGHT join can't be assumed to be sorted by the 21 years ago
Tom Lane 2b47146a07 interval_out failed to mention 'ago' for negative intervals in SQL and 21 years ago
Tom Lane 6452043ec8 Stamp release 7.2.6. 21 years ago
Tom Lane 6acddf56b4 Prevent pg_ctl from being run as root. Since it uses configuration files 21 years ago
Tom Lane 6b3d751747 Repair possible failure to update hint bits back to disk, per 22 years ago
Tom Lane 7b0919047f Fix breakage in hashjoin from recent backpatch of left-join bug fix. 22 years ago
Tom Lane 44ed69c8f3 Hashed LEFT JOIN would miss outer tuples with no inner match if the join 22 years ago
Tom Lane a59084fe5e Update 7.2 regression tests to match what you get when using a modern 22 years ago
Tom Lane 9f7cf9c0a6 Stamp 7.2.5. 22 years ago
Tom Lane d0b776b2be Fix failure to guarantee that a checkpoint will write out pg_clog updates 22 years ago
Tom Lane fbec0d7e94 Repair multiple memory leaks in getTables(), including one that could 22 years ago
Tom Lane 5925377401 Fix longstanding error in _bt_search(): should moveright at top of loop not 23 years ago
Tom Lane 90011a8918 Fix a *second* buffer overrun bug in to_ascii(). Grumble. 23 years ago
Tom Lane e3859d1ad9 Second try at avoiding conflicts with system isblank(). 23 years ago
Tom Lane afed1af696 Guard against macro versions of isblank(). 23 years ago
Tom Lane 680dc79f17 Add #include <errno.h> per recent reports that it's now necessary on 23 years ago
Tom Lane 07b776f52f Fix buffer overrun in to_ascii(), per report from Guido Notari. 23 years ago
Tom Lane 28afe6f8ef TestConfiguration returns int, not bool. This mistake is relatively 23 years ago
Tom Lane 40faf433b0 Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes 23 years ago
D'Arcy J.M. Cain f08392b55a Back patch bug fix to quote function. 23 years ago
Tom Lane 895491bc22 Brand 7.2.4. 23 years ago
Tom Lane dd10354587 Back-patch fix to avoid integer overflow in ExecHashJoinGetBatch(), 23 years ago
Tom Lane 2357fd166f Back-patch fixes to detoast pg_group.grolist. 23 years ago
Tom Lane 12fa07750e Back-patch fixes to ensure t_ctid always has correct value (prevents 23 years ago
Tom Lane 3c877e57f3 Back-patch fix for alphabetization mistakes in datetime token tables. 23 years ago
Tom Lane adf852ba4a Back-patch fix to ensure pg_clog updates are not only written but sync'ed 23 years ago
Tom Lane 0c3cf79244 Back-patch fixes for integer overflows in circle_poly(), path_encode(), 23 years ago
Tom Lane 474f1130c6 Back-patch fix for VACUUM being confused by SELECT FOR UPDATE of tuple 23 years ago
Bruce Momjian 4526d2183f Brand 7.2.3. 24 years ago
Tom Lane 407517f039 Back-patch fixes to work around broken mktime() in recent glibc releases. 24 years ago
Tom Lane 96464fa37c Back-patch fix for bad SIGUSR2 interrupt handling during backend shutdown. 24 years ago