Commit Graph

41939 Commits (19dc233c32f2900e57b8da4f41c0f662ab42e080)
 

Author SHA1 Message Date
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
Bruce Momjian 5639ceddcb pg_upgrade docs: clarify instructions on standby extensions 9 years ago
Tom Lane c5658a0764 Suppress compiler warnings in ecpg test on newer Windows toolchains. 9 years ago
Tom Lane 41c16edcf6 Fix unportable definition of BSWAP64() macro. 9 years ago
Robert Haas 5dbdb2f799 Make tablesample work with partitioned tables. 9 years ago
Tom Lane 6d493e1a01 Add an Assert that enum_cmp_internal() gets passed an FmgrInfo pointer. 9 years ago
Tom Lane c29aff959d Consistently declare timestamp variables as TimestampTz. 9 years ago
Tom Lane b9d092c962 Remove now-dead code for !HAVE_INT64_TIMESTAMP. 9 years ago
Tom Lane d28aafb6dd Remove pg_control's enableIntTimes field. 9 years ago
Tom Lane b6aa17e0ae De-support floating-point timestamps. 9 years ago
Peter Eisentraut c3368f9173 Fix logical replication with different encodings 9 years ago
Peter Eisentraut e8d016d819 Remove deprecated COMMENT ON RULE syntax 9 years ago
Tom Lane 9e43e8714c Fix contrib/pg_trgm's extraction of trigrams from regular expressions. 9 years ago