Commit Graph

32460 Commits (5bd06e619c82c3b2e29fed40aae5fc39a9620908)
 

Author SHA1 Message Date
Tom Lane 5bd06e619c Back-patch contrib/vacuumlo's new -l (limit) option into 9.0 and 9.1. 14 years ago
Robert Haas 16f42be840 Don't allow CREATE TABLE AS to put relations in pg_global. 14 years ago
Heikki Linnakangas 04e9dc6e01 Fix bug where walsender goes into a busy loop if connection is terminated. 14 years ago
Alvaro Herrera 52b03fbdfe Update struct Trigger in docs 14 years ago
Alvaro Herrera bceef1bcbe plperl: Package-qualify _TD 14 years ago
Bruce Momjian 2815574615 In pg_upgrade, remove dependency on pg_config, as that might not be in 14 years ago
Andrew Dunstan ed79eddba9 Honor inputdir and outputdir when converting regression files. 14 years ago
Peter Eisentraut b6948e1546 pg_restore: Fix memory and file descriptor leak with directory format 14 years ago
Tom Lane 805f798e0e Revisit handling of UNION ALL subqueries with non-Var output columns. 14 years ago
Tom Lane 0cb4a0bfb8 Patch some corner-case bugs in pl/python. 14 years ago
Bruce Momjian 5a264d4aa0 Remove tabs in SGML files 14 years ago
Tatsuo Ishii 66d3e691db Add description for --no-locale and --text-search-config. 14 years ago
Peter Eisentraut 3043608cf7 ecpg: Fix off-by-one error in memory copying 14 years ago
Peter Eisentraut 6f59d42b94 ecpg: Fix rare memory leaks 14 years ago
Peter Eisentraut 46c9f5d6f0 psql: Fix invalid memory access 14 years ago
Peter Eisentraut 0ba7ff5fa5 libpq: Fix memory leak 14 years ago
Tom Lane ad05b5d28d Fix some issues with temp/transient tables in extension scripts. 14 years ago
Robert Haas 610fd3442d Attempt to reduce locale dependencies in regression tests. 14 years ago
Tom Lane e076ee6d3f Improve documentation around logging_collector and use of stderr. 14 years ago
Tom Lane ef03b34550 Allow child-relation entries to be made in ec_has_const EquivalenceClasses. 14 years ago
Tom Lane af1967239a Simplify references to backslash-doubling in func.sgml. 14 years ago
Heikki Linnakangas 86073a2b7a Correctly detect SSI conflicts of prepared transactions after crash. 14 years ago
Tom Lane 57b100fe0f Fix some more bugs in GIN's WAL replay logic. 14 years ago
Tom Lane 64c47e4542 Stamp 9.1.3. 14 years ago
Tom Lane 22795f096b Last-minute release note updates. 14 years ago
Tom Lane 2d2f63ddcc Convert newlines to spaces in names written in pg_dump comments. 14 years ago
Tom Lane e6fcb03dc0 Remove arbitrary limitation on length of common name in SSL certificates. 14 years ago
Tom Lane 54e2b6488b Require execute permission on the trigger function for CREATE TRIGGER. 14 years ago
Tom Lane 630fa6f308 Allow MinGW builds to use standardly-named OpenSSL libraries. 14 years ago
Peter Eisentraut 602dd1eeaa Translation updates 14 years ago
Peter Eisentraut 09c00af94e Remove inappropriate quotes 14 years ago
Tom Lane f209a0c559 Draft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18. 14 years ago
Alvaro Herrera cfd1c382f0 REASSIGN OWNED: Support foreign data wrappers and servers 14 years ago
Simon Riggs 11c730f412 Correctly initialise shared recoveryLastRecPtr in recovery. 14 years ago
Tom Lane 6182e01f18 Don't clear btpo_cycleid during _bt_vacuum_one_page. 14 years ago
Magnus Hagander 3d2aa2c086 Avoid double close of file handle in syslogger on win32 14 years ago
Tom Lane f22bd1570e Don't reject threaded Python on FreeBSD. 14 years ago
Tom Lane d3158f339f Fix regex back-references that are directly quantified with *. 14 years ago
Tom Lane 86328cbc34 Fix longstanding error in contrib/intarray's int[] & int[] operator. 14 years ago
Tom Lane 04a0231e56 Run a portal's cleanup hook immediately when pushing it to FAILED state. 14 years ago
Michael Meskes 421513ba84 Do not use the variable name when defining a varchar structure in ecpg. 14 years ago
Andrew Dunstan 6c1603cd8a Fix auto-explain JSON output to be valid JSON. 14 years ago
Tom Lane 6fb17aeeab Fix I/O-conversion-related memory leaks in plpgsql. 14 years ago
Tom Lane dd4e0a3878 Fix oversight in pg_dump's handling of extension configuration tables. 14 years ago
Tom Lane e565eff45a Fix brain fade in previous pg_dump patch. 14 years ago
Tom Lane 182228bd74 Fix pg_dump for better handling of inherited columns. 14 years ago
Tom Lane 1e7d008bf8 Throw error sooner for unlogged GiST indexes. 14 years ago
Tom Lane ef19c9dfaa Fix postmaster to attempt restart after a hot-standby crash. 14 years ago
Tom Lane c74ad4e55b Avoid throwing ERROR during WAL replay of DROP TABLESPACE. 14 years ago
Tom Lane f1b8a84dec Avoid problems with OID wraparound during WAL replay. 14 years ago