Commit Graph

26783 Commits (4d20da794e6f8a28a52f888a01e622594de6c562)
 

Author SHA1 Message Date
Tom Lane bf7edd6bc6 Allow predicate_refuted_by() to deduce that NOT A refutes A. 16 years ago
Magnus Hagander 0a1ec273a0 Add configuration parameter ssl_renegotiation_limit to control 16 years ago
Tom Lane fbdf9712af Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. 16 years ago
Itagaki Takahiro 28a19436ca Fix STOP WAL LOCATION in backup history files no to return the next 16 years ago
Tom Lane 08181b427c Volatile-ize all five places where we expect a PG_TRY block to restore 16 years ago
Tom Lane 1a709257a9 Fix ExecEvalArrayRef to pass down the old value of the array element or slice 16 years ago
Tom Lane 192cd7f390 Prevent #option dump from crashing on FORI statement with null step. Reported by Pavel. 16 years ago
Greg Stark e5b7616c04 revert prior patch to fsync directories until portability problems exposed by build farm can be sorted out 16 years ago
Greg Stark 60e45730a9 Make CREATE DATABASE safe against losing whole files by fsyncing the 16 years ago
Tom Lane bd11a4690b Don't choke when exec_move_row assigns a synthesized null to a column 16 years ago
Andrew Dunstan 684312b3ea Free reference in correct Perl context. Backpatch to release 8.2. Patch from Tim Bunce. 16 years ago
Heikki Linnakangas a085a6a77c Add a note to the documentation of pg_standby that it's important that 16 years ago
Joe Conway d76c491cb9 Check to ensure the number of primary key fields supplied does not 16 years ago
Tom Lane ff18ebfb7f Change regexp engine's ccondissect/crevdissect routines to perform DFA 16 years ago
Magnus Hagander e00881bd73 Fix race condition in win32 signal handling. 16 years ago
Tom Lane e488941ac5 Avoid performing encoding conversion on command tag strings during EndCommand. 16 years ago
Tom Lane acd294e945 Apply Tcl_Init() to the "hold" interpreter created by pltcl. 16 years ago
Tom Lane 7309f3340c Fix assorted core dumps and Assert failures that could occur during 16 years ago
Tom Lane 61da9c4e25 Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that 16 years ago
Tom Lane 317be817f4 Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list 16 years ago
Tom Lane 8a6a40dea6 When loading critical system indexes into the relcache, ensure we lock the 16 years ago
Tom Lane d4b7cf062c Fix relcache reload mechanism to be more robust in the face of errors 16 years ago
Tom Lane f90acefc35 Make bit/varbit substring() treat any negative length as meaning "all the rest 16 years ago
Tom Lane a6d3ec103b Set errno to zero before invoking SSL_read or SSL_write. It appears that 16 years ago
Heikki Linnakangas 0404cd5a67 Oops, previous backpatch applied incorrectly. 16 years ago
Heikki Linnakangas 67d25e5a85 Previous fix for temporary file management broke returning a set from 16 years ago
Tom Lane f216f56e6e Fix wrong WAL info value generated when gistContinueInsert() performs an 16 years ago
Tom Lane 65a5d12be1 Fix integer-to-bit-string conversions to handle the first fractional byte 16 years ago
Marc G. Fournier f25013104a tag 8.3.9 16 years ago
Tom Lane 8e692a9fb2 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 e3b01bc1e1 Prevent indirect security attacks via changing session-local state within 16 years ago
Magnus Hagander d724237551 Reject certificates with embedded NULLs in the commonName field. This stops 16 years ago
Tom Lane d01b2e4e47 Update time zone data files to tzdata release 2009s: DST law changes in 16 years ago
Peter Eisentraut d549d3e34d Translation updates 16 years ago
Heikki Linnakangas dd7321f81c Fix bug in temporary file management with subtransactions. A cursor opened 16 years ago
Tom Lane 3c77fbd285 Ignore attempts to set "application_name" in the connection startup packet. 16 years ago
Tom Lane e6bfe55961 Avoid core dump on empty thesaurus dictionary. 16 years ago
Tom Lane b50e026e33 Fix session-lifespan memory leak when a plperl function is redefined: 16 years ago
Peter Eisentraut 602878d5ab Fix syntax in extract() examples 16 years ago
Heikki Linnakangas 0852c4d54c Fix an old bug in multixact and two-phase commit. Prepared transactions can 16 years ago
Tom Lane 31f38e3f0e Fix memory leak in syslogger: logfile_rotate() would leak a copy of the 16 years ago
Peter Eisentraut 87021e7505 Make text search parser accept underscores in XML attributes (bug #5075) 16 years ago
Magnus Hagander d509347c39 Add inheritable ACE when creating a restricted token for execution on 16 years ago
Tom Lane 3b0d57eb39 Do not build psql's flex module on its own, but instead include it in 16 years ago
Alvaro Herrera fa40685b95 Fix longstanding problems in VACUUM caused by untimely interruptions 16 years ago
Heikki Linnakangas 862f5dbdd1 Disable triggering failover with a signal in pg_standby on Windows, because 16 years ago
Peter Eisentraut 9250485846 Fix obscure segfault condition in PL/Python 16 years ago
Tom Lane 2a47208a93 Ensure the previous Perl interpreter selection is restored upon exit from 16 years ago
Tom Lane 15b406fed6 Make the overflow guards in ExecChooseHashTableSize be more protective. 16 years ago
Tom Lane 972dd130d3 Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check 16 years ago