aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Use the sortsupport infrastructure in more cases.Robert Haas2014-11-07
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07
* Fix generation of SP-GiST vacuum WAL records.Heikki Linnakangas2014-11-07
* Remove obsolete cases from GiST update redo code.Heikki Linnakangas2014-11-07
* Prevent the unnecessary creation of .ready file for the timeline history file.Fujii Masao2014-11-06
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-04
* Avoid setup work for invalidation messages at start-of-(sub)xact.Robert Haas2014-10-29
* Update README.tuplockAlvaro Herrera2014-10-23
* Prevent the already-archived WAL file from being archived again.Fujii Masao2014-10-23
* Don't duplicate log_checkpoint messages for both of restart and checkpoints.Andres Freund2014-10-21
* Renumber CHECKPOINT_* flags.Andres Freund2014-10-21
* Flush unlogged table's buffers when copying or moving databases.Andres Freund2014-10-20
* Message improvementsPeter Eisentraut2014-10-12
* Split builtins.h to a new header ruleutils.hAlvaro Herrera2014-10-08
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-07
* Check for GiST index tuples that don't fit on a page.Heikki Linnakangas2014-10-03
* Remove num_xloginsert_locks GUC, replace with a #defineHeikki Linnakangas2014-10-01
* Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.Andres Freund2014-10-01
* Remove most volatile qualifiers from xlog.cAndres Freund2014-09-22
* Improve code around the recently added rm_identify rmgr callback.Andres Freund2014-09-22
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-19
* Fix GIN data page split ratio calculation.Heikki Linnakangas2014-09-12
* Remove dead InRecovery check.Heikki Linnakangas2014-09-11
* Assorted message fixes and improvementsPeter Eisentraut2014-09-05
* Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas2014-09-02
* pg_is_xlog_replay_paused(): remove super-user-only restrictionBruce Momjian2014-08-29
* Fix bug in compressed GIN data leaf page splitting code.Heikki Linnakangas2014-08-29
* Revert "Allow units to be specified in relation option setting value."Fujii Masao2014-08-29
* Allow units to be specified in relation option setting value.Fujii Masao2014-08-28
* revert "Throw error for ALTER TABLE RESET of an invalid option"Bruce Momjian2014-08-25
* Throw error for ALTER TABLE RESET of an invalid optionBruce Momjian2014-08-25
* Revert XactLockTableWait context setup in conditional multixact waitAlvaro Herrera2014-08-25
* Use newly added InvalidCommandId instead of 0Alvaro Herrera2014-08-25
* Fix outdated commentAlvaro Herrera2014-08-22
* Replace a few strncmp() calls with strlcpy().Noah Misch2014-08-18
* Prevent memory leaks in parseRelOptions().Tom Lane2014-08-13
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-31
* Avoid uselessly looking up old LOCK_ONLY multixactsAlvaro Herrera2014-07-29
* Simplify multixact freezing a bitAlvaro Herrera2014-07-29
* Oops, fix recoveryStopsBefore functions for regular commits.Heikki Linnakangas2014-07-29
* Treat 2PC commit/abort the same as regular xacts in recovery.Heikki Linnakangas2014-07-29
* Fix checkpointer crash in EXEC_BACKEND builds.Robert Haas2014-07-24
* Add missing serial commasPeter Eisentraut2014-07-15
* Move view reloptions into their own varlena structAlvaro Herrera2014-07-14
* Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund2014-07-12
* Rename logical decoding's pg_llog directory to pg_logical.Andres Freund2014-07-02
* Avoid copying index tuples when building an index.Robert Haas2014-07-01
* Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas2014-06-30
* Have multixact be truncated by checkpoint, not vacuumAlvaro Herrera2014-06-27