summaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAgeFilesLines
* Reduce pinning and buffer content locking for btree scans.Kevin Grittner2015-03-251-2/+34
* Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.Tom Lane2015-03-151-1/+1
* Merge the various forms of transaction commit & abort records.Andres Freund2015-03-152-60/+157
* Add GUC to enable compression of full page images stored in WAL.Fujii Masao2015-03-114-6/+47
* Move BRIN page type to page's last two bytesAlvaro Herrera2015-03-103-13/+35
* Keep CommitTs module in sync in standby and masterAlvaro Herrera2015-03-091-1/+3
* Fix typo in comment.Fujii Masao2015-03-091-1/+1
* Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas2015-02-231-1/+7
* Add GUC to control the time to wait before retrieving WAL after failed attempt.Fujii Masao2015-02-231-0/+1
* Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane2015-02-212-5/+9
* Some more FLEXIBLE_ARRAY_MEMBER fixes.Tom Lane2015-02-211-1/+6
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-205-15/+16
* Remove dead structs.Heikki Linnakangas2015-02-191-28/+0
* Minor cleanup/code review for "indirect toast" stuff.Tom Lane2015-02-091-3/+3
* Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas2015-02-091-1/+1
* Use a separate memory context for GIN scan keys.Heikki Linnakangas2015-02-041-0/+2
* Fix query-duration memory leak with GIN rescans.Heikki Linnakangas2015-01-301-0/+1
* Update copyright for 2015Bruce Momjian2015-01-0656-56/+56
* Revert the GinMaxItemSize calculation so that we fit 3 tuples per page.Heikki Linnakangas2014-12-301-2/+10
* Move rbtree.c from src/backend/utils/misc to src/backend/lib.Heikki Linnakangas2014-12-221-1/+1
* Use a pairing heap for the priority queue in kNN-GiST searches.Heikki Linnakangas2014-12-221-20/+5
* Misc comment typo fixes.Heikki Linnakangas2014-12-161-4/+4
* Fix incorrect comment about XLogRecordBlockHeader.data_length field.Heikki Linnakangas2014-12-161-3/+4
* Remove duplicate #defineHeikki Linnakangas2014-12-131-3/+0
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-034-0/+80
* Fix typosAlvaro Herrera2014-12-031-1/+1
* Minor cleanup of function declarations for BRIN.Tom Lane2014-12-021-0/+7
* action_at_recovery_target recovery config optionSimon Riggs2014-11-251-0/+10
* Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.Tom Lane2014-11-202-5/+0
* Revamp the WAL record format.Heikki Linnakangas2014-11-2020-398/+534
* Reduce btree scan overhead for < and > strategiesSimon Riggs2014-11-181-0/+1
* Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao2014-11-132-2/+2
* Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao2014-11-112-1/+8
* Fix some coding issues in BRINAlvaro Herrera2014-11-082-7/+6
* BRIN: Block Range IndexesAlvaro Herrera2014-11-0711-2/+498
* Remove obsolete cases from GiST update redo code.Heikki Linnakangas2014-11-071-2/+0
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-0616-152/+203
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-041-1/+1
* Renumber CHECKPOINT_* flags.Andres Freund2014-10-211-5/+5
* Flush unlogged table's buffers when copying or moving databases.Andres Freund2014-10-201-0/+2
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-071-1/+2
* Remove num_xloginsert_locks GUC, replace with a #defineHeikki Linnakangas2014-10-011-1/+0
* Improve code around the recently added rm_identify rmgr callback.Andres Freund2014-09-221-3/+0
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-1913-18/+38
* Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas2014-09-021-1/+22
* Silence warning on new versions of clang.Heikki Linnakangas2014-09-021-1/+1
* Revert "Allow units to be specified in relation option setting value."Fujii Masao2014-08-291-2/+1
* Allow units to be specified in relation option setting value.Fujii Masao2014-08-281-1/+2
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-313-19/+7
* Avoid uselessly looking up old LOCK_ONLY multixactsAlvaro Herrera2014-07-291-2/+2