Commit Graph

26698 Commits (6aff80e1bc3222d0cd07dcf02b38ffa5185cbf64)
 

Author SHA1 Message Date
Tom Lane 6aff80e1bc Update time zone data files to tzdata release 2010c: DST law changes in 16 years ago
Tom Lane 0c8142380b When reading pg_hba.conf and similar files, do not treat @file as an inclusion 16 years ago
Tom Lane 6fe45c9665 Fix a couple of places that would loop forever if attempts to read a stdio file 16 years ago
Tom Lane e2524c5180 Make contrib/xml2 use core xml.c's error handler, when available (that is, 16 years ago
Tom Lane f821c16e95 Export xml.c's libxml-error-handling support so that contrib/xml2 can use it 16 years ago
Andrew Dunstan dbef717909 Make iconv work like other optional libraries for MSVC. 16 years ago
Bruce Momjian 2193da28b1 pgindent run on xml.c in 8.3 branch, per request from Tom. 16 years ago
Andrew Dunstan 881a97da86 Add missing library and include dir for XSLT in MSVC builds 16 years ago
Andrew Dunstan 7a8b468fc1 Do not run regression tests for contrib/xml2 on MSVC unless building with XML 16 years ago
Andrew Dunstan deb5f53b6c Backpatch MSVC build fix for XSLT 16 years ago
Heikki Linnakangas 407e42dccd Fix numericlocale psql option when used with a null string and latex and troff 16 years ago
Tom Lane 7d9d852603 Fix contrib/xml2 so regression test still works when it's built without libxslt. 16 years ago
Tom Lane d71936c950 Remove xmlCleanupParser calls from contrib/xml2. 16 years ago
Tom Lane 4f146ab3e7 Back-patch today's memory management fixups in contrib/xml2. 16 years ago
Tom Lane a8cf68f7df Back-patch changes of 2009-05-13 in xml.c's memory management. 16 years ago
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 17 years ago
Tom Lane 08181b427c Volatile-ize all five places where we expect a PG_TRY block to restore 17 years ago
Tom Lane 1a709257a9 Fix ExecEvalArrayRef to pass down the old value of the array element or slice 17 years ago
Tom Lane 192cd7f390 Prevent #option dump from crashing on FORI statement with null step. Reported by Pavel. 17 years ago
Greg Stark e5b7616c04 revert prior patch to fsync directories until portability problems exposed by build farm can be sorted out 17 years ago
Greg Stark 60e45730a9 Make CREATE DATABASE safe against losing whole files by fsyncing the 17 years ago
Tom Lane bd11a4690b Don't choke when exec_move_row assigns a synthesized null to a column 17 years ago
Andrew Dunstan 684312b3ea Free reference in correct Perl context. Backpatch to release 8.2. Patch from Tim Bunce. 17 years ago
Heikki Linnakangas a085a6a77c Add a note to the documentation of pg_standby that it's important that 17 years ago
Joe Conway d76c491cb9 Check to ensure the number of primary key fields supplied does not 17 years ago
Tom Lane ff18ebfb7f Change regexp engine's ccondissect/crevdissect routines to perform DFA 17 years ago
Magnus Hagander e00881bd73 Fix race condition in win32 signal handling. 17 years ago
Tom Lane e488941ac5 Avoid performing encoding conversion on command tag strings during EndCommand. 17 years ago
Tom Lane acd294e945 Apply Tcl_Init() to the "hold" interpreter created by pltcl. 17 years ago
Tom Lane 7309f3340c Fix assorted core dumps and Assert failures that could occur during 17 years ago
Tom Lane 61da9c4e25 Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that 17 years ago
Tom Lane 317be817f4 Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list 17 years ago
Tom Lane 8a6a40dea6 When loading critical system indexes into the relcache, ensure we lock the 17 years ago
Tom Lane d4b7cf062c Fix relcache reload mechanism to be more robust in the face of errors 17 years ago
Tom Lane f90acefc35 Make bit/varbit substring() treat any negative length as meaning "all the rest 17 years ago
Tom Lane a6d3ec103b Set errno to zero before invoking SSL_read or SSL_write. It appears that 17 years ago
Heikki Linnakangas 0404cd5a67 Oops, previous backpatch applied incorrectly. 17 years ago
Heikki Linnakangas 67d25e5a85 Previous fix for temporary file management broke returning a set from 17 years ago
Tom Lane f216f56e6e Fix wrong WAL info value generated when gistContinueInsert() performs an 17 years ago
Tom Lane 65a5d12be1 Fix integer-to-bit-string conversions to handle the first fractional byte 17 years ago
Marc G. Fournier f25013104a tag 8.3.9 17 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, 17 years ago
Tom Lane e3b01bc1e1 Prevent indirect security attacks via changing session-local state within 17 years ago
Magnus Hagander d724237551 Reject certificates with embedded NULLs in the commonName field. This stops 17 years ago
Tom Lane d01b2e4e47 Update time zone data files to tzdata release 2009s: DST law changes in 17 years ago
Peter Eisentraut d549d3e34d Translation updates 17 years ago
Heikki Linnakangas dd7321f81c Fix bug in temporary file management with subtransactions. A cursor opened 17 years ago