Commit Graph

22211 Commits (d5d0a67b22bfdbdac254a059b2d2a0a9547fc285)
 

Author SHA1 Message Date
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. 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
Andrew Dunstan 076abaf6b9 Re-add documentation for --no-readline option of psql, mistakenly removed a decade ago. Backpatch to release 7.4. 17 years ago
Tom Lane 0e5dffd475 Try to defend against the possibility that libpq is still in COPY_IN state 17 years ago
Tom Lane a0381f2679 Fix a thinko introduced into CountActiveBackends by a recent patch: 17 years ago
Tom Lane b99751a199 Fix xslt_process() to ensure that it inserts a NULL terminator after the 17 years ago
Heikki Linnakangas c36aab4e5f Fix ancient bug in handling of to_char modifier 'TH', when used with HH. 17 years ago
Tom Lane df97d163af Fix an ancient error in dist_ps (distance from point to line segment), which 17 years ago
Tom Lane 7c78f14b2f Update time zone data files to tzdata release 2009i: DST law changes in 17 years ago
Peter Eisentraut aeb5537a11 Improve capitalization and punctuation in recently added GiST message. 17 years ago
Tom Lane a9492ff138 Fix cash_in() to behave properly in locales where frac_digits is zero, 17 years ago
Andrew Dunstan b3452713ff Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and to remove compilation warning. Backpatch the release 7.4 17 years ago
Andrew Dunstan 64a4c69fbb Initialise perl library as documented in perl API. Backpatch to release 7.4. 17 years ago
Heikki Linnakangas 18b185cdf0 Update relpages and reltuples estimates in stand-alone ANALYZE, even if 17 years ago
Tom Lane 5379bf74d7 Fix pg_resetxlog to remove archive status files along with WAL segment files. 17 years ago
Tom Lane f8d10e50d3 Split the release notes into a separate file for each (active) major branch, 17 years ago