| Commit message (Expand) | Author | Age |
* | Handle wraparound during truncation in multixact/members | Alvaro Herrera | 2014-01-02 |
* | Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them. | Robert Haas | 2014-01-02 |
* | Rename walLogHints to wal_log_hints for easier grepping. | Robert Haas | 2014-01-01 |
* | Revise documentation for new freezing method. | Robert Haas | 2013-12-23 |
* | Change the way we mark tuples as frozen. | Robert Haas | 2013-12-22 |
* | Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers. | Fujii Masao | 2013-12-21 |
* | Optimize updating a row that's locked by same xid | Alvaro Herrera | 2013-12-19 |
* | Don't ignore tuple locks propagated by our updates | Alvaro Herrera | 2013-12-18 |
* | Rework tuple freezing protocol | Alvaro Herrera | 2013-12-16 |
* | Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c | Heikki Linnakangas | 2013-12-16 |
* | Fix typo | Alvaro Herrera | 2013-12-13 |
* | Rework MultiXactId cache code | Alvaro Herrera | 2013-12-13 |
* | Fix more instances of "the the" in comments. | Heikki Linnakangas | 2013-12-13 |
* | Add GUC to enable WAL-logging of hint bits, even with checksums disabled. | Heikki Linnakangas | 2013-12-13 |
* | Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. | Tom Lane | 2013-12-12 |
* | Allow time delayed standbys and recovery | Simon Riggs | 2013-12-12 |
* | Remove bogus executable permissions on xlog.c. | Tom Lane | 2013-12-11 |
* | Under wal_level=logical, when saving old tuples, always save OID. | Robert Haas | 2013-12-11 |
* | Add a new reloption, user_catalog_table. | Robert Haas | 2013-12-10 |
* | Add new wal_level, logical, sufficient for logical decoding. | Robert Haas | 2013-12-10 |
* | Fix improper abort during update chain locking | Alvaro Herrera | 2013-12-05 |
* | Don't include unused space in LOG_NEWPAGE records. | Heikki Linnakangas | 2013-12-04 |
* | Fix full-page writes of internal GIN pages. | Heikki Linnakangas | 2013-12-03 |
* | Report exit code from external recovery commands properly | Peter Eisentraut | 2013-12-02 |
* | Fix a couple of bugs in MultiXactId freezing | Alvaro Herrera | 2013-11-29 |
* | Don't TransactionIdDidAbort in HeapTupleGetUpdateXid | Alvaro Herrera | 2013-11-29 |
* | Truncate pg_multixact/'s contents during crash recovery | Alvaro Herrera | 2013-11-29 |
* | Fix full-table-vacuum request mechanism for MultiXactIds | Alvaro Herrera | 2013-11-29 |
* | Replace hardcoded 200000000 with autovacuum_freeze_max_age | Alvaro Herrera | 2013-11-29 |
* | Fix assorted race conditions in the new timeout infrastructure. | Tom Lane | 2013-11-29 |
* | Refine our definition of what constitutes a system relation. | Robert Haas | 2013-11-28 |
* | Another gin_desc fix. | Heikki Linnakangas | 2013-11-28 |
* | Fix gin_desc routine to match the WAL format. | Heikki Linnakangas | 2013-11-28 |
* | Unbreak buildfarm | Alvaro Herrera | 2013-11-28 |
* | Use a more granular approach to follow update chains | Alvaro Herrera | 2013-11-28 |
* | Compare Xmin to previous Xmax when locking an update chain | Alvaro Herrera | 2013-11-28 |
* | Don't try to set InvalidXid as page pruning hint | Alvaro Herrera | 2013-11-28 |
* | Cope with heap_fetch failure while locking an update chain | Alvaro Herrera | 2013-11-28 |
* | Get rid of the post-recovery cleanup step of GIN page splits. | Heikki Linnakangas | 2013-11-27 |
* | More GIN refactoring. | Heikki Linnakangas | 2013-11-27 |
* | Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior | Bruce Momjian | 2013-11-25 |
* | Fix Hot-Standby initialization of clog and subtrans. | Heikki Linnakangas | 2013-11-22 |
* | Avoid acquiring spinlock when checking if recovery has finished, for speed. | Heikki Linnakangas | 2013-11-22 |
* | Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. | Tom Lane | 2013-11-21 |
* | More GIN refactoring. | Heikki Linnakangas | 2013-11-20 |
* | Refactor the internal GIN B-tree interface for forming a downlink. | Heikki Linnakangas | 2013-11-20 |
* | Further GIN refactoring. | Heikki Linnakangas | 2013-11-20 |
* | Fix bug in GIN posting tree root creation. | Heikki Linnakangas | 2013-11-13 |
* | Fix race condition in GIN posting tree page deletion. | Heikki Linnakangas | 2013-11-08 |
* | Fix setting of right bound at GIN page split. | Heikki Linnakangas | 2013-11-07 |