aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-13
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-13
* Fix performance problems with autovacuum truncation in busy workloads.Kevin Grittner2012-12-11
* Support automatically-updatable views.Tom Lane2012-12-08
* Background worker processesAlvaro Herrera2012-12-06
* Write exact xlog position of timeline switch in the timeline history file.Heikki Linnakangas2012-12-04
* Track the timeline associated with minRecoveryPoint, for more sanity checks.Heikki Linnakangas2012-12-04
* Add support for LDAP URLsPeter Eisentraut2012-12-03
* Refactor inCommit flag into generic delayChkpt flag.Simon Riggs2012-12-03
* Reduce scope of changes for COPY FREEZE.Simon Riggs2012-12-02
* Don't advance checkPoint.nextXid near the end of a checkpoint sequence.Tom Lane2012-12-02
* Rearrange storage of data in xl_running_xacts.Simon Riggs2012-12-02
* Allow adding values to an enum type created in the current transaction.Tom Lane2012-12-01
* COPY FREEZE and mark committed on fresh tables.Simon Riggs2012-12-01
* Produce a more useful error message for over-length Unix socket paths.Tom Lane2012-11-29
* Cleanup VirtualXact at end of Hot Standby.Simon Riggs2012-11-29
* Basic binary heap implementation.Robert Haas2012-11-29
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-28
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-28
* Add explicit casts in ilist.h's inline functions.Tom Lane2012-11-27
* Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas2012-11-27
* Revert patch for taking fewer snapshots.Tom Lane2012-11-26
* Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.Tom Lane2012-11-26
* Fix archive_cleanup_command.Heikki Linnakangas2012-11-19
* Fix multiple problems in WAL replay.Tom Lane2012-11-12
* Use correct text domain for translating errcontext() messages.Heikki Linnakangas2012-11-12
* Silence "expression result unused" warnings in AssertVariableIsOfTypeMacroHeikki Linnakangas2012-11-12
* Fix WaitLatch() to return promptly when the requested timeout expires.Tom Lane2012-11-08
* Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API.Tom Lane2012-11-08
* Add URLs to document why DLLIMPORT is needed on Windows.Bruce Momjian2012-11-07
* Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas2012-11-07
* Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane2012-11-05
* Fix ALTER EXTENSION / SET SCHEMAAlvaro Herrera2012-10-31
* Throw error if expiring tuple is again updated or deleted.Kevin Grittner2012-10-26
* When converting a table to a view, remove its system columns.Tom Lane2012-10-24
* Add context info to OAT_POST_CREATE security hookAlvaro Herrera2012-10-23
* Remove unnecessary "head" arguments from some dlist/slist functions.Tom Lane2012-10-18
* Code review for inline-list patch.Tom Lane2012-10-18
* Fix planning of non-strict equivalence clauses above outer joins.Tom Lane2012-10-18
* Close un-owned SMgrRelations at transaction end.Tom Lane2012-10-17
* Revert "Use "transient" files for blind writes, take 2".Tom Lane2012-10-17
* Embedded list interfaceAlvaro Herrera2012-10-17
* Remove comment that is no longer true.Heikki Linnakangas2012-10-15
* Split up process latch initialization for more-fail-soft behavior.Tom Lane2012-10-14
* Get rid of COERCE_DONTCARE.Tom Lane2012-10-12
* Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane2012-10-12
* Improve replication connection timeouts.Heikki Linnakangas2012-10-11
* Set procost to 10 for each of the pg_foo_is_visible() functions.Tom Lane2012-10-10
* Remove unnecessary overhead in backend's large-object operations.Tom Lane2012-10-09
* Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera2012-10-09