Commit Graph

42354 Commits (633e15ea0f1bf2e1d70441fe9da8781befebd6e9)
 

Author SHA1 Message Date
Robert Haas 633e15ea0f Fix pageinspect failures on hash indexes. 9 years ago
Peter Eisentraut 6785fbd60f Use American English in error message 9 years ago
Peter Eisentraut 63e5d02af3 doc: Remove remark elements 9 years ago
Robert Haas 75a1cbdc3c hash: Fix write-ahead logging bug. 9 years ago
Kevin Grittner 4deb413813 Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE. 9 years ago
Peter Eisentraut e59b74a3fc dblink: Small code rearrangement for clarity 9 years ago
Peter Eisentraut afd79873a0 Capitalize names of PLs consistently 9 years ago
Peter Eisentraut 193f5f9e91 pageinspect: Add bt_page_items function with bytea argument 9 years ago
Kevin Grittner 5ebeb579b9 Follow-on cleanup for the transition table patch. 9 years ago
Simon Riggs 9a3215026b Make min_wal_size/max_wal_size use MB internally 9 years ago
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