summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-06Comment fixes for extended statisticsAlvaro Herrera
2017-04-06Fix compiler warning and add some more commentsPeter Eisentraut
2017-04-06Remove bogus SCRAM_ITERATION_LEN constant.Heikki Linnakangas
2017-04-06Always SnapshotResetXmin() during ClearTransaction()Simon Riggs
2017-04-06Identity columnsPeter Eisentraut
2017-04-06Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs
2017-04-06Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas
2017-04-06Code review for recent slot.c changes.Andres Freund
2017-04-06Fix integer-overflow problems in interval comparison.Tom Lane
2017-04-05Reduce lock level for CREATE STATISTICSSimon Riggs
2017-04-05Collect and use multi-column dependency statsSimon Riggs
2017-04-05Allow --with-wal-segsize=n up to n=1024MBSimon Riggs
2017-04-05Spelling mistake in comment in utility.cSimon Riggs
2017-04-05Fix pageinspect failures on hash indexes.Robert Haas
2017-04-05Use American English in error messagePeter Eisentraut
2017-04-05doc: Remove remark elementsPeter Eisentraut
2017-04-05hash: Fix write-ahead logging bug.Robert Haas
2017-04-05Add isolation test for SERIALIZABLE READ ONLY DEFERRABLE.Kevin Grittner
2017-04-05dblink: Small code rearrangement for clarityPeter Eisentraut
2017-04-05Capitalize names of PLs consistentlyPeter Eisentraut
2017-04-05pageinspect: Add bt_page_items function with bytea argumentPeter Eisentraut
2017-04-04Follow-on cleanup for the transition table patch.Kevin Grittner
2017-04-04Make min_wal_size/max_wal_size use MB internallySimon Riggs
2017-04-04Fix uninitialized variables in twophase.cSimon Riggs
2017-04-04Force synchronous commit in new-ish test_decoding test.Andres Freund
2017-04-04Fix two valgrind issues in slab allocator.Andres Freund
2017-04-04Clarify documentation of to_tsvector(json(b))Andrew Dunstan
2017-04-04Speedup 2PC recovery by skipping two phase state files in normal pathSimon Riggs
2017-04-04Adjust min/max values when changing sequence typePeter Eisentraut
2017-04-04Fix thinko in BitmapAdjustPrefetchIterator.Robert Haas
2017-04-04Fix typoPeter Eisentraut
2017-04-04psql: Add some missing tab completionPeter Eisentraut
2017-04-04Remove --verbose from PROVE_FLAGSStephen Frost
2017-04-04Fix remote position tracking in logical replicationPeter Eisentraut
2017-04-04Fix formula in _hash_spareindex.Robert Haas
2017-04-04Expand hash indexes more gradually.Robert Haas
2017-04-04Further corrections and improvements to partitioning documentation.Robert Haas
2017-04-04Update comment.Robert Haas
2017-04-04Print new RelOptInfo field top_parent_relids in outfuncs.cRobert Haas
2017-04-04Abstract logic to allow for multiple kinds of child rels.Robert Haas
2017-04-04Properly acquire buffer lock for page-at-a-time hash vacuum.Robert Haas
2017-04-03Try and silence spurious Coverity warning.Andrew Gierth
2017-04-03Make header self-containedPeter Eisentraut
2017-04-03Fix whitespacePeter Eisentraut
2017-04-03Handle change of slot name in logical replication applyPeter Eisentraut
2017-04-03doc: Change xref style to number onlyPeter Eisentraut
2017-04-02Remove reinvention of stringify macro.Tom Lane
2017-04-02Doc: clarify behavior of OT_WHOLE_LINE and OT_FILEPIPE psql slash commands.Tom Lane
2017-04-02Document psql's behavior of recalling the previously executed query.Tom Lane
2017-04-02Fix behavior of psql's \p to agree with \g, \w, etc.Tom Lane