summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2013-01-05Centralize single quote escaping in src/port/quotes.cMagnus Hagander
2013-01-04Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane
2013-01-03Tolerate timeline switches while "pg_basebackup -X fetch" is running.Heikki Linnakangas
2013-01-02Move tar function headers to pgtar.hMagnus Hagander
2013-01-02Make sure MaxBackends is always setAlvaro Herrera
2013-01-02Fix background workers for EXEC_BACKENDAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2013-01-01Unify some tar functionality across different partsMagnus Hagander
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-27Remove unused NextLogPage macroAlvaro Herrera
2012-12-24Update comments on rd_newRelfilenodeSubid.Simon Riggs
2012-12-24Fix more weird compiler messages causedSimon Riggs
2012-12-24Add function prototype from previous commit.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-21Forgot to remove extern declaration of GetRecoveryTargetTLI()Heikki Linnakangas
2012-12-20Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas
2012-12-18Fix failure to ignore leftover temp tables after a server crash.Tom Lane
2012-12-14Provide Assert() for frontend code.Andrew Dunstan
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-11Fix performance problems with autovacuum truncation in busy workloads.Kevin Grittner
2012-12-08Support automatically-updatable views.Tom Lane
2012-12-06Background worker processesAlvaro Herrera
2012-12-04Write exact xlog position of timeline switch in the timeline history file.Heikki Linnakangas
2012-12-04Track the timeline associated with minRecoveryPoint, for more sanity checks.Heikki Linnakangas
2012-12-04Add support for LDAP URLsPeter Eisentraut
2012-12-03Refactor inCommit flag into generic delayChkpt flag.Simon Riggs
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-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-30Produce a more useful error message for over-length Unix socket paths.Tom Lane
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-27Add explicit casts in ilist.h's inline functions.Tom Lane
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-19Fix archive_cleanup_command.Heikki Linnakangas
2012-11-13Fix multiple problems in WAL replay.Tom Lane
2012-11-12Use correct text domain for translating errcontext() messages.Heikki Linnakangas
2012-11-12Silence "expression result unused" warnings in AssertVariableIsOfTypeMacroHeikki Linnakangas
2012-11-09Fix WaitLatch() to return promptly when the requested timeout expires.Tom Lane
2012-11-08Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API.Tom Lane