Commit Graph

29243 Commits (2017244ead566567bcc0c46c66a153386698542b)
 

Author SHA1 Message Date
Tom Lane 2017244ead Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. 13 years ago
Tom Lane 8d2738ff33 Update time zone data files to tzdata release 2012f. 13 years ago
Peter Eisentraut de1131f83f Translation updates 13 years ago
Tom Lane c842673b86 Provide adequate documentation of the "table_name *" notation. 13 years ago
Kevin Grittner 5010bbc2c5 Fix documentation reference to maximum allowed for autovacuum_freeze_max_age. 13 years ago
Tom Lane 1e23454280 Back-patch fix and test case for bug #7516. 13 years ago
Tom Lane dc447e1515 Make plperl safe against functions that are redefined while running. 13 years ago
Tom Lane 6e54298bb4 Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH. 13 years ago
Robert Haas 7e21ff3edb Fix "too many arguments" messages not to index off the end of argv[]. 13 years ago
Tom Lane 1cd2d17ed7 Restore SIGFPE handler after initializing PL/Perl. 13 years ago
Tom Lane d9b9e8b40c Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit. 13 years ago
Robert Haas 49ffbf52ec Add missing period to detail message. 14 years ago
Tom Lane d6a3863506 Fix cascading privilege revoke to notice when privileges are still held. 14 years ago
Tom Lane dda44070cc Fix rescan logic in nodeCtescan. 14 years ago
Tom Lane 1a36a773a6 Stamp 8.4.13. 14 years ago
Tom Lane b556e4f897 Update release notes for 9.1.5, 9.0.9, 8.4.13, 8.3.20. 14 years ago
Tom Lane d9b023c7bc Prevent access to external files/URLs via contrib/xml2's xslt_process(). 14 years ago
Tom Lane a34e02bfaf Prevent access to external files/URLs via XML entity references. 14 years ago
Peter Eisentraut 87050703be Translation updates 14 years ago
Tom Lane b600ae4b75 Update time zone data files to tzdata release 2012e. 14 years ago
Simon Riggs 0093b8d48a fsync backup_label after pg_start_backup() 14 years ago
Tom Lane 8487d1f2e1 Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input. 14 years ago
Tom Lane 1e14aa6e30 Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT). 14 years ago
Tom Lane 75ef476cf3 Fix syslogger so that log_truncate_on_rotation works in the first rotation. 14 years ago
Tom Lane 2754cdc713 Improve reporting of error situations in find_other_exec(). 14 years ago
Tom Lane 10b335eabc Only allow autovacuum to be auto-canceled by a directly blocked process. 14 years ago
Robert Haas b09847e514 Log a better message when canceling autovacuum. 14 years ago
Tom Lane 3279a76060 Fix longstanding crash-safety bug with newly-created-or-reset sequences. 14 years ago
Tom Lane 688aafa15d Fix whole-row Var evaluation to cope with resjunk columns (again). 14 years ago
Tom Lane a999debae2 Improve coding around the fsync request queue. 14 years ago
Tom Lane 1de1e3d440 Prevent corner-case core dump in rfree(). 14 years ago
Tom Lane b9edaa784e Back-patch fix for extraction of fixed prefixes from regular expressions. 14 years ago
Tom Lane b84da909d9 Back-patch addition of pg_wchar-to-multibyte conversion functionality. 14 years ago
Tom Lane 7f0b1f1c97 Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns. 14 years ago
Tom Lane 40381e8363 Don't try to trim "../" in join_path_components(). 14 years ago
Tom Lane 5a547ae3ce Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. 14 years ago
Robert Haas 5cea1b0a8c Backport fsync queue compaction logic to all supported branches. 14 years ago
Tom Lane 248f1ac813 Fix memory leak in ARRAY(SELECT ...) subqueries. 14 years ago
Alvaro Herrera 1e9762c72f pg_dump: Fix verbosity level in LO progress messages 14 years ago
Peter Eisentraut 32d42fa248 Update copyright year in forgotten places 14 years ago
Magnus Hagander 9777427d11 Add missing subtitle for compressed archive logs 14 years ago
Tom Lane 63ac5b0b67 Fix some more bugs in contrib/xml2's xslt_process(). 14 years ago
Simon Riggs 46ceb398f0 Avoid early reuse of btree pages, causing incorrect query results. 14 years ago
Tom Lane 8c9f2dc670 Stamp 8.4.12. 14 years ago
Tom Lane bc2f35a806 Update release notes for 9.1.4, 9.0.8, 8.4.12, 8.3.19. 14 years ago
Peter Eisentraut d871821e47 Translation updates 14 years ago
Tom Lane 69a37ed92f Update time zone data files to tzdata release 2012c. 14 years ago
Tom Lane af6ee5e8d4 Ignore SECURITY DEFINER and SET attributes for a PL's call handler. 14 years ago
Tom Lane f5c5e7497b Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich. 14 years ago
Tom Lane 4c95cdabce Fix incorrect password transformation in contrib/pgcrypto's DES crypt(). 14 years ago