summaryrefslogtreecommitdiff
path: root/src/backend/access/rmgrdesc
Commit message (Expand)AuthorAgeFilesLines
* Rework tuple freezing protocolAlvaro Herrera2013-12-161-8/+8
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-102-0/+10
* Another gin_desc fix.Heikki Linnakangas2013-11-281-1/+1
* Fix gin_desc routine to match the WAL format.Heikki Linnakangas2013-11-281-3/+3
* Get rid of the post-recovery cleanup step of GIN page splits.Heikki Linnakangas2013-11-271-10/+35
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-3115-62/+62
* Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas2013-07-041-1/+2
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-1/+4
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-171-2/+2
* pgindent run for release 9.3Bruce Momjian2013-05-2916-34/+35
* Avoid tricky race condition recording XLOG_HINTSimon Riggs2013-04-081-1/+5
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-221-0/+4
* Move relpath() to libpgcommonAlvaro Herrera2013-02-212-0/+2
* Include previous TLI in end-of-recovery and shutdown checkpoint records.Heikki Linnakangas2013-02-111-3/+4
* Fast promote mode skips checkpoint at end of recovery.Simon Riggs2013-01-291-0/+10
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-233-21/+77
* Remove spurious spaceAlvaro Herrera2013-01-141-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-0116-16/+16
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-131-0/+1
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-2817-0/+1272