aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop
Commit message (Expand)AuthorAge
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* Fix segmentation fault that an empty prepared statement could cause.Fujii Masao2014-09-05
* Set the process latch when processing recovery conflict interrupts.Andres Freund2014-06-03
* Fix failure to set ActiveSnapshot while rewinding a cursor.Tom Lane2014-05-07
* Remove tabs after spaces in C commentsBruce Momjian2014-05-06
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-11
* Ignore interrupts during quickdie().Noah Misch2013-09-11
* Only install a portal's ResourceOwner if it actually has one.Tom Lane2013-06-13
* Fix insecure parsing of server command-line switches.Tom Lane2013-04-01
* Say ANALYZE, not VACUUM, in error message on analyze in hot standby.Heikki Linnakangas2012-10-08
* set_stack_base() no longer needs to be called in PostgresMain.Heikki Linnakangas2012-04-08
* Do stack-depth checking in all postmaster children.Heikki Linnakangas2012-04-08
* Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane2012-02-15
* Back-patch assorted latch-related fixes.Tom Lane2011-08-10
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-16
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-07-02
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-25
* Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian2011-04-25
* On IA64 architecture, we check the depth of the register stack in additionHeikki Linnakangas2011-04-13
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Fix various possible problems with synchronous replication.Robert Haas2011-03-17
* Run a portal's cleanup hook immediately when pushing it to DONE state.Tom Lane2011-03-03
* Rearrange snapshot handling to make rule expansion more consistent.Tom Lane2011-02-28
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* DDL support for collationsPeter Eisentraut2011-02-12
* Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane2011-02-11
* Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane2011-02-10
* Implement "ALTER EXTENSION ADD object".Tom Lane2011-02-09
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Re-classify ERRCODE_DATABASE_DROPPED to 57P04Simon Riggs2011-02-01
* Create new errcode for recovery conflict caused by db drop on master.Simon Riggs2011-02-01
* Don't include <asm/ia64regs.h> unnecessarily.Tom Lane2011-01-27
* Add views and functions to monitor hot standby query conflictsMagnus Hagander2011-01-03
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* set_ps_display when calling functions via fastpathAlvaro Herrera2010-12-17
* Remove optreset from src/port/ implementations of getopt and getopt_long.Tom Lane2010-12-16
* Fix up getopt() reset management so it works on recent mingw.Tom Lane2010-12-15
* Add more ALTER <object> .. SET SCHEMA commands.Robert Haas2010-11-26
* Add support for detecting register-stack overrun on IA64.Tom Lane2010-11-06
* Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.Tom Lane2010-11-06
* Include the current value of max_stack_depth in stack depth complaints.Tom Lane2010-11-04
* Allow new values to be added to an existing enum type.Tom Lane2010-10-24
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-26