summaryrefslogtreecommitdiff
path: root/src/backend/tcop
Commit message (Expand)AuthorAgeFilesLines
* Back-patch assorted latch-related fixes.Tom Lane2011-08-101-6/+8
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-161-1/+1
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-07-021-1/+1
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-251-16/+2
* Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian2011-04-251-1/+6
* On IA64 architecture, we check the depth of the register stack in additionHeikki Linnakangas2011-04-131-1/+7
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-121-1/+5
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-103-18/+18
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-11/+17
* Fix various possible problems with synchronous replication.Robert Haas2011-03-171-0/+6
* Run a portal's cleanup hook immediately when pushing it to DONE state.Tom Lane2011-03-031-1/+1
* Rearrange snapshot handling to make rule expansion more consistent.Tom Lane2011-02-282-52/+41
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-271-17/+3
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-252-10/+28
* DDL support for collationsPeter Eisentraut2011-02-121-0/+18
* Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane2011-02-111-0/+10
* Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane2011-02-101-5/+5
* Implement "ALTER EXTENSION ADD object".Tom Lane2011-02-091-226/+131
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-081-0/+24
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-081-0/+4
* Re-classify ERRCODE_DATABASE_DROPPED to 57P04Simon Riggs2011-02-011-1/+1
* Create new errcode for recovery conflict caused by db drop on master.Simon Riggs2011-02-011-1/+3
* Don't include <asm/ia64regs.h> unnecessarily.Tom Lane2011-01-271-0/+2
* Add views and functions to monitor hot standby query conflictsMagnus Hagander2011-01-031-0/+7
* Basic foreign table support.Robert Haas2011-01-011-0/+47
* Stamp copyrights for year 2011.Bruce Momjian2011-01-015-5/+5
* set_ps_display when calling functions via fastpathAlvaro Herrera2010-12-171-1/+2
* Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane2010-12-161-3/+2
* Fix up getopt() reset management so it works on recent mingw.Tom Lane2010-12-151-2/+3
* Add more ALTER <object> .. SET SCHEMA commands.Robert Haas2010-11-261-0/+12
* Add support for detecting register-stack overrun on IA64.Tom Lane2010-11-061-0/+61
* Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.Tom Lane2010-11-061-4/+8
* Include the current value of max_stack_depth in stack depth complaints.Tom Lane2010-11-041-2/+3
* Allow new values to be added to an existing enum type.Tom Lane2010-10-241-0/+19
* Add a SECURITY LABEL command.Robert Haas2010-09-271-0/+14
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-261-0/+4
* Remove cvs keywords from all files.Magnus Hagander2010-09-206-6/+6
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-112-5/+5
* In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().Tom Lane2010-09-031-12/+1
* Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane2010-08-181-2/+3
* Correct sundry errors in Hot Standby-related comments.Robert Haas2010-08-121-2/+2
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-251-1/+8
* pgindent run for 9.0, second runBruce Momjian2010-07-062-5/+5
* stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas2010-06-301-1/+12
* Give most recovery conflict errors a retryable error code. From recentSimon Riggs2010-05-121-3/+18
* Move the responsibility for calling StartupXLOG into InitPostgres, forTom Lane2010-04-201-15/+5
* Message tuningPeter Eisentraut2010-03-211-2/+2
* pgindent run for 9.0Bruce Momjian2010-02-264-150/+159
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-201-25/+52
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-162-8/+10