Commit Graph

22195 Commits (0b9ed725d1c4bca8b675239a3e1a3c808b4b39ee)
 

Author SHA1 Message Date
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
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
Tom Lane d2d9bd0e04 When checking for datetime field overflow, we should allow a fractional-second 17 years ago
Tom Lane 3204d56fd0 Fix the handling of sub-SELECTs appearing in the arguments of an outer-level 17 years ago
Bruce Momjian 7c43408d89 Remove HELIOS Software GmbH name and copyright from AIX dynloader files, 17 years ago
Magnus Hagander e0ec95d7bf Remove beer-ware license from crypt-md5.c, per 17 years ago
Tom Lane c549ca9e6b Update time zone data files to tzdata release 2009e: DST law changes in 17 years ago
Teodor Sigaev 00a0df58d6 Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense 17 years ago
Tom Lane 5525d26684 Defend against non-ASCII letters in fuzzystrmatch code. The functions 17 years ago
Tom Lane bb11b0e53c Rewrite interval_hash() so that the hashcodes are equal for values that 17 years ago
Tom Lane af4ebb272e Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read 17 years ago
Magnus Hagander 7daa32daa9 Don't crash initdb when we fail to get the current username. 17 years ago
Heikki Linnakangas 199d8bb60a Fix a rare race condition when commit_siblings > 0 and a transaction commits 17 years ago
Heikki Linnakangas a6ecfd4719 Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confused 17 years ago
Tom Lane 8f332cf79e Fix old thinko in pgp.h: the idea is to declare some named enum types, 17 years ago
Marc G. Fournier 023c537f47 tag 8.1.17 17 years ago
Tom Lane 05940d393d Update back-branch release notes. 17 years ago
Tom Lane 6578c68207 Fix core dump due to null-pointer dereference in to_char() when datetime 17 years ago