summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-30Revert the GinMaxItemSize calculation so that we fit 3 tuples per page.Heikki Linnakangas
2014-12-22Move rbtree.c from src/backend/utils/misc to src/backend/lib.Heikki Linnakangas
2014-12-22Use a pairing heap for the priority queue in kNN-GiST searches.Heikki Linnakangas
2014-12-16Misc comment typo fixes.Heikki Linnakangas
2014-12-16Fix incorrect comment about XLogRecordBlockHeader.data_length field.Heikki Linnakangas
2014-12-13Remove duplicate #defineHeikki Linnakangas
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-12-03Fix typosAlvaro Herrera
2014-12-02Minor cleanup of function declarations for BRIN.Tom Lane
2014-11-25action_at_recovery_target recovery config optionSimon Riggs
2014-11-21Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.Tom Lane
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-18Reduce btree scan overhead for < and > strategiesSimon Riggs
2014-11-13Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao
2014-11-11Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao
2014-11-08Fix some coding issues in BRINAlvaro Herrera
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-11-07Remove obsolete cases from GiST update redo code.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
2014-10-20Renumber CHECKPOINT_* flags.Andres Freund
2014-10-20Flush unlogged table's buffers when copying or moving databases.Andres Freund
2014-10-07Implement SKIP LOCKED for row-level locksAlvaro Herrera
2014-10-01Remove num_xloginsert_locks GUC, replace with a #defineHeikki Linnakangas
2014-09-22Improve code around the recently added rm_identify rmgr callback.Andres Freund
2014-09-19Add rmgr callback to name xlog record types for display purposes.Andres Freund
2014-09-02Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas
2014-09-02Silence warning on new versions of clang.Heikki Linnakangas
2014-08-28Revert "Allow units to be specified in relation option setting value."Fujii Masao
2014-08-28Allow units to be specified in relation option setting value.Fujii Masao
2014-07-31Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas
2014-07-29Avoid uselessly looking up old LOCK_ONLY multixactsAlvaro Herrera
2014-07-29Treat 2PC commit/abort the same as regular xacts in recovery.Heikki Linnakangas
2014-07-14Move view reloptions into their own varlena structAlvaro Herrera
2014-07-12Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund
2014-07-11Fix whitespacePeter Eisentraut
2014-07-01Avoid copying index tuples when building an index.Robert Haas
2014-06-27Have multixact be truncated by checkpoint, not vacuumAlvaro Herrera
2014-06-14Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas
2014-06-09Wrap multixact/members correctly during extension, take 2Alvaro Herrera
2014-06-05Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas
2014-05-15Fix race condition in preparing a transaction for two-phase commit.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-01Fix failure to detoast fields in composite elements of structured types.Tom Lane
2014-04-24Fix race when updating a tuple concurrently locked by another processAlvaro Herrera
2014-04-23Cleanup of new b-tree page deletion code.Heikki Linnakangas
2014-04-20Fix another typo.Robert Haas
2014-04-14Set pd_lower on internal GIN posting tree pages.Heikki Linnakangas
2014-04-09Fix a few more misc typos in comments.Heikki Linnakangas