summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2019-01-26Simplify restriction handling of two-phase commit for temporary objectsMichael Paquier
2019-01-22Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund
2019-01-21Introduce access/{table.h, relation.h}, for generic functions from heapam.h.Andres Freund
2019-01-18Restrict the use of temporary namespace in two-phase transactionsMichael Paquier
2019-01-15Move vacuumlazy.c into access/heap.Andres Freund
2019-01-15Finish reverting "recheck_on_update" patch.Tom Lane
2019-01-15Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund
2019-01-15Make naming of tupdesc related structs more consistent with the rest of PG.Andres Freund
2019-01-15Remove too generically named MissingPtr typedef.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-27Remove entry tree root conflict checking from GIN predicate lockingAlexander Korotkov
2018-12-20Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov
2018-12-13Create a separate oid range for oids assigned by genbki.pl.Andres Freund
2018-12-13Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov
2018-12-06Cleanup comments in xlog compressionStephen Frost
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-20Improve description of buffer used to store records in WAL readerMichael Paquier
2018-11-17Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund
2018-11-09Fix incorrect routine name in xlog_heapam.hMichael Paquier
2018-11-06Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane
2018-10-25Add pg_promote functionMichael Paquier
2018-10-15Move generic slot support functions from heaptuple.c into execTuples.c.Andres Freund
2018-10-10Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund
2018-10-06Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-10-02Use slots more widely in tuple mapping code and make naming more consistent.Andres Freund
2018-09-18Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov
2018-09-06Fix the overrun in hash index metapage for smaller block sizes.Amit Kapila
2018-08-25Comment fix for rewriteheap.h.Jeff Davis
2018-08-22doc: Update uses of the word "procedure"Peter Eisentraut
2018-07-09Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera
2018-06-30pgindent run prior to branchingAndrew Dunstan
2018-06-27Cosmetic improvements for faster column addition.Amit Kapila
2018-05-30Move _bt_upgrademetapage() into critical section.Teodor Sigaev
2018-05-04Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas
2018-05-04Re-think predicate locking on GIN indexes.Teodor Sigaev
2018-05-01Improve representation of 'moved partitions' indicator on deleted tuples.Andres Freund
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-23Fix wrong validation of top-parent pointer during page deletion in Btree.Teodor Sigaev
2018-04-19Fix datatype for number of heap tuples during last cleanupTeodor Sigaev
2018-04-19Adjust INCLUDE index truncation comments and code.Teodor Sigaev
2018-04-17Fix confusion on the padding of GIDs in on commit and abort records.Heikki Linnakangas
2018-04-14Add commentary explaining why MaxIndexTuplesPerPage calculation is safe.Tom Lane
2018-04-12Revert MERGE patchSimon Riggs
2018-04-09Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander
2018-04-08Support index INCLUDE in the AM properties interface.Andrew Gierth
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