Commit Graph

22225 Commits (64e19ac859cd8ef2af4bddd1f33785b8523c1d76)
 

Author SHA1 Message Date
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) 17 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. 17 years ago
Tom Lane ece0f720d0 Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the 17 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
Tom Lane 230f752a90 Final updates of release notes for 8.4.1, 8.3.8, 8.2.14, 8.1.18, 8.0.22, 17 years ago
Tom Lane 0ed2edfaae Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer 17 years ago
Peter Eisentraut 54e070ba08 Translation updates 17 years ago
Tom Lane 003e546d5d Update time zone data files to tzdata release 2009l: DST law changes in 17 years ago
Tom Lane 67e2f2b889 Fix pg_ctl's readfile() to not go into infinite loop on an empty file 17 years ago
Bruce Momjian 4c46c3f824 Update release notes for 7.4.26, 8.0.22, 8.1.18, 8.2.14, 8.3.8, 8.4.1. 17 years ago
Tom Lane f735f4715a Fix inclusions of readline/editline header files so that we only attempt to 17 years ago
Tom Lane ed398d1957 Fix overflow for INTERVAL 'x ms' where x is more than a couple million, 17 years ago
Bruce Momjian 83108d1551 Remove tabs from SGML. 17 years ago