summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2012-12-03Attempt to unbreak MSVC builds broken by f21bb9cfb5646e1793dcc9c0ea697bab99af...Andrew Dunstan
2012-12-03Refactor inCommit flag into generic delayChkpt flag.Simon Riggs
2012-12-03Clarify locking for PageGetLSN() in XLogCheckBuffer()Simon Riggs
2012-12-03Clarify when to use PageSetLSN/PageGetLSN().Simon Riggs
2012-12-03Refactor the code implementing standby-mode logic.Heikki Linnakangas
2012-12-02Reduce scope of changes for COPY FREEZE.Simon Riggs
2012-12-02Don't advance checkPoint.nextXid near the end of a checkpoint sequence.Tom Lane
2012-12-02Rearrange storage of data in xl_running_xacts.Simon Riggs
2012-12-02XidEpoch++ if wraparound during checkpoint.Simon Riggs
2012-12-02Clarify operation of online checkpoints.Simon Riggs
2012-12-01Allow adding values to an enum type created in the current transaction.Tom Lane
2012-12-01COPY FREEZE and mark committed on fresh tables.Simon Riggs
2012-11-30Change test ExceptionalCondition to return voidAlvaro Herrera
2012-11-30Add missing buffer lock acquisition in GetTupleForTrigger().Tom Lane
2012-11-30Produce a more useful error message for over-length Unix socket paths.Tom Lane
2012-11-29Correctly init fast path fields on PGPROCSimon Riggs
2012-11-29Cleanup VirtualXact at end of Hot Standby.Simon Riggs
2012-11-29Basic binary heap implementation.Robert Haas
2012-11-29Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane
2012-11-28Split out rmgr rm_desc functions into their own filesAlvaro Herrera
2012-11-28If we don't have a backup-end-location, don't claim we've reached it.Heikki Linnakangas
2012-11-27Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas
2012-11-26Revert patch for taking fewer snapshots.Tom Lane
2012-11-26Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.Tom Lane
2012-11-22Avoid bogus "out-of-sequence timeline ID" errors in standby-mode.Heikki Linnakangas
2012-11-21Don't launch new child processes after we've been told to shut down.Tom Lane
2012-11-21Speed up operations on numeric, mostly by avoiding palloc() overhead.Heikki Linnakangas
2012-11-19Improve handling of INT_MIN / -1 and related cases.Tom Lane