aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Introduce logical decoding.Robert Haas2014-03-03
* Remove bogus while-loop.Heikki Linnakangas2014-02-28
* Fix WAL replay of locking an updated tupleAlvaro Herrera2014-02-27
* btbuild no longer calls _bt_doinsert(), update comment.Heikki Linnakangas2014-02-26
* Improve comment on setting data_checksum GUC.Heikki Linnakangas2014-02-20
* Switch various builtin functions to use pg_lsn instead of text.Robert Haas2014-02-19
* Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2.Heikki Linnakangas2014-02-18
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Change the order that pg_xlog and WAL archive are polled for WAL segments.Heikki Linnakangas2014-02-14
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-13
* In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.Tom Lane2014-02-12
* Fix WakeupWaiters() to not wake up an exclusive locker unnecessarily.Heikki Linnakangas2014-02-10
* Initialize the entryRes array between each call to triConsistent.Heikki Linnakangas2014-02-07
* Speed up "rare & frequent" type GIN queries.Heikki Linnakangas2014-02-07
* Remove unnecessary relcache flushes after changing btree metapages.Tom Lane2014-02-05
* Add primary_slotname to recovery.conf.sample.Fujii Masao2014-02-03
* Introduce replication slots.Robert Haas2014-01-31
* Further optimize GIN multi-key searches.Heikki Linnakangas2014-01-29
* Further optimize multi-key GIN searches.Heikki Linnakangas2014-01-29
* Allow skipping some items in a multi-key GIN search.Heikki Linnakangas2014-01-29
* Revert C comment change in slot_attisnull()Bruce Momjian2014-01-28
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-27
* Adjust C comment in slot_attisnull() regarding nulls.Bruce Momjian2014-01-25
* Add recovery_target='immediate' option.Heikki Linnakangas2014-01-25
* Reset unused fields in GIN data leaf page footer.Heikki Linnakangas2014-01-24
* Fix off-by-one in newly-introdcued GIN assertion.Heikki Linnakangas2014-01-24
* In GIN recompression code, use mmemove rather than memcpy, for vacuum.Heikki Linnakangas2014-01-24
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Fix alignment of GIN in-line posting lists stored in entry tuples.Heikki Linnakangas2014-01-23
* Silence compiler warning.Heikki Linnakangas2014-01-23
* Fix declaration of GinVacuumState.Heikki Linnakangas2014-01-22
* Compress GIN posting lists, for smaller index size.Heikki Linnakangas2014-01-22
* Fix missing parentheses resulting in wrong order of dereference.Robert Haas2014-01-15
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-14
* Accept pg_upgraded tuples during multixact freezingAlvaro Herrera2014-01-10
* Refactor checking whether we've reached the recovery target.Heikki Linnakangas2014-01-09
* Fix pause_at_recovery_target + recovery_target_inclusive combination.Heikki Linnakangas2014-01-08
* If multiple recovery_targets are specified, use the latest one.Heikki Linnakangas2014-01-08
* Fix bug in determining when recovery has reached consistency.Heikki Linnakangas2014-01-08
* Update copyright for 2014Bruce Momjian2014-01-07
* Move permissions check from do_pg_start_backup to pg_start_backupMagnus Hagander2014-01-07
* Add more use of psprintf()Peter Eisentraut2014-01-06
* Handle 5-char filenames in SlruScanDirectoryAlvaro Herrera2014-01-02
* Wrap multixact/members correctly during extensionAlvaro Herrera2014-01-02
* Handle wraparound during truncation in multixact/membersAlvaro Herrera2014-01-02
* Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them.Robert Haas2014-01-02
* Rename walLogHints to wal_log_hints for easier grepping.Robert Haas2014-01-01
* Revise documentation for new freezing method.Robert Haas2013-12-23
* Change the way we mark tuples as frozen.Robert Haas2013-12-22
* Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers.Fujii Masao2013-12-21