aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix an O(N^2) performance issue for sessions modifying many relations.Tom Lane2013-01-20
* Protect against SnapshotNow race conditions in pg_tablespace scans.Tom Lane2013-01-18
* Unbreak lock conflict detection for Hot Standby.Robert Haas2013-01-18
* Fix off-by-one bug in xlog reading logicAlvaro Herrera2013-01-18
* 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
* When xlogreader asks the callback function to read a page, make sure weHeikki Linnakangas2013-01-17
* I added a result set to START_STREAMING command, but neglected walreceiver.Heikki Linnakangas2013-01-17
* 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
* Improve memory space management in tuplesort and tuplestore.Tom Lane2013-01-17
* Fix a couple of error-handling bugs in the xlogreader patch.Heikki Linnakangas2013-01-17
* Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas2013-01-17
* Base the default SSL ciphers on DEFAULT instead of ALLMagnus Hagander2013-01-17
* Split out XLog reading as an independent facilityAlvaro Herrera2013-01-16
* Rework order of checks in ALTER / SET SCHEMAAlvaro Herrera2013-01-15
* Fix hash_update_hash_key() to handle same-bucket case correctly.Tom Lane2013-01-14
* Return value of lseek() can be negative on failure.Heikki Linnakangas2013-01-15
* Fix obsolete SQL syntax in comment.Tom Lane2013-01-14
* Reject out-of-range dates in to_date().Tom Lane2013-01-14
* Remove spurious spaceAlvaro Herrera2013-01-14
* Prevent very-low-probability PANIC during PREPARE TRANSACTION.Tom Lane2013-01-13
* Make spelling more uniformPeter Eisentraut2013-01-13
* Update comments for elog_start().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
* Fix potential corruption of lock table in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2013-01-08
* Fix incorrect error message when schema-CREATE permission is absent.Robert Haas2013-01-07
* Make some spelling more consistentPeter Eisentraut2013-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
* Delay reading timeline history file until it's fetched from master.Heikki Linnakangas2013-01-03
* Fix IsUnderPostmaster/EXEC_BACKEND confusionAlvaro Herrera2013-01-02
* Set MaxBackends only on bootstrap and standalone modesAlvaro Herrera2013-01-02
* 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
* Fix bug in streaming replication over multiple tli switches.Heikki Linnakangas2013-01-02
* Fix silly typo in code, which broke the check for reaching consistency.Heikki Linnakangas2013-01-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* Unify some tar functionality across different partsMagnus Hagander2013-01-01
* Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane2012-12-31
* Fix compiler warning about uninitialized variablePeter Eisentraut2012-12-31
* 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
* Assign InvalidXLogRecPtr instead of MemSet(0)Alvaro Herrera2012-12-27
* Fix some minor issues in view pretty-printing.Tom Lane2012-12-24
* Update comments on rd_newRelfilenodeSubid.Simon Riggs2012-12-24
* Keep rd_newRelfilenodeSubid across overflow.Simon Riggs2012-12-24