Commit Graph

42644 Commits (b58c433ef90be2f9752cd54561c07dae87e3819c)
 

Author SHA1 Message Date
Simon Riggs cd740c0dbf Fix uninitialized variables in twophase.c 9 years ago
Andres Freund bae9b80160 Force synchronous commit in new-ish test_decoding test. 9 years ago
Andres Freund 490e9a98ff Fix two valgrind issues in slab allocator. 9 years ago
Andrew Dunstan e75a78656b Clarify documentation of to_tsvector(json(b)) 9 years ago
Simon Riggs 728bd991c3 Speedup 2PC recovery by skipping two phase state files in normal path 9 years ago
Peter Eisentraut 60a0b2ec89 Adjust min/max values when changing sequence type 9 years ago
Robert Haas a9a7949134 Fix thinko in BitmapAdjustPrefetchIterator. 9 years ago
Peter Eisentraut d1f103c739 Fix typo 9 years ago
Peter Eisentraut 553c3bef4c psql: Add some missing tab completion 9 years ago
Stephen Frost e9c81b6016 Remove --verbose from PROVE_FLAGS 9 years ago
Peter Eisentraut fe7bbc4ddb Fix remote position tracking in logical replication 9 years ago
Robert Haas b38006ef6d Fix formula in _hash_spareindex. 9 years ago
Robert Haas ea69a0dead Expand hash indexes more gradually. 9 years ago
Robert Haas 334bf9c77d Further corrections and improvements to partitioning documentation. 9 years ago
Robert Haas c8b5c3cb06 Update comment. 9 years ago
Robert Haas 7cdf6668cf Print new RelOptInfo field top_parent_relids in outfuncs.c 9 years ago
Robert Haas 7a39b5e4d1 Abstract logic to allow for multiple kinds of child rels. 9 years ago
Robert Haas 93cd7684ee Properly acquire buffer lock for page-at-a-time hash vacuum. 9 years ago
Andrew Gierth f578093526 Try and silence spurious Coverity warning. 9 years ago
Peter Eisentraut 9fa6e08d4a Make header self-contained 9 years ago
Peter Eisentraut 8df9994bc3 Fix whitespace 9 years ago
Peter Eisentraut 1116108c92 Handle change of slot name in logical replication apply 9 years ago
Peter Eisentraut 70da87d334 doc: Change xref style to number only 9 years ago
Tom Lane cd6baed781 Remove reinvention of stringify macro. 9 years ago
Tom Lane ffac5998b4 Doc: clarify behavior of OT_WHOLE_LINE and OT_FILEPIPE psql slash commands. 9 years ago
Tom Lane 68dba97a4d Document psql's behavior of recalling the previously executed query. 9 years ago
Tom Lane 5dbc5da118 Fix behavior of psql's \p to agree with \g, \w, etc. 9 years ago
Magnus Hagander 130ae4a547 Fix some typos and spelling errors in comments 9 years ago
Tom Lane f833c847b8 Allow psql variable substitution to occur in backtick command strings. 9 years ago
Kevin Grittner 41bd155dd6 Fix two undocumented parameters to functions from ENR patch. 9 years ago
Alvaro Herrera c655899ba9 BRIN de-summarization 9 years ago
Alvaro Herrera 3a82129a40 Fix expected output 9 years ago
Alvaro Herrera 7526e10224 BRIN auto-summarization 9 years ago
Magnus Hagander 7220c7b3e5 Write "waiting for checkpoint" on regular progress row 9 years ago
Kevin Grittner 01fd6f8f2d Try to fix breakage of sepgsql hooks by ENR patch. 9 years ago
Kevin Grittner 5970271632 Add transition table support to plpgsql. 9 years ago
Kevin Grittner 18ce3a4ab2 Add infrastructure to support EphemeralNamedRelation references. 9 years ago
Robert Haas 25dc142a49 Avoid GatherMerge crash when there are no workers. 9 years ago
Robert Haas 7d8f6986b8 Fix parallel query so it doesn't spoil row estimates above Gather. 9 years ago
Robert Haas 2113ac4cbb Don't use bgw_main even to specify in-core bgworker entrypoints. 9 years ago
Tom Lane c281cd5fe1 Fix unstable regression test result. 9 years ago
Tom Lane f1a285e211 Fix unstable regression test result. 9 years ago
Robert Haas 9a12ad042d Fix typos. 9 years ago
Tom Lane 64d4da511c For foreign keys, check REFERENCES privilege only on the referenced table. 9 years ago
Robert Haas 8f18a880a5 Improve documentation for table partitioning. 9 years ago
Robert Haas f05230752d Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table." 9 years ago
Robert Haas c94e6942ce Don't allocate storage for partitioned tables. 9 years ago
Robert Haas f49bcd4ef3 postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning. 9 years ago
Andrew Dunstan e306df7f9c Full Text Search support for json and jsonb 9 years ago
Andrew Dunstan c80b9920fc Transform or iterate over json(b) string values 9 years ago