Commit Graph

41919 Commits (eb75f4fced77e108393f18425ec3f7aba2e70a9d)
 

Author SHA1 Message Date
Peter Eisentraut eb75f4fced Use proper enum constants for LockWaitPolicy 8 years ago
Magnus Hagander 016c990834 Fix incorrect variable datatype 8 years ago
Tom Lane 9b88f27cb4 Allow index AMs to return either HeapTuple or IndexTuple format during IOS. 8 years ago
Robert Haas 30df93f698 hash: Refactor overflow page allocation. 8 years ago
Robert Haas b0f18cb77f hash: Refactor bucket squeeze code. 8 years ago
Tom Lane 817f2a5863 Remove PL/Tcl's "module" facility. 8 years ago
Peter Eisentraut 2ed193c904 chomp PQerrorMessage() in backend uses 8 years ago
Andres Freund 9fab40ad32 Use the new "Slab" context for some allocations in reorderbuffer.h. 8 years ago
Andres Freund 58b25e9810 Add "Slab" MemoryContext implementation for efficient equal-sized allocations. 8 years ago
Andres Freund bfd12cccbd Make useful infrastructure from aset.c generally available. 8 years ago
Magnus Hagander 1513dbea7f Add missing progname prefix to some messages 8 years ago
Magnus Hagander 51e26c9c3d Clarify the role of checkpoint at the begininng of base backups 8 years ago
Robert Haas caa6c1f193 TAP tests for target_session_attrs connection parameter. 8 years ago
Robert Haas 9d1fb11a95 Basic tab completion for partitioning. 8 years ago
Robert Haas a315b967cc Allow custom and foreign scans to have shutdown callbacks. 8 years ago
Tom Lane 285ca26132 Put back #include <windows.h> in dirmod.c. 8 years ago
Tom Lane 2bd7f85796 Remove some configure header-file checks that we weren't really using. 8 years ago
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 8 years ago
Bruce Momjian 5639ceddcb pg_upgrade docs: clarify instructions on standby extensions 8 years ago
Tom Lane c5658a0764 Suppress compiler warnings in ecpg test on newer Windows toolchains. 8 years ago
Tom Lane 41c16edcf6 Fix unportable definition of BSWAP64() macro. 8 years ago
Robert Haas 5dbdb2f799 Make tablesample work with partitioned tables. 8 years ago
Tom Lane 6d493e1a01 Add an Assert that enum_cmp_internal() gets passed an FmgrInfo pointer. 8 years ago
Tom Lane c29aff959d Consistently declare timestamp variables as TimestampTz. 8 years ago
Tom Lane b9d092c962 Remove now-dead code for !HAVE_INT64_TIMESTAMP. 8 years ago
Tom Lane d28aafb6dd Remove pg_control's enableIntTimes field. 8 years ago
Tom Lane b6aa17e0ae De-support floating-point timestamps. 8 years ago
Peter Eisentraut c3368f9173 Fix logical replication with different encodings 8 years ago
Peter Eisentraut e8d016d819 Remove deprecated COMMENT ON RULE syntax 8 years ago
Tom Lane 9e43e8714c Fix contrib/pg_trgm's extraction of trigrams from regular expressions. 8 years ago
Andrew Dunstan 502a3832cc Correctly handle array pseudotypes in to_json and to_jsonb 8 years ago
Robert Haas 4c728f3829 Pass the source text for a parallel query to the workers. 8 years ago
Robert Haas b4316928d5 Fix incorrect typecast. 8 years ago
Robert Haas acf555bc53 Shut down Gather's children before shutting down Gather itself. 8 years ago
Robert Haas d912dd062b doc: Add missing comma. 8 years ago
Tom Lane c56ac2913a Suppress unused-variable warning. 8 years ago
Tom Lane f97de05a14 Fix sloppy handling of corner-case errors in fd.c. 8 years ago
Alvaro Herrera 30820982b2 Add tests for two-phase commit 8 years ago
Peter Eisentraut 74321d87fb Fix whitespace 8 years ago
Fujii Masao e14ec7d346 Fix typo in comment. 8 years ago
Fujii Masao 898a792eb8 Fix connection leak in DROP SUBSCRIPTION command. 8 years ago
Fujii Masao 1d04a59be3 Make walsender always initialize the buffers. 8 years ago
Fujii Masao d36537008a Remove confusing comment about unsupported feature. 8 years ago
Peter Eisentraut 7248099c16 doc: Update URL for plr 8 years ago
Tom Lane 1c95f0b478 Use less-generic table name in new regression test case. 8 years ago
Peter Eisentraut 38d103763d Make more use of castNode() 8 years ago
Tom Lane 4e5ce3c1ae Reject too-old Python versions a bit sooner. 8 years ago
Peter Eisentraut 04aad40186 Drop support for Python 2.3 8 years ago
Simon Riggs 0bf41dd190 Small correction to BRIN docs 8 years ago
Tom Lane 1c073505e8 Improve error message for misuse of TZ, tz, OF formatting patterns. 8 years ago