Commit Graph

26659 Commits (0404cd5a67a24a2fdfe1d2c501f197dfd39dffdb)
 

Author SHA1 Message Date
Heikki Linnakangas 0404cd5a67 Oops, previous backpatch applied incorrectly. 16 years ago
Heikki Linnakangas 67d25e5a85 Previous fix for temporary file management broke returning a set from 16 years ago
Tom Lane f216f56e6e Fix wrong WAL info value generated when gistContinueInsert() performs an 16 years ago
Tom Lane 65a5d12be1 Fix integer-to-bit-string conversions to handle the first fractional byte 16 years ago
Marc G. Fournier f25013104a tag 8.3.9 16 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, 16 years ago
Tom Lane e3b01bc1e1 Prevent indirect security attacks via changing session-local state within 16 years ago
Magnus Hagander d724237551 Reject certificates with embedded NULLs in the commonName field. This stops 16 years ago
Tom Lane d01b2e4e47 Update time zone data files to tzdata release 2009s: DST law changes in 16 years ago
Peter Eisentraut d549d3e34d Translation updates 16 years ago
Heikki Linnakangas dd7321f81c Fix bug in temporary file management with subtransactions. A cursor opened 16 years ago
Tom Lane 3c77fbd285 Ignore attempts to set "application_name" in the connection startup packet. 16 years ago
Tom Lane e6bfe55961 Avoid core dump on empty thesaurus dictionary. 16 years ago
Tom Lane b50e026e33 Fix session-lifespan memory leak when a plperl function is redefined: 16 years ago
Peter Eisentraut 602878d5ab Fix syntax in extract() examples 16 years ago
Heikki Linnakangas 0852c4d54c Fix an old bug in multixact and two-phase commit. Prepared transactions can 16 years ago
Tom Lane 31f38e3f0e Fix memory leak in syslogger: logfile_rotate() would leak a copy of the 16 years ago
Peter Eisentraut 87021e7505 Make text search parser accept underscores in XML attributes (bug #5075) 16 years ago
Magnus Hagander d509347c39 Add inheritable ACE when creating a restricted token for execution on 16 years ago
Tom Lane 3b0d57eb39 Do not build psql's flex module on its own, but instead include it in 16 years ago
Alvaro Herrera fa40685b95 Fix longstanding problems in VACUUM caused by untimely interruptions 16 years ago
Heikki Linnakangas 862f5dbdd1 Disable triggering failover with a signal in pg_standby on Windows, because 16 years ago
Peter Eisentraut 9250485846 Fix obscure segfault condition in PL/Python 16 years ago
Tom Lane 2a47208a93 Ensure the previous Perl interpreter selection is restored upon exit from 16 years ago
Tom Lane 15b406fed6 Make the overflow guards in ExecChooseHashTableSize be more protective. 16 years ago
Tom Lane 972dd130d3 Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check 16 years ago
Tom Lane e0066c6b45 Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the 16 years ago
Heikki Linnakangas 1b198db44e Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH, 16 years ago
Heikki Linnakangas c6b4d4fbc8 Raise the maximum authentication token (Kerberos ticket) size in GSSAPI 16 years ago
Heikki Linnakangas c2c86e4881 Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by 16 years ago
Tom Lane 895a3fb658 Fix an oversight in an 8.3-era patch: pgstat_initstats should allow stats 16 years ago
Tom Lane 81f7305211 Fix erroneous handling of shared dependencies (ie dependencies on roles) 16 years ago
Tom Lane 9cfc3d2166 Fix equivclass.c's not-quite-right strategy for handling X=X clauses. 16 years ago
Andrew Dunstan eff805b588 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 8b720b5723 Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with the 17 years ago
Teodor Sigaev 13b67ebd2d Fix incorrect arguments for gist_box_penalty call. The bug could be observed 17 years ago
Heikki Linnakangas 1bb8236e14 Don't error out if recycling or removing an old WAL segment fails at the end 17 years ago
Heikki Linnakangas 103be09c2c On Windows, when a file is deleted and another process still has an open 17 years ago
Tom Lane a15cb0652f Remove outside-the-scanner references to "yyleng". 17 years ago
Tom Lane dfd5282bf3 Update the tznames reference files, and add IDT (Israel Daylight Time) 17 years ago
Heikki Linnakangas 691efa1500 Fix encoding handling in xml binary input function. If the XML header didn't 17 years ago
Marc G. Fournier e01fdca9f7 Tag 8.3.8 17 years ago
Tom Lane 7e2024be10 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 5927d9f642 Make LOAD of an already-loaded library into a no-op, instead of attempting 17 years ago
Tom Lane fe8170dcfa Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer 17 years ago
Peter Eisentraut 095f7ba339 Translation updates 17 years ago
Tom Lane 1e4a3cfd0f Update time zone data files to tzdata release 2009l: DST law changes in 17 years ago
Tom Lane bcdb578895 Fix pg_ctl's readfile() to not go into infinite loop on an empty file 17 years ago
Tom Lane d40ef0dc0b Remove duplicate variable initializations identified by clang static checker. 17 years ago
Bruce Momjian 143373bee5 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