Commit Graph

28663 Commits (e8df3579fe55fa45201d1d019709f0d7cd26b688)
 

Author SHA1 Message Date
Tom Lane e8df3579fe 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 42ba393b59 Prevent indirect security attacks via changing session-local state within 16 years ago
Magnus Hagander a493b4224b Update size references in installation instructions to be a bit 16 years ago
Magnus Hagander 1ac3651be2 Reject certificates with embedded NULLs in the commonName field. This stops 16 years ago
Tom Lane e37487d4d5 Update time zone data files to tzdata release 2009s: DST law changes in 16 years ago
Peter Eisentraut 7a2afa1968 Translation updates 16 years ago
Magnus Hagander fd1b31fa11 Fix a couple of broken links to third-party sites. 16 years ago
Magnus Hagander 652dad6d32 Replace broken link to custom local gettext package with one to the main 16 years ago
Magnus Hagander 8c5a1d9366 Update CVS documentation to be more current and add documentation about 16 years ago
Heikki Linnakangas d1c5bdf520 Fix bug in temporary file management with subtransactions. A cursor opened 16 years ago
Tom Lane e461436f87 Ignore attempts to set "application_name" in the connection startup packet. 16 years ago
Tom Lane b382cbb044 Avoid core dump on empty thesaurus dictionary. 16 years ago
Tom Lane 1962ec6829 Fix session-lifespan memory leak when a plperl function is redefined: 16 years ago
Michael Meskes 2164a24686 Remove */ characters from declare cursor statements before putting them into a 16 years ago
Peter Eisentraut 7c605d5dfa Fix syntax in extract() examples 16 years ago
Heikki Linnakangas 5e4b869f29 Fix an old bug in multixact and two-phase commit. Prepared transactions can 16 years ago
Tom Lane 1e925f49e7 Refactor ecpg grammar so that it uses the core grammar's unreserved_keyword 16 years ago
Tom Lane 00d144ddab Fix display and dumping of UPDATE OR TRUNCATE triggers (a bizarre combination 16 years ago
Peter Eisentraut cd5c42de59 Typo: dump -> restore 16 years ago
Tom Lane 2951f8f94e Fix memory leak in syslogger: logfile_rotate() would leak a copy of the 16 years ago
Tom Lane 1ec65488c0 While doing the final setrefs.c pass over a plan tree, try to match up 16 years ago
Peter Eisentraut 4272c8724f Make text search parser accept underscores in XML attributes (bug #5075) 16 years ago
Magnus Hagander 8467f3c5a1 Add inheritable ACE when creating a restricted token for execution on 16 years ago
Heikki Linnakangas 30137bde6d A better fix for the "ARRAY[...]::domain" problem. The previous patch worked, 16 years ago
Heikki Linnakangas 959af88533 When you do "ARRAY[...]::domain", where domain is a domain over an array type, 16 years ago
Teodor Sigaev 66ad0b3a05 Fix multicolumn GIN's wrong results with fastupdate enabled. 16 years ago
Tom Lane 7a6aa851f5 Do not build psql's flex module on its own, but instead include it in 16 years ago
Alvaro Herrera 83d4698cc9 Fix longstanding problems in VACUUM caused by untimely interruptions 16 years ago
Tom Lane 2c61405206 Allow binary-coercible cases in ri_HashCompareOp; there are some such cases 16 years ago
Heikki Linnakangas 7433359347 Disable triggering failover with a signal in pg_standby on Windows, because 16 years ago
Peter Eisentraut 59052a5122 Fix obscure segfault condition in PL/Python 16 years ago
Tom Lane 01adc8afd5 Dept of second thoughts: after studying index_getnext() a bit more I realize 16 years ago
Tom Lane 891e225a70 Fix two serious bugs introduced into hash indexes by the 8.4 patch that made 16 years ago
Tom Lane f175aed87a Ensure the previous Perl interpreter selection is restored upon exit from 16 years ago
Tom Lane 3f5a4828f9 Make the overflow guards in ExecChooseHashTableSize be more protective. 16 years ago
Tom Lane 4b53f16be9 Fix \df to re-allow regexp special characters in the function name pattern. 16 years ago
Tom Lane f18a77acc8 Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check 16 years ago
Tom Lane bd02b48ba4 Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; 16 years ago
Alvaro Herrera 0dfba4e98f Fix documentation on the toast.fillfactor reloption: it doesn't exist. 16 years ago
Tom Lane 8842800d79 Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the 16 years ago
Heikki Linnakangas a04cb27ce3 FREEZE and VERBOSE options were in wrong order in the VACUUM command that 16 years ago
Heikki Linnakangas 3db362edf3 Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH, 16 years ago
Heikki Linnakangas bd62a211b5 Raise the maximum authentication token (Kerberos ticket) size in GSSAPI 16 years ago
Tom Lane 3d70b5d01a Fix ts_stat's failure on empty tsvector. 16 years ago
Heikki Linnakangas 09a12ef929 Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by 16 years ago
Alvaro Herrera 4c7ac1aea7 Fix snapshot management, take two. 16 years ago
Tom Lane 8e3384e35d Change CREATE TABLE so that column default expressions coming from different 16 years ago
Tom Lane 83a673808d Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficiently 16 years ago
Tom Lane 70b533e029 Fix an oversight in an 8.3-era patch: pgstat_initstats should allow stats 16 years ago
Tom Lane c3110e49b1 Make sure that GIN fast-insert and regular code paths enforce the same 16 years ago