Commit Graph

20105 Commits (a34e02bfaf6246b482ec04a3f7c200a1ae6b7df0)

Author SHA1 Message Date
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
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
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 66cad2d7b4 Teach AbortOutOfAnyTransaction to clean up partially-started transactions. 14 years ago
Tom Lane 35cc2be6f4 Prevent synchronized scanning when systable_beginscan chooses a heapscan. 14 years ago
Tom Lane 2a7c90c83b Fix string truncation to be multibyte-aware in text_name and bpchar_name. 14 years ago
Tom Lane 5e0f3c793a Use binary search instead of brute-force scan in findNamespace(). 14 years ago
Tom Lane 3ce6fa5568 Ensure that seqscans check for interrupts at least once per page. 14 years ago
Heikki Linnakangas 6e088424e2 Fix bug in to_tsquery(). 14 years ago
Tom Lane de48dbade3 Fix Windows implementation of PGSemaphoreLock. 14 years ago
Joe Conway 564b257e44 PL/pgSQL RETURN NEXT was leaking converted tuples, causing 14 years ago
Tom Lane a45c63ea0e Fix printing of whole-row Vars at top level of a SELECT targetlist. 14 years ago
Tom Lane aa0c797c90 Fix syslogger's rotation disable/re-enable logic. 14 years ago
Tom Lane 6b87144323 Fix edge-case behavior of pg_next_dst_boundary(). 14 years ago
Andrew Dunstan e4129a0e61 Revert recent commit re positional arguments. 14 years ago
Robert Haas 8d2ef107e6 Fix copyfuncs/equalfuncs support for ReassignOwnedStmt. 14 years ago
Andrew Dunstan 095527a701 Don't override arguments set via options with positional arguments. 14 years ago
Tom Lane 8d444c90d8 Clamp indexscan filter condition cost estimate to be not less than zero. 14 years ago
Tom Lane 8555586707 Fix an Assert that turns out to be reachable after all. 14 years ago
Heikki Linnakangas cd8b1c6d48 set_stack_base() no longer needs to be called in PostgresMain. 14 years ago
Heikki Linnakangas 89da5dc6db Do stack-depth checking in all postmaster children. 14 years ago
Tom Lane 3a7fdb7068 Fix misleading output from gin_desc(). 14 years ago
Tom Lane 260b119c58 Fix syslogger to not lose log coherency under high load. 14 years ago
Tom Lane a584bc5cb0 Fix O(N^2) behavior in pg_dump when many objects are in dependency loops. 14 years ago