aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-17
* Avoid deadlocks during insertion into SP-GiST indexes.Tom Lane2013-06-14
* Remove special-case treatment of LOG severity level in standalone mode.Tom Lane2013-06-13
* Observe array length in HaveVirtualXIDsDelayingChkpt().Noah Misch2013-06-12
* Fix typo in comment.Heikki Linnakangas2013-06-06
* Additional spelling correctionsStephen Frost2013-06-03
* Code review of recycling WAL segments in a restartpoint.Heikki Linnakangas2013-06-03
* Minor spelling fixesStephen Frost2013-06-01
* Post-pgindent cleanupStephen Frost2013-06-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* After fast promotion use CHECKPOINT_FORCESimon Riggs2013-05-21
* Maintain ThisTimeLineID correctly in checkpointerSimon Riggs2013-05-21
* Init crash recovery using the latest available TLISimon Riggs2013-05-19
* Emit msg correctly for timeline-crossing crashSimon Riggs2013-05-19
* Remove single space on end of a line in xlog.cSimon Riggs2013-05-19
* Fix handling of OID wraparound while in standalone mode.Tom Lane2013-05-13
* Fix management of fn_extra caching during repeated GiST index scans.Tom Lane2013-05-09
* Fix walsender failure at promotion.Heikki Linnakangas2013-05-08
* Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas2013-05-08
* Record data_checksum_version in control file.Simon Riggs2013-04-30
* Make fast promotion the default promotion mode.Simon Riggs2013-04-24
* Remove some unused and seldom used fields from RelationAmInfo.Heikki Linnakangas2013-04-16
* Remove duplicate initialization in XLogReadRecord.Robert Haas2013-04-09
* Fix calculation of how many segments to retain for wal_keep_segments.Heikki Linnakangas2013-04-08
* Skip extraneous locking in XLogCheckBuffer().Simon Riggs2013-04-08
* Avoid tricky race condition recording XLOG_HINTSimon Riggs2013-04-08
* Fix checksums for CLUSTER, VACUUM FULL etc.Simon Riggs2013-04-07
* Make REPLICATION privilege checks test current user not authenticated user.Tom Lane2013-04-01
* Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs2013-03-28
* Fix buffer pin leak in heap update redo routine.Heikki Linnakangas2013-03-27
* Allow external recovery_config_directorySimon Riggs2013-03-27
* Fix grammatical errors in some new message strings.Tom Lane2013-03-26
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-18
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Fix tli history file fetching, broken by the archive after crash recevery patch.Heikki Linnakangas2013-03-07
* Add a materialized view relations.Kevin Grittner2013-03-03
* Fix SQL function execution to be safe with long-lived FmgrInfos.Tom Lane2013-03-03
* Fix thinko in previous commit.Heikki Linnakangas2013-02-22
* If recovery.conf is created after "pg_ctl stop -m i", do crash recovery.Heikki Linnakangas2013-02-22
* Move relpath() to libpgcommonAlvaro Herrera2013-02-21
* Better fix for "unarchived WAL files get deleted on crash recovery" bug.Heikki Linnakangas2013-02-15
* Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs2013-02-15
* Don't delete unarchived WAL files during crash recovery.Heikki Linnakangas2013-02-15
* Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.Tom Lane2013-02-14
* Support unlogged GiST index.Heikki Linnakangas2013-02-11
* Fix checkpoint after fast promotion.Heikki Linnakangas2013-02-11
* Include previous TLI in end-of-recovery and shutdown checkpoint records.Heikki Linnakangas2013-02-11
* Further cleanup of gistsplit.c.Tom Lane2013-02-10
* Remove useless picksplit-doesn't-support-secondary-split log spam.Tom Lane2013-02-10