Commit Graph

32512 Commits (6c1bf45ea50a652d2b8efa778cabb63fdf422e70)
 

Author SHA1 Message Date
Tom Lane 6c1bf45ea5 Prevent synchronized scanning when systable_beginscan chooses a heapscan. 14 years ago
Tom Lane 71e985a07a Fix string truncation to be multibyte-aware in text_name and bpchar_name. 14 years ago
Tom Lane 1a93588ffc Use binary search instead of brute-force scan in findNamespace(). 14 years ago
Peter Eisentraut 4615d2ca28 pg_standby: Remove tabs from string literals 14 years ago
Tom Lane 276bea211f Ensure that seqscans check for interrupts at least once per page. 14 years ago
Robert Haas ae7c8b290f Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy' 14 years ago
Tom Lane 9255d21d2f Move postmaster's RemovePgTempFiles call to a less randomly chosen place. 14 years ago
Heikki Linnakangas 435a143796 Fix bug in to_tsquery(). 14 years ago
Tom Lane 69c058ffc8 Fix DROP TABLESPACE to unlink symlink when directory is not there. 14 years ago
Simon Riggs 436af241c8 Ensure backwards compatibility for GetStableLatestTransactionId() 14 years ago
Tom Lane 2c1382d96c Fix contrib/citext's upgrade script to handle array and domain cases. 14 years ago
Robert Haas 2ca6bac892 Prevent loss of init fork when truncating an unlogged table. 14 years ago
Simon Riggs f93e45d407 Remove extraneous #include "storage/proc.h" 14 years ago
Simon Riggs 1a4bc2db6c Ensure age() returns a stable value rather than the latest value 14 years ago
Heikki Linnakangas 153b1dbaa0 On GiST page split, release the locks on child pages before recursing up. 14 years ago
Tom Lane 1b48f6af31 Fix Windows implementation of PGSemaphoreLock. 14 years ago
Magnus Hagander 71ca53608d Only attempt to show collations on servers >= 9.1. 14 years ago
Joe Conway 05a8689123 PL/pgSQL RETURN NEXT was leaking converted tuples, causing 14 years ago
Simon Riggs e7c43ddc26 Avoid xid error from age() function when run on Hot Standby 14 years ago
Tom Lane 1c0e678678 Overdue code review for transaction-level advisory locks patch. 14 years ago
Magnus Hagander 6d362ec209 Remove link to ODBCng project from the docs. 14 years ago
Tom Lane 08bc189ee7 Fix printing of whole-row Vars at top level of a SELECT targetlist. 14 years ago
Tom Lane 1869f000b0 Fix syslogger's rotation disable/re-enable logic. 14 years ago
Peter Eisentraut 4fa520f147 PL/Python: Accept strings in functions returning composite types 14 years ago
Tom Lane dc7521dcb9 Fix planner's handling of RETURNING lists in writable CTEs. 14 years ago
Tom Lane bf0d462a9d Fix edge-case behavior of pg_next_dst_boundary(). 14 years ago
Peter Eisentraut f33f1a875f PL/Python: Improve error messages 14 years ago
Andrew Dunstan 342901930c Revert recent commit re positional arguments. 14 years ago
Robert Haas f8c53d5b41 Fix copyfuncs/equalfuncs support for ReassignOwnedStmt. 14 years ago
Andrew Dunstan a146e7be89 Don't override arguments set via options with positional arguments. 14 years ago
Heikki Linnakangas 10fcfada23 Don't wait for the commit record to be replicated if we wrote no WAL. 14 years ago
Tom Lane 79853989c5 Clamp indexscan filter condition cost estimate to be not less than zero. 14 years ago
Tom Lane 35400e14b8 Ignore missing schemas during non-interactive assignment of search_path. 14 years ago
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