Commit Graph

32479 Commits (6cc2ed14f166604b11f85188724c47325ab37b4b)
 

Author SHA1 Message Date
Bruce Momjian 6cc2ed14f1 Fix pg_upgrade to properly upgrade a table that is stored in the cluster 14 years ago
Tom Lane 5cf6fddd63 Adjust various references to GEQO being non-deterministic. 14 years ago
Tom Lane 0e20abdb47 Fix an Assert that turns out to be reachable after all. 14 years ago
Heikki Linnakangas 88e071533f set_stack_base() no longer needs to be called in PostgresMain. 14 years ago
Heikki Linnakangas ef29bb1f72 Do stack-depth checking in all postmaster children. 14 years ago
Tom Lane 63d8636c50 Update URL for pgtclng project. 14 years ago
Tom Lane e2923d3419 Fix misleading output from gin_desc(). 14 years ago
Tom Lane 60243e89a7 Fix syslogger to not lose log coherency under high load. 14 years ago
Tom Lane 8d2a5fb219 Fix a couple of contrib/dblink bugs. 14 years ago
Tom Lane 99e2076bc7 Fix O(N^2) behavior in pg_dump when many objects are in dependency loops. 14 years ago
Tom Lane fa76bb0168 Fix O(N^2) behavior in pg_dump for large numbers of owned sequences. 14 years ago
Tom Lane dde1813dff Fix dblink's failure to report correct connection name in error messages. 14 years ago
Simon Riggs 20d98ab6e4 Correct epoch of txid_current() when executed on a Hot Standby server. 14 years ago
Robert Haas 4d278b785e pg_basebackup: Error handling fixes. 14 years ago
Tom Lane 9f0a017076 Fix COPY FROM for null marker strings that correspond to invalid encoding. 14 years ago
Tom Lane 811a2cbc16 Fix planner's handling of outer PlaceHolderVars within subqueries. 14 years ago
Tom Lane eca0c389f1 Cast some printf arguments to avoid possibly-nonportable behavior. 14 years ago
Robert Haas 10b2e7404f Update docs on numeric storage requirements. 14 years ago
Tom Lane f318ee848c Fix GET DIAGNOSTICS for case of assignment to function's first variable. 14 years ago
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