aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Now that START_REPLICATION returns the next timeline's ID after reaching endHeikki Linnakangas2013-01-18
* Use the right timeline when beginning to stream from master.Heikki Linnakangas2013-01-18
* Accelerate end-of-transaction dropping of relationsAlvaro Herrera2013-01-17
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-17
* Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas2013-01-17
* Split out XLog reading as an independent facilityAlvaro Herrera2013-01-16
* Rework order of checks in ALTER / SET SCHEMAAlvaro Herrera2013-01-15
* Prevent very-low-probability PANIC during PREPARE TRANSACTION.Tom Lane2013-01-13
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-13
* Redesign the planner's handling of index-descent cost estimation.Tom Lane2013-01-11
* Centralize single quote escaping in src/port/quotes.cMagnus Hagander2013-01-05
* Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane2013-01-04
* Tolerate timeline switches while "pg_basebackup -X fetch" is running.Heikki Linnakangas2013-01-03
* Move tar function headers to pgtar.hMagnus Hagander2013-01-02
* Make sure MaxBackends is always setAlvaro Herrera2013-01-02
* Fix background workers for EXEC_BACKENDAlvaro Herrera2013-01-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* Unify some tar functionality across different partsMagnus Hagander2013-01-01
* Keep timeline history files restored from archive in pg_xlog.Heikki Linnakangas2012-12-30
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-29
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Remove unused NextLogPage macroAlvaro Herrera2012-12-27
* Update comments on rd_newRelfilenodeSubid.Simon Riggs2012-12-24
* Fix more weird compiler messages causedSimon Riggs2012-12-24
* Add function prototype from previous commit.Simon Riggs2012-12-24
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-23
* Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane2012-12-23
* Forgot to remove extern declaration of GetRecoveryTargetTLI()Heikki Linnakangas2012-12-21
* Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas2012-12-20
* Fix failure to ignore leftover temp tables after a server crash.Tom Lane2012-12-17
* Provide Assert() for frontend code.Andrew Dunstan2012-12-14
* 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