summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
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
2014-04-03Avoid palloc in critical section in GiST WAL-logging.Heikki Linnakangas
2014-04-01Move SizeOfHeapNewCid next to xl_heap_new_cid struct.Heikki Linnakangas
2014-03-31Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.Heikki Linnakangas
2014-03-31Rename GinLogicValue to GinTernaryValue.Heikki Linnakangas
2014-03-24Change ginMergeItemPointers to return a palloc'd array.Heikki Linnakangas
2014-03-21Fix thinkos in GinLogicValue enum.Heikki Linnakangas
2014-03-21Replace the XLogInsert slots with regular LWLocks.Heikki Linnakangas
2014-03-18Remove rm_safe_restartpoint machinery.Heikki Linnakangas
2014-03-18Make the handling of interrupted B-tree page splits more robust.Heikki Linnakangas
2014-03-17Fix small typo in commentMagnus Hagander
2014-03-14Fix race condition in B-tree page deletion.Heikki Linnakangas