Commit Graph

32540 Commits (ac50404224e5abb74b00bf22139f6ab96b01b2ab)
 

Author SHA1 Message Date
Alvaro Herrera ac50404224 Have REASSIGN OWNED work on extensions, too 14 years ago
Tom Lane af4f029675 Fix race condition in enum value comparisons. 14 years ago
Tom Lane 81aa961037 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. 14 years ago
Heikki Linnakangas b6fe2dfda0 Initialize shared memory copy of ckptXidEpoch correctly when not in recovery. 14 years ago
Tom Lane 3ac860f6b3 Fix NOTIFY to cope with I/O problems, such as out-of-disk-space. 14 years ago
Tom Lane 8a9bcf7f5c Improve pg_dump's dependency-sorting logic to enforce section dump order. 14 years ago
Tom Lane df83f0f61c Fix memory leak in ARRAY(SELECT ...) subqueries. 14 years ago
Alvaro Herrera 348f504317 pg_dump: Fix verbosity level in LO progress messages 14 years ago
Peter Eisentraut e23e17ffb0 Update copyright year in forgotten places 14 years ago
Magnus Hagander 1643031e5f Add missing subtitle for compressed archive logs 14 years ago
Bruce Momjian 0f3326175a In pg_upgrade, report pre-PG 8.1 plpython helper functions left in the 14 years ago
Bruce Momjian af97980b9a In pg_upgrade, verify that the install user has the same oid on both 14 years ago
Magnus Hagander 580b94168e Prevent non-streaming replication connections from being selected sync slave 14 years ago
Simon Riggs 557433f48a Fix bug in early startup of Hot Standby with subtransactions. 14 years ago
Simon Riggs 16222f32ed Wake WALSender to reduce data loss at failover for async commit. 14 years ago
Magnus Hagander 5c3532876f Backpatch error message fix from 81f6bbe8ad 14 years ago
Tom Lane d9d721472f Fix some more bugs in contrib/xml2's xslt_process(). 14 years ago
Simon Riggs 873d1c11ea Avoid early reuse of btree pages, causing incorrect query results. 14 years ago
Tom Lane 8e61ded616 Stamp 9.1.4. 14 years ago
Tom Lane 7651ec7987 Update release notes for 9.1.4, 9.0.8, 8.4.12, 8.3.19. 14 years ago
Peter Eisentraut 8620f6f18e Translation updates 14 years ago
Tom Lane 3dfaea4727 Revert back-branch changes in behavior of age(xid). 14 years ago
Tom Lane 56901beb80 Update time zone data files to tzdata release 2012c. 14 years ago
Tom Lane d72a3bd758 Ignore SECURITY DEFINER and SET attributes for a PL's call handler. 14 years ago
Tom Lane fea3ea1f23 Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich. 14 years ago
Tom Lane 8db2e820c9 Fix incorrect password transformation in contrib/pgcrypto's DES crypt(). 14 years ago
Tom Lane cc2469b092 Teach AbortOutOfAnyTransaction to clean up partially-started transactions. 14 years ago
Magnus Hagander 2791f2180d Fix handling of pg_stat_statements.stat temporary file 14 years ago
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