summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2018-04-07Raise error when affecting tuple moved into different partition.Andres Freund
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut
2018-04-07Predicate locking in hash indexes.Teodor Sigaev
2018-04-05Allow on-line enabling and disabling of data checksumsMagnus Hagander
2018-04-05Allow background workers to bypass datallowconnMagnus Hagander
2018-04-05Fix handling of non-upgraded B-tree metapagesTeodor Sigaev
2018-04-05Remove unused vars and mark assert-only varsTeodor Sigaev
2018-04-05Fix typoTeodor Sigaev
2018-04-04Improve FSM management for BRIN indexes.Tom Lane
2018-04-04Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev
2018-04-03Add prefix operator for TEXT type.Teodor Sigaev
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-04-02Fix some dubious WAL-parsing code.Tom Lane
2018-04-01Fix a boatload of typos in C comments.Tom Lane
2018-03-31Small cleanups in fast default code.Andrew Dunstan
2018-03-30Ensure that WAL pages skipped by a forced WAL switch are zero-filled.Tom Lane
2018-03-30Do index FSM vacuuming sooner.Tom Lane
2018-03-30Predicate locking in GIN indexTeodor Sigaev
2018-03-30Fix typo in commentMagnus Hagander
2018-03-29C comments: "a" <--> "an" correctionsBruce Momjian
2018-03-29README change: update for hash access methodBruce Momjian
2018-03-29Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.Tom Lane
2018-03-28Store 2PC GID in commit/abort WAL recs for logical decodingSimon Riggs
2018-03-28Quick adaption of JIT tuple deforming to the fast default patch.Andres Freund
2018-03-28Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan
2018-03-27Allow memory contexts to have both fixed and variable ident strings.Tom Lane
2018-03-27Allow HOT updates for some expression indexesSimon Riggs
2018-03-27Add predicate locking for GiSTTeodor Sigaev
2018-03-26JIT tuple deforming in LLVM JIT provider.Andres Freund
2018-03-26Fix thinko in commentAlvaro Herrera
2018-03-26Optimize btree insertions for common case of increasing valuesAndrew Dunstan
2018-03-22Improve style guideline compliance of assorted error-report messages.Tom Lane
2018-03-22Fix typo in comment.Robert Haas
2018-03-22Fix tuple counting in SP-GiST index build.Tom Lane
2018-03-22Call pgstat_report_activity() in parallel CREATE INDEX workers.Robert Haas
2018-03-20Prevent query-lifespan memory leakage of SP-GiST traversal values.Tom Lane
2018-03-17Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane
2018-03-16Change transaction state debug strings to match enum symbolsPeter Eisentraut
2018-03-16Improve savepoint error messagesPeter Eisentraut
2018-03-16Simplify parse representation of savepoint commandsPeter Eisentraut
2018-03-16Rename TransactionChain functionsPeter Eisentraut
2018-03-16Update function commentsPeter Eisentraut
2018-03-14Log when a BRIN autosummarization request failsAlvaro Herrera
2018-03-05Fix HEAP_INSERT_IS_SPECULATIVE to HEAP_INSERT_SPECULATIVE in comments.Andres Freund
2018-03-02Fix VM buffer pin management in heap_lock_updated_tuple_rec().Tom Lane
2018-03-02Make gistvacuumcleanup() count the actual number of index tuples.Tom Lane
2018-03-01Relax overly strict sanity check for upgraded ancient databasesAlvaro Herrera