Commit Graph

24402 Commits (a68bdfbcaac9e73e24bfe2cc9ae3fa2e3ac5a9e1)
 

Author SHA1 Message Date
Tom Lane a68bdfbcaa Allow predicate_refuted_by() to deduce that NOT A refutes A. 16 years ago
Magnus Hagander f8bd81b4cb Add configuration parameter ssl_renegotiation_limit to control 16 years ago
Itagaki Takahiro 2c0914be73 Fix STOP WAL LOCATION in backup history files no to return the next 16 years ago
Tom Lane aff66ef113 Volatile-ize all five places where we expect a PG_TRY block to restore 16 years ago
Greg Stark f9aa8763e2 revert prior patch to fsync directories until portability problems exposed by build farm can be sorted out 16 years ago
Greg Stark 1534023ff0 Make CREATE DATABASE safe against losing whole files by fsyncing the 16 years ago
Tom Lane c53917dc66 Don't choke when exec_move_row assigns a synthesized null to a column 16 years ago
Andrew Dunstan 51e24cc249 Free reference in correct Perl context. Backpatch to release 8.2. Patch from Tim Bunce. 16 years ago
Joe Conway ff6a12b3f3 Check to ensure the number of primary key fields supplied does not 16 years ago
Tom Lane 46b6fbc9b4 Change regexp engine's ccondissect/crevdissect routines to perform DFA 16 years ago
Magnus Hagander 27554860c0 Fix race condition in win32 signal handling. 16 years ago
Tom Lane 0c969e1fec Avoid performing encoding conversion on command tag strings during EndCommand. 16 years ago
Tom Lane 04cec1a95b Apply Tcl_Init() to the "hold" interpreter created by pltcl. 16 years ago
Tom Lane a82c3f4634 Fix assorted core dumps and Assert failures that could occur during 16 years ago
Tom Lane 84cce31372 Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that 16 years ago
Tom Lane cfac3efb2f When loading critical system indexes into the relcache, ensure we lock the 16 years ago
Tom Lane 483b17119a Fix relcache reload mechanism to be more robust in the face of errors 16 years ago
Tom Lane 26098d8f86 Make bit/varbit substring() treat any negative length as meaning "all the rest 16 years ago
Tom Lane 2de646cd8f Set errno to zero before invoking SSL_read or SSL_write. It appears that 16 years ago
Heikki Linnakangas 31c88772c8 Previous fix for temporary file management broke returning a set from 16 years ago
Tom Lane 6b922abf60 Fix wrong WAL info value generated when gistContinueInsert() performs an 16 years ago
Tom Lane 6780cd23fb Fix integer-to-bit-string conversions to handle the first fractional byte 16 years ago
Marc G. Fournier 0cea93188e tag 8.2.15 16 years ago
Tom Lane 60b75c6939 Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23, 16 years ago
Tom Lane ab4bbf941f Prevent indirect security attacks via changing session-local state within 16 years ago
Magnus Hagander 0a699bf3aa Reject certificates with embedded NULLs in the commonName field. This stops 16 years ago
Tom Lane 68a42c9eb2 Update time zone data files to tzdata release 2009s: DST law changes in 16 years ago
Peter Eisentraut 3b912c2af2 Translation updates 16 years ago
Heikki Linnakangas 852ac522f7 Fix bug in temporary file management with subtransactions. A cursor opened 16 years ago
Tom Lane 2e7e4ab945 Ignore attempts to set "application_name" in the connection startup packet. 16 years ago
Tom Lane d4d4e95030 Fix session-lifespan memory leak when a plperl function is redefined: 16 years ago
Heikki Linnakangas 26a13b7242 Fix an old bug in multixact and two-phase commit. Prepared transactions can 16 years ago
Magnus Hagander 22452fa96f Revert backpatch of inheritable-ACE patch for Win32, since it broke 16 years ago
Magnus Hagander 1ac1e463e6 Backpatch the inheritable-ACE patch for Win32 to 8.2 as well, except 16 years ago
Tom Lane 42bbd89f64 Do not build psql's flex module on its own, but instead include it in 16 years ago
Alvaro Herrera cf46701aa3 Fix longstanding problems in VACUUM caused by untimely interruptions 16 years ago
Peter Eisentraut db925b1a3c Fix obscure segfault condition in PL/Python 16 years ago
Tom Lane 3753017a20 Ensure the previous Perl interpreter selection is restored upon exit from 16 years ago
Tom Lane 818d2014c4 Make the overflow guards in ExecChooseHashTableSize be more protective. 16 years ago
Tom Lane c4fb0b2364 Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check 16 years ago
Tom Lane 2bb5302704 Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the 16 years ago
Heikki Linnakangas b357128a96 Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by 16 years ago
Tom Lane 9b5ac366f9 Fix erroneous handling of shared dependencies (ie dependencies on roles) 16 years ago
Andrew Dunstan 3bf3527fe0 Convert a perl array to a postgres array when returned by Set Returning Functions as well as non SRFs. Backpatch to 8.1 where these facilities were introduced. with a little help from Abhijit Menon-Sen. 16 years ago
Tom Lane b3eb458a61 Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the 16 years ago
Teodor Sigaev f0f4a67029 Fix incorrect arguments for gist_box_penalty call. The bug could be observed 16 years ago
Heikki Linnakangas 227771d10e Don't error out if recycling or removing an old WAL segment fails at the end 16 years ago
Heikki Linnakangas fbee791d05 On Windows, when a file is deleted and another process still has an open 16 years ago
Tom Lane 8587a26b1a Remove outside-the-scanner references to "yyleng". 16 years ago
Tom Lane d28ae65c70 Update the tznames reference files, and add IDT (Israel Daylight Time) 16 years ago