aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Optimize updating a row that's locked by same xidAlvaro Herrera2013-12-19
* Don't ignore tuple locks propagated by our updatesAlvaro Herrera2013-12-18
* Rework tuple freezing protocolAlvaro Herrera2013-12-16
* Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.cHeikki Linnakangas2013-12-16
* Fix typoAlvaro Herrera2013-12-13
* Rework MultiXactId cache codeAlvaro Herrera2013-12-13
* Fix more instances of "the the" in comments.Heikki Linnakangas2013-12-13
* Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas2013-12-13
* Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.Tom Lane2013-12-12
* Allow time delayed standbys and recoverySimon Riggs2013-12-12
* Remove bogus executable permissions on xlog.c.Tom Lane2013-12-11
* Under wal_level=logical, when saving old tuples, always save OID.Robert Haas2013-12-11
* Add a new reloption, user_catalog_table.Robert Haas2013-12-10
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* Fix improper abort during update chain lockingAlvaro Herrera2013-12-05
* Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas2013-12-04
* Fix full-page writes of internal GIN pages.Heikki Linnakangas2013-12-03
* Report exit code from external recovery commands properlyPeter Eisentraut2013-12-02
* Fix a couple of bugs in MultiXactId freezingAlvaro Herrera2013-11-29
* Don't TransactionIdDidAbort in HeapTupleGetUpdateXidAlvaro Herrera2013-11-29
* Truncate pg_multixact/'s contents during crash recoveryAlvaro Herrera2013-11-29
* Fix full-table-vacuum request mechanism for MultiXactIdsAlvaro Herrera2013-11-29
* Replace hardcoded 200000000 with autovacuum_freeze_max_ageAlvaro Herrera2013-11-29
* Fix assorted race conditions in the new timeout infrastructure.Tom Lane2013-11-29
* Refine our definition of what constitutes a system relation.Robert Haas2013-11-28
* Another gin_desc fix.Heikki Linnakangas2013-11-28
* Fix gin_desc routine to match the WAL format.Heikki Linnakangas2013-11-28
* Unbreak buildfarmAlvaro Herrera2013-11-28
* Use a more granular approach to follow update chainsAlvaro Herrera2013-11-28
* Compare Xmin to previous Xmax when locking an update chainAlvaro Herrera2013-11-28
* Don't try to set InvalidXid as page pruning hintAlvaro Herrera2013-11-28
* Cope with heap_fetch failure while locking an update chainAlvaro Herrera2013-11-28
* Get rid of the post-recovery cleanup step of GIN page splits.Heikki Linnakangas2013-11-27
* More GIN refactoring.Heikki Linnakangas2013-11-27
* Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behaviorBruce Momjian2013-11-25
* Fix Hot-Standby initialization of clog and subtrans.Heikki Linnakangas2013-11-22
* Avoid acquiring spinlock when checking if recovery has finished, for speed.Heikki Linnakangas2013-11-22
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* More GIN refactoring.Heikki Linnakangas2013-11-20
* Refactor the internal GIN B-tree interface for forming a downlink.Heikki Linnakangas2013-11-20
* Further GIN refactoring.Heikki Linnakangas2013-11-20
* Fix bug in GIN posting tree root creation.Heikki Linnakangas2013-11-13
* Fix race condition in GIN posting tree page deletion.Heikki Linnakangas2013-11-08
* Fix setting of right bound at GIN page split.Heikki Linnakangas2013-11-07