Commit Graph

41951 Commits (dbca84f04ed5debe748029699aa44fa86beca32d)
 

Author SHA1 Message Date
Tom Lane dbca84f04e In rebuild_relation(), don't access an already-closed relcache entry. 9 years ago
Peter Eisentraut d77ff69341 pg_dump: Fix ordering 9 years ago
Peter Eisentraut 272adf4f9c Disallow CREATE/DROP SUBSCRIPTION in transaction block 9 years ago
Peter Eisentraut 347302730d Fix parsing of DROP SUBSCRIPTION ... DROP SLOT 9 years ago
Andres Freund 1309375e70 Fix two recently introduced grammar errors in mmgr/README. 9 years ago
Peter Eisentraut 2357c12b49 Fix typo 9 years ago
Peter Eisentraut 47b55d4174 doc: Put callouts in SQL comments 9 years ago
Peter Eisentraut 6f236e1eb8 psql: Add tab completion for logical replication 9 years ago
Peter Eisentraut 6da9759a03 Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs 9 years ago
Peter Eisentraut 713f7c47d9 Fix after trigger execution in logical replication 9 years ago
Peter Eisentraut 1e8a850094 Use asynchronous connect API in libpqwalreceiver 9 years ago
Simon Riggs 9eb344faf5 Allow vacuums to report oldestxmin 9 years ago
Robert Haas 19dc233c32 Add pg_current_logfile() function. 9 years ago
Robert Haas aea5d29836 Notify bgworker registrant after freeing worker slot. 9 years ago
Robert Haas 5a73e17317 Improve error reporting for tuple-routing failures. 9 years ago
Peter Eisentraut be6ed6451c Correct old release note item 9 years ago
Tom Lane d99706ed51 Update documentation of tsquery_phrase(). 9 years ago
Robert Haas 9e0fe09fc5 Refactor bitmap heap scan in preparation for parallel support. 9 years ago
Robert Haas 3c3bb99330 Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables. 9 years ago
Robert Haas fa42b2005f Update comments overlooked by 2f5c9d9c9c. 9 years ago
Noah Misch 7f3112135e Handle unaligned SerializeSnapshot() buffer. 9 years ago
Alvaro Herrera 4461a9bfd1 Create <sect3> in the functions-xml section 9 years ago
Peter Eisentraut 231f48796b Fix timeouts in PostgresNode::psql 9 years ago
Andres Freund 8f7277dfb5 Fix s/ITERTOR/ITERATOR/ typo in simplehash.h. 9 years ago
Peter Eisentraut 005638e988 Fix naming inconsistency 9 years ago
Peter Eisentraut 20f6d74242 Collect duplicate copies of oid_cmp() 9 years ago
Peter Eisentraut 788af6f854 Move atooid() definition to a central place 9 years ago
Peter Eisentraut b5a388392d psql: Add tab completion for DEALLOCATE 9 years ago
Robert Haas 21a3cf4128 hash: Refactor and clean up bucket split code. 9 years ago
Andres Freund 123ccbe583 Fix assertion failure due to over-eager code deduplication. 9 years ago
Andres Freund f4e2d50cd7 Overhaul memory management README. 9 years ago
Andres Freund 7e3aa03b41 Reduce size of common allocation header. 9 years ago
Peter Eisentraut eb75f4fced Use proper enum constants for LockWaitPolicy 9 years ago
Magnus Hagander 016c990834 Fix incorrect variable datatype 9 years ago
Tom Lane 9b88f27cb4 Allow index AMs to return either HeapTuple or IndexTuple format during IOS. 9 years ago
Robert Haas 30df93f698 hash: Refactor overflow page allocation. 9 years ago
Robert Haas b0f18cb77f hash: Refactor bucket squeeze code. 9 years ago
Tom Lane 817f2a5863 Remove PL/Tcl's "module" facility. 9 years ago
Peter Eisentraut 2ed193c904 chomp PQerrorMessage() in backend uses 9 years ago
Andres Freund 9fab40ad32 Use the new "Slab" context for some allocations in reorderbuffer.h. 9 years ago
Andres Freund 58b25e9810 Add "Slab" MemoryContext implementation for efficient equal-sized allocations. 9 years ago
Andres Freund bfd12cccbd Make useful infrastructure from aset.c generally available. 9 years ago
Magnus Hagander 1513dbea7f Add missing progname prefix to some messages 9 years ago
Magnus Hagander 51e26c9c3d Clarify the role of checkpoint at the begininng of base backups 9 years ago
Robert Haas caa6c1f193 TAP tests for target_session_attrs connection parameter. 9 years ago
Robert Haas 9d1fb11a95 Basic tab completion for partitioning. 9 years ago
Robert Haas a315b967cc Allow custom and foreign scans to have shutdown callbacks. 9 years ago
Tom Lane 285ca26132 Put back #include <windows.h> in dirmod.c. 9 years ago
Tom Lane 2bd7f85796 Remove some configure header-file checks that we weren't really using. 9 years ago
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 9 years ago