summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-04Fix two valgrind issues in slab allocator.Andres Freund
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-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-02Remove reinvention of stringify macro.Tom Lane
2017-04-02Fix behavior of psql's \p to agree with \g, \w, etc.Tom Lane
2017-04-02Fix some typos and spelling errors in commentsMagnus Hagander
2017-04-02Allow psql variable substitution to occur in backtick command strings.Tom Lane
2017-04-01Fix two undocumented parameters to functions from ENR patch.Kevin Grittner
2017-04-01BRIN de-summarizationAlvaro Herrera
2017-04-01Fix expected outputAlvaro Herrera
2017-04-01BRIN auto-summarizationAlvaro Herrera
2017-04-01Write "waiting for checkpoint" on regular progress rowMagnus Hagander
2017-04-01Add transition table support to plpgsql.Kevin Grittner
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-04-01Avoid GatherMerge crash when there are no workers.Robert Haas
2017-04-01Fix parallel query so it doesn't spoil row estimates above Gather.Robert Haas
2017-04-01Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas
2017-04-01Fix unstable regression test result.Tom Lane
2017-04-01Fix unstable regression test result.Tom Lane
2017-04-01Fix typos.Robert Haas
2017-03-31For foreign keys, check REFERENCES privilege only on the referenced table.Tom Lane
2017-03-31Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."Robert Haas
2017-03-31Don't allocate storage for partitioned tables.Robert Haas
2017-03-31Full Text Search support for json and jsonbAndrew Dunstan
2017-03-31Transform or iterate over json(b) string valuesAndrew Dunstan
2017-03-31Fix typo in commentMagnus Hagander
2017-03-30Default monitoring rolesSimon Riggs
2017-03-30Support \if ... \elif ... \else ... \endif in psql scripting.Tom Lane
2017-03-30Remove support for version-0 calling conventions.Andres Freund
2017-03-29Implement SortSupport for macaddr data typeTeodor Sigaev
2017-03-29pg_dump: Remove query truncation in error messagesPeter Eisentraut