summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2012-11-07Add URLs to document why DLLIMPORT is needed on Windows.Bruce Momjian
2012-11-07Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas
2012-11-05Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane
2012-10-31Fix ALTER EXTENSION / SET SCHEMAAlvaro Herrera
2012-10-26Throw error if expiring tuple is again updated or deleted.Kevin Grittner
2012-10-24When converting a table to a view, remove its system columns.Tom Lane
2012-10-23Add context info to OAT_POST_CREATE security hookAlvaro Herrera
2012-10-18Remove unnecessary "head" arguments from some dlist/slist functions.Tom Lane
2012-10-18Code review for inline-list patch.Tom Lane
2012-10-18Fix planning of non-strict equivalence clauses above outer joins.Tom Lane
2012-10-17Close un-owned SMgrRelations at transaction end.Tom Lane
2012-10-17Revert "Use "transient" files for blind writes, take 2".Tom Lane
2012-10-17Embedded list interfaceAlvaro Herrera
2012-10-15Remove comment that is no longer true.Heikki Linnakangas
2012-10-15Split up process latch initialization for more-fail-soft behavior.Tom Lane
2012-10-12Get rid of COERCE_DONTCARE.Tom Lane
2012-10-12Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane
2012-10-11Improve replication connection timeouts.Heikki Linnakangas
2012-10-10Set procost to 10 for each of the pg_foo_is_visible() functions.Tom Lane
2012-10-09Remove unnecessary overhead in backend's large-object operations.Tom Lane
2012-10-09Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera
2012-10-08Code review for 64-bit-large-object patch.Tom Lane
2012-10-08Add support for easily declaring static inline functionsAlvaro Herrera