summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-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-05hash: Fix write-ahead logging bug.Robert Haas
2017-04-05Capitalize names of PLs consistentlyPeter 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-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-03Handle change of slot name in logical replication applyPeter Eisentraut
2017-04-02Fix some typos and spelling errors in commentsMagnus Hagander
2017-04-01Fix two undocumented parameters to functions from ENR patch.Kevin Grittner
2017-04-01BRIN de-summarizationAlvaro Herrera
2017-04-01BRIN auto-summarizationAlvaro Herrera
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 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-30Default monitoring rolesSimon Riggs
2017-03-30Remove support for version-0 calling conventions.Andres Freund
2017-03-29Implement SortSupport for macaddr data typeTeodor Sigaev
2017-03-29Update copyright year in recently added filesPeter Eisentraut
2017-03-29Simplify check of modified attributes in heap_updateAlvaro Herrera
2017-03-29Plug race in dsa_attach.Robert Haas