aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Fix race condition if a file is removed while pg_basebackup is running.Heikki Linnakangas2012-12-21
* Make some messages more consistent in stylePeter Eisentraut2012-12-21
* Fix grammatical mistake in error messagePeter Eisentraut2012-12-20
* Fix pg_extension_config_dump() to handle update cases more sanely.Tom Lane2012-12-20
* Fix recycling of WAL segments after switching timeline during recovery.Heikki Linnakangas2012-12-20
* Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas2012-12-20
* Don't set ThisTimeLineID in checkpointer & bgwriter during recovery.Heikki Linnakangas2012-12-20
* Check if we've reached end-of-backup point also if no redo is required.Heikki Linnakangas2012-12-19
* Rename SQL feature S403 to ARRAY_MAX_CARDINALITYPeter Eisentraut2012-12-19
* Fix failure to ignore leftover temp tables after a server crash.Tom Lane2012-12-17
* Fix filling of postmaster.pid in bootstrap/standalone mode.Tom Lane2012-12-16
* Tidy up from frontend Assert change.Andrew Dunstan2012-12-16
* Update comment in heapgetpage() regarding PD_ALL_VISIBLE vs. Hot Standby.Robert Haas2012-12-14
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-13
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-13
* In multi-insert, don't go into infinite loop on a huge tuple and fillfactor.Heikki Linnakangas2012-12-12
* Add defenses against integer overflow in dynahash numbuckets calculations.Tom Lane2012-12-11
* Disable event triggers in standalone mode.Tom Lane2012-12-11
* Fix performance problems with autovacuum truncation in busy workloads.Kevin Grittner2012-12-11
* Consistency check should compare last record replayed, not last record read.Heikki Linnakangas2012-12-11
* Update minimum recovery point on truncation.Heikki Linnakangas2012-12-10
* Fix the tracking of min recovery point timeline.Heikki Linnakangas2012-12-10
* Fix assorted bugs in privileges-for-types patch.Tom Lane2012-12-09
* Support automatically-updatable views.Tom Lane2012-12-08
* Optimize COPY FREEZE with CREATE TABLE also.Simon Riggs2012-12-07
* Clarify that COPY FREEZE is not a hard rule.Simon Riggs2012-12-07
* Background worker processesAlvaro Herrera2012-12-06
* Fix intermittent crash in DROP INDEX CONCURRENTLY.Tom Lane2012-12-05
* Update comment at top of index_createAlvaro Herrera2012-12-05
* Ensure recovery pause feature doesn't pause unless users can connect.Tom Lane2012-12-05
* Oops, meant to change the comment in writeTimeLineHistory.Heikki Linnakangas2012-12-05
* Must not reach consistency before XLOG_BACKUP_RECORDSimon Riggs2012-12-05
* Attempt to un-break Windows builds with USE_LDAP.Tom Lane2012-12-04
* Downgrade a status message from LOG to DEBUG2.Heikki Linnakangas2012-12-04
* Write exact xlog position of timeline switch in the timeline history file.Heikki Linnakangas2012-12-04
* Fix build of LDAP URL featurePeter Eisentraut2012-12-04
* Track the timeline associated with minRecoveryPoint, for more sanity checks.Heikki Linnakangas2012-12-04
* Add support for LDAP URLsPeter Eisentraut2012-12-03
* Avoid holding vmbuffer pin after VACUUM.Simon Riggs2012-12-03
* Attempt to unbreak MSVC builds broken by f21bb9cfb5646e1793dcc9c0ea697bab99af...Andrew Dunstan2012-12-03
* Refactor inCommit flag into generic delayChkpt flag.Simon Riggs2012-12-03
* Clarify locking for PageGetLSN() in XLogCheckBuffer()Simon Riggs2012-12-03
* Clarify when to use PageSetLSN/PageGetLSN().Simon Riggs2012-12-03
* Refactor the code implementing standby-mode logic.Heikki Linnakangas2012-12-03
* Reduce scope of changes for COPY FREEZE.Simon Riggs2012-12-02
* Don't advance checkPoint.nextXid near the end of a checkpoint sequence.Tom Lane2012-12-02
* Rearrange storage of data in xl_running_xacts.Simon Riggs2012-12-02
* XidEpoch++ if wraparound during checkpoint.Simon Riggs2012-12-02
* Clarify operation of online checkpoints.Simon Riggs2012-12-02
* Allow adding values to an enum type created in the current transaction.Tom Lane2012-12-01