aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Remove vestigial secondary-split support in gist_box_picksplit().Tom Lane2013-02-10
* Document and clean up gistsplit.c.Tom Lane2013-02-10
* Reduce log level of picksplit-doesn't-support-secondary-split whining.Tom Lane2013-02-09
* Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane2013-02-08
* Fix Xmax freeze conditionsAlvaro Herrera2013-02-08
* Repair bugs in GiST page splitting code for multi-column indexes.Tom Lane2013-02-07
* Rely only on checkpoint 1 at end of recovery.Simon Riggs2013-02-07
* Split out list of XLog resource managersAlvaro Herrera2013-02-06
* Fill tuple before HeapSatisfiesHOTAndKeyUpdateAlvaro Herrera2013-02-01
* Restrict infomask bits to set on multixactsAlvaro Herrera2013-01-31
* Switch timelines if we crash soon after promotion.Simon Riggs2013-01-31
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Fast promote mode skips checkpoint at end of recovery.Simon Riggs2013-01-29
* Add some randomness to the choice of which GiST page to insert to.Heikki Linnakangas2013-01-25
* Fix rare missing cancellations in Hot Standby.Simon Riggs2013-01-24
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Fix more issues with cascading replication and timeline switches.Heikki Linnakangas2013-01-23
* Fix off-by-one bug in xlog reading logicAlvaro Herrera2013-01-18
* Use the right timeline when beginning to stream from master.Heikki Linnakangas2013-01-18
* When xlogreader asks the callback function to read a page, make sure weHeikki Linnakangas2013-01-17