Commit Graph

22234 Commits (53690dce271947effb51e5616d6933b3eff51277)
 

Author SHA1 Message Date
Marc G. Fournier 53690dce27 tag 8.1.20 16 years ago
Tom Lane e6bef1156a Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24, 16 years ago
Tom Lane a38c09f43d Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl. 16 years ago
Alvaro Herrera 22ae430efb Update time zone data files to tzdata release 2010d: DST law changes in Fiji, 16 years ago
Magnus Hagander b2dfc2ff10 Add missing space in example. 16 years ago
Tom Lane e52d568d2d Update time zone data files to tzdata release 2010c: DST law changes in 16 years ago
Tom Lane 0a32a06bc9 When reading pg_hba.conf and similar files, do not treat @file as an inclusion 16 years ago
Tom Lane 14669da788 Fix a couple of places that would loop forever if attempts to read a stdio file 16 years ago
Tom Lane 238e6b9519 Make contrib/xml2 use core xml.c's error handler, when available (that is, 16 years ago
Heikki Linnakangas 64e19ac859 Fix numericlocale psql option when used with a null string and latex and troff 16 years ago
Tom Lane 8a0137d785 Fix contrib/xml2 so regression test still works when it's built without libxslt. 16 years ago
Tom Lane a8ab473383 Remove xmlCleanupParser calls from contrib/xml2. 16 years ago
Tom Lane 94152f93f5 Back-patch today's memory management fixups in contrib/xml2. 16 years ago
Tom Lane a3609304b7 Back-patch addition of ssl_renegotiation_limit into 7.4 through 8.1. 16 years ago
Itagaki Takahiro 26662b73ae Fix STOP WAL LOCATION in backup history files no to return the next 16 years ago
Tom Lane 8005df3c20 Volatile-ize all five places where we expect a PG_TRY block to restore 16 years ago
Greg Stark d786916015 revert prior patch to fsync directories until portability problems exposed by build farm can be sorted out 16 years ago
Greg Stark 7f92f7cf71 Make CREATE DATABASE safe against losing whole files by fsyncing the 16 years ago
Tom Lane 38a7ddc5f7 Don't choke when exec_move_row assigns a synthesized null to a column 16 years ago
Joe Conway 7b537a8540 Check to ensure the number of primary key fields supplied does not 16 years ago
Tom Lane f54f9ea1c6 Change regexp engine's ccondissect/crevdissect routines to perform DFA 16 years ago
Tom Lane d86bd9a826 Avoid performing encoding conversion on command tag strings during EndCommand. 16 years ago
Tom Lane 00ef17eb7f Apply Tcl_Init() to the "hold" interpreter created by pltcl. 16 years ago
Tom Lane d5d0a67b22 Fix assorted core dumps and Assert failures that could occur during 16 years ago
Tom Lane 8ecbda7707 Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that 16 years ago
Tom Lane ae76ee9af9 Make bit/varbit substring() treat any negative length as meaning "all the rest 16 years ago
Heikki Linnakangas c79a6b110c Remove a now unused local variable. 16 years ago
Heikki Linnakangas 56a87f2721 Previous fix for temporary file management broke returning a set from 16 years ago
Tom Lane 3bd13da63b Fix integer-to-bit-string conversions to handle the first fractional byte 16 years ago
Marc G. Fournier c89eec5064 tag 8.1.19 16 years ago
Tom Lane ce07e3f60e 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 613981be04 Prevent indirect security attacks via changing session-local state within 16 years ago
Magnus Hagander d585483ab9 Reject certificates with embedded NULLs in the commonName field. This stops 16 years ago
Tom Lane 8510e7e463 Update time zone data files to tzdata release 2009s: DST law changes in 16 years ago
Peter Eisentraut f1f6a4871f Translation updates 16 years ago
Heikki Linnakangas b9c44be65f Fix bug in temporary file management with subtransactions. A cursor opened 16 years ago
Tom Lane 532ae854cc Ignore attempts to set "application_name" in the connection startup packet. 16 years ago
Heikki Linnakangas c63dbfff83 Fix an old bug in multixact and two-phase commit. Prepared transactions can 16 years ago
Tom Lane fd20a349c4 Do not build psql's flex module on its own, but instead include it in 16 years ago
Alvaro Herrera 0b9ed725d1 Fix longstanding problems in VACUUM caused by untimely interruptions 16 years ago
Peter Eisentraut 1ef3f3cde3 Fix obscure segfault condition in PL/Python 16 years ago
Tom Lane 3a2e457204 Make the overflow guards in ExecChooseHashTableSize be more protective. 16 years ago
Tom Lane 08dd656b71 Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check 16 years ago
Tom Lane 53c8f77da0 Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the 16 years ago
Heikki Linnakangas 469301e6ee Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by 16 years ago
Tom Lane 595f2744b0 Fix erroneous handling of shared dependencies (ie dependencies on roles) 16 years ago
Andrew Dunstan fa990959f4 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 ece0f720d0 Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the 16 years ago
Tom Lane 0f9f9edfc6 Remove outside-the-scanner references to "yyleng". 17 years ago
Marc G. Fournier 164a8ff822 Tag 8.1.18 17 years ago