summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2014-10-12Message improvementsPeter Eisentraut
2014-10-08Split builtins.h to a new header ruleutils.hAlvaro Herrera
2014-10-07Implement SKIP LOCKED for row-level locksAlvaro Herrera
2014-10-03Check for GiST index tuples that don't fit on a page.Heikki Linnakangas
2014-10-01Remove num_xloginsert_locks GUC, replace with a #defineHeikki Linnakangas
2014-10-01Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.Andres Freund
2014-09-22Remove most volatile qualifiers from xlog.cAndres Freund
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-12Fix GIN data page split ratio calculation.Heikki Linnakangas
2014-09-11Remove dead InRecovery check.Heikki Linnakangas
2014-09-05Assorted message fixes and improvementsPeter Eisentraut
2014-09-02Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas
2014-08-29pg_is_xlog_replay_paused(): remove super-user-only restrictionBruce Momjian
2014-08-29Fix bug in compressed GIN data leaf page splitting code.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-08-26revert "Throw error for ALTER TABLE RESET of an invalid option"Bruce Momjian
2014-08-25Throw error for ALTER TABLE RESET of an invalid optionBruce Momjian
2014-08-25Revert XactLockTableWait context setup in conditional multixact waitAlvaro Herrera
2014-08-25Use newly added InvalidCommandId instead of 0Alvaro Herrera
2014-08-22Fix outdated commentAlvaro Herrera
2014-08-19Replace a few strncmp() calls with strlcpy().Noah Misch
2014-08-13Prevent memory leaks in parseRelOptions().Tom Lane
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-29Simplify multixact freezing a bitAlvaro Herrera
2014-07-29Oops, fix recoveryStopsBefore functions for regular commits.Heikki Linnakangas
2014-07-29Treat 2PC commit/abort the same as regular xacts in recovery.Heikki Linnakangas
2014-07-24Fix checkpointer crash in EXEC_BACKEND builds.Robert Haas
2014-07-15Add missing serial commasPeter Eisentraut
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-02Rename logical decoding's pg_llog directory to pg_logical.Andres Freund
2014-07-01Avoid copying index tuples when building an index.Robert Haas
2014-06-30Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas
2014-06-27Have multixact be truncated by checkpoint, not vacuumAlvaro Herrera
2014-06-27Fix broken Assert() introduced by 8e9a16ab8f7f0e58Alvaro Herrera
2014-06-24Check for interrupts during tuple-insertion loops.Robert Haas
2014-06-23Fix bug in WAL_DEBUG.Heikki Linnakangas
2014-06-20Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund
2014-06-14Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas
2014-06-12Consistency improvements for slot and decoding code.Andres Freund
2014-06-09Fix infinite loop when splitting inner tuples in SPGiST text indexes.Tom Lane
2014-06-09Wrap multixact/members correctly during extension, take 2Alvaro Herrera
2014-06-05Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane
2014-06-05Consistently spell a replication slot's name as slot_name.Andres Freund
2014-06-05Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas
2014-05-25Fix error when trying to delete page with half-dead left sibling.Heikki Linnakangas
2014-05-19Fix backup-block numbering in redo of b-tree split.Heikki Linnakangas