summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Document and clean up gistsplit.c.Tom Lane2013-02-102-11/+31
* Add support for ALTER RULE ... RENAME TO.Tom Lane2013-02-081-1/+1
* Clean up c.h / postgres.h after Assert() moveAlvaro Herrera2013-02-082-5/+9
* Repair bugs in GiST page splitting code for multi-column indexes.Tom Lane2013-02-071-1/+1
* Split out list of XLog resource managersAlvaro Herrera2013-02-063-21/+64
* Move Assert() definitions to c.hAlvaro Herrera2013-02-013-125/+136
* Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane2013-01-301-0/+3
* Provide database object names as separate fields in error messages.Tom Lane2013-01-297-5/+31
* Fast promote mode skips checkpoint at end of recovery.Simon Riggs2013-01-292-0/+7
* Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistentBruce Momjian2013-01-261-1/+1
* Change plan caching to honor, not resist, changes in search_path.Tom Lane2013-01-252-1/+3
* Use correct output device for Windows prompts.Andrew Dunstan2013-01-241-3/+0
* Redefine HEAP_XMAX_IS_LOCKED_ONLYAlvaro Herrera2013-01-241-3/+8
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-2324-75/+245
* Implement pg_unreachable() on MSVC.Heikki Linnakangas2013-01-231-0/+2
* Fix more issues with cascading replication and timeline switches.Heikki Linnakangas2013-01-232-1/+1
* Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.Tom Lane2013-01-213-1/+3
* Add ddl_command_end support for event triggers.Robert Haas2013-01-212-1/+3
* Refactor ALTER some-obj RENAME implementationAlvaro Herrera2013-01-215-15/+5
* Now that START_REPLICATION returns the next timeline's ID after reaching endHeikki Linnakangas2013-01-181-1/+1
* Use the right timeline when beginning to stream from master.Heikki Linnakangas2013-01-181-4/+14
* Accelerate end-of-transaction dropping of relationsAlvaro Herrera2013-01-172-1/+2
* Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas2013-01-172-3/+6
* Make GiST indexes on-disk compatible with 9.2 again.Heikki Linnakangas2013-01-173-13/+29
* Split out XLog reading as an independent facilityAlvaro Herrera2013-01-161-0/+116
* Rework order of checks in ALTER / SET SCHEMAAlvaro Herrera2013-01-153-7/+4
* Prevent very-low-probability PANIC during PREPARE TRANSACTION.Tom Lane2013-01-131-0/+2
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-134-9/+87
* Redesign the planner's handling of index-descent cost estimation.Tom Lane2013-01-112-1/+3
* Centralize single quote escaping in src/port/quotes.cMagnus Hagander2013-01-051-0/+3
* Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane2013-01-042-2/+24
* Tolerate timeline switches while "pg_basebackup -X fetch" is running.Heikki Linnakangas2013-01-031-1/+1
* Move tar function headers to pgtar.hMagnus Hagander2013-01-022-4/+15
* Make sure MaxBackends is always setAlvaro Herrera2013-01-021-0/+1
* Fix background workers for EXEC_BACKENDAlvaro Herrera2013-01-021-0/+9
* Update copyrights for 2013Bruce Momjian2013-01-01419-419/+419
* Unify some tar functionality across different partsMagnus Hagander2013-01-011-0/+4
* Keep timeline history files restored from archive in pg_xlog.Heikki Linnakangas2012-12-301-0/+1
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-2912-43/+44
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-281-14/+0
* Remove unused NextLogPage macroAlvaro Herrera2012-12-271-11/+0
* Update comments on rd_newRelfilenodeSubid.Simon Riggs2012-12-241-2/+11
* Fix more weird compiler messages causedSimon Riggs2012-12-242-3/+3
* Add function prototype from previous commit.Simon Riggs2012-12-241-1/+1
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-2316-52/+52
* Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane2012-12-231-1/+2
* Forgot to remove extern declaration of GetRecoveryTargetTLI()Heikki Linnakangas2012-12-211-1/+0
* Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas2012-12-201-2/+1
* Fix failure to ignore leftover temp tables after a server crash.Tom Lane2012-12-171-11/+6
* Provide Assert() for frontend code.Andrew Dunstan2012-12-141-0/+12