summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2012-12-31Fix compiler warning about uninitialized variablePeter Eisentraut
2012-12-30Keep timeline history files restored from archive in pg_xlog.Heikki Linnakangas
2012-12-29Adjust more backend functions to return OID rather than void.Robert Haas
2012-12-28Remove obsolete XLogRecPtr macrosAlvaro Herrera
2012-12-27Assign InvalidXLogRecPtr instead of MemSet(0)Alvaro Herrera
2012-12-24Fix some minor issues in view pretty-printing.Tom Lane
2012-12-24Update comments on rd_newRelfilenodeSubid.Simon Riggs
2012-12-24Keep rd_newRelfilenodeSubid across overflow.Simon Riggs
2012-12-23Adjust many backend functions to return OID rather than void.Robert Haas
2012-12-23Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane
2012-12-21Fix sloppiness in the timeline switch over streaming replication patch.Heikki Linnakangas
2012-12-21Fix race condition if a file is removed while pg_basebackup is running.Heikki Linnakangas
2012-12-21Make some messages more consistent in stylePeter Eisentraut
2012-12-21Fix grammatical mistake in error messagePeter Eisentraut
2012-12-20Fix pg_extension_config_dump() to handle update cases more sanely.Tom Lane
2012-12-20Fix recycling of WAL segments after switching timeline during recovery.Heikki Linnakangas
2012-12-20Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas
2012-12-20Don't set ThisTimeLineID in checkpointer & bgwriter during recovery.Heikki Linnakangas
2012-12-19Check if we've reached end-of-backup point also if no redo is required.Heikki Linnakangas
2012-12-19Rename SQL feature S403 to ARRAY_MAX_CARDINALITYPeter Eisentraut
2012-12-18Fix failure to ignore leftover temp tables after a server crash.Tom Lane
2012-12-16Fix filling of postmaster.pid in bootstrap/standalone mode.Tom Lane
2012-12-16Tidy up from frontend Assert change.Andrew Dunstan
2012-12-14Update comment in heapgetpage() regarding PD_ALL_VISIBLE vs. Hot Standby.Robert Haas
2012-12-13Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas
2012-12-13Make xlog_internal.h includable in frontend context.Heikki Linnakangas
2012-12-12In multi-insert, don't go into infinite loop on a huge tuple and fillfactor.Heikki Linnakangas
2012-12-12Add defenses against integer overflow in dynahash numbuckets calculations.Tom Lane
2012-12-12Disable event triggers in standalone mode.Tom Lane
2012-12-11Fix performance problems with autovacuum truncation in busy workloads.Kevin Grittner
2012-12-11Consistency check should compare last record replayed, not last record read.Heikki Linnakangas
2012-12-10Update minimum recovery point on truncation.Heikki Linnakangas
2012-12-10Fix the tracking of min recovery point timeline.Heikki Linnakangas
2012-12-09Fix assorted bugs in privileges-for-types patch.Tom Lane
2012-12-08Support automatically-updatable views.Tom Lane
2012-12-07Optimize COPY FREEZE with CREATE TABLE also.Simon Riggs
2012-12-07Clarify that COPY FREEZE is not a hard rule.Simon Riggs
2012-12-06Background worker processesAlvaro Herrera
2012-12-06Fix intermittent crash in DROP INDEX CONCURRENTLY.Tom Lane
2012-12-06Update comment at top of index_createAlvaro Herrera
2012-12-05Ensure recovery pause feature doesn't pause unless users can connect.Tom Lane
2012-12-05Oops, meant to change the comment in writeTimeLineHistory.Heikki Linnakangas
2012-12-05Must not reach consistency before XLOG_BACKUP_RECORDSimon Riggs
2012-12-04Attempt to un-break Windows builds with USE_LDAP.Tom Lane
2012-12-04Downgrade a status message from LOG to DEBUG2.Heikki Linnakangas
2012-12-04Write exact xlog position of timeline switch in the timeline history file.Heikki Linnakangas
2012-12-04Fix build of LDAP URL featurePeter Eisentraut
2012-12-04Track the timeline associated with minRecoveryPoint, for more sanity checks.Heikki Linnakangas
2012-12-04Add support for LDAP URLsPeter Eisentraut
2012-12-03Avoid holding vmbuffer pin after VACUUM.Simon Riggs