summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
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