aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Move ExceptionalCondition back to postgres.hAlvaro Herrera2013-02-18
* Split pgstat file in smaller piecesAlvaro Herrera2013-02-18
* Add ALTER ROLE ALL SET commandPeter Eisentraut2013-02-17
* Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs2013-02-15
* Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.Tom Lane2013-02-14
* Fix CVE-2013-0255 properly.Tom Lane2013-02-13
* Rename "string" pstrdup argument to "in"Alvaro Herrera2013-02-12
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Add noreturn attributes to some error reporting functionsPeter Eisentraut2013-02-12
* Support unlogged GiST index.Heikki Linnakangas2013-02-11
* Include previous TLI in end-of-recovery and shutdown checkpoint records.Heikki Linnakangas2013-02-11
* Document and clean up gistsplit.c.Tom Lane2013-02-10
* Add support for ALTER RULE ... RENAME TO.Tom Lane2013-02-08
* Clean up c.h / postgres.h after Assert() moveAlvaro Herrera2013-02-08
* Repair bugs in GiST page splitting code for multi-column indexes.Tom Lane2013-02-07
* Split out list of XLog resource managersAlvaro Herrera2013-02-06
* Move Assert() definitions to c.hAlvaro Herrera2013-02-01
* Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane2013-01-30
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Fast promote mode skips checkpoint at end of recovery.Simon Riggs2013-01-29
* Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistentBruce Momjian2013-01-26
* Change plan caching to honor, not resist, changes in search_path.Tom Lane2013-01-25
* Use correct output device for Windows prompts.Andrew Dunstan2013-01-24
* Redefine HEAP_XMAX_IS_LOCKED_ONLYAlvaro Herrera2013-01-24
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Implement pg_unreachable() on MSVC.Heikki Linnakangas2013-01-23
* Fix more issues with cascading replication and timeline switches.Heikki Linnakangas2013-01-23
* Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.Tom Lane2013-01-21
* Add ddl_command_end support for event triggers.Robert Haas2013-01-21
* Refactor ALTER some-obj RENAME implementationAlvaro Herrera2013-01-21
* 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