summaryrefslogtreecommitdiff
path: root/src/backend/tcop
Commit message (Expand)AuthorAgeFilesLines
* 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
* Have SELECT and CREATE TABLE AS queries return a row count. While thisBruce Momjian2010-02-161-23/+23
* Clarify documentation on the behavior of unnamed bind queries.Bruce Momjian2010-02-161-2/+2
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-142-8/+4
* Improve C comment about why we return "0 0" for some tags.Bruce Momjian2010-02-131-4/+9
* Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs2010-02-131-1/+15
* Avoid performing encoding conversion on command tag strings during EndCommand.Tom Lane2010-01-301-3/+7
* Fix command tag for ALTER LARGE OBJECT.Itagaki Takahiro2010-01-291-2/+2
* Add explanatory detail to Hot Standby cancelation error messagesSimon Riggs2010-01-231-5/+46
* In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs2010-01-231-1/+13
* Add missing flag reset to ensure subsequent manual cancelation gives correct ...Simon Riggs2010-01-211-1/+2
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-171-3/+3
* Remove unnecessary, inconsistent flag resets in ProcessInterrupts.Tom Lane2010-01-171-9/+1
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-161-55/+146
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-151-1/+2
* Introduce Streaming Replication.Heikki Linnakangas2010-01-151-28/+38
* Fix (some of the) breakage introduced into query-cancel processing by HS.Tom Lane2010-01-071-37/+60
* Preserve relfilenodes:Bruce Momjian2010-01-061-7/+3
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-051-1/+14
* Update copyright for the year 2010.Bruce Momjian2010-01-025-10/+10
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-192-5/+82
* Don't unblock SIGQUIT in the SIGQUIT handlerPeter Eisentraut2009-12-161-1/+2
* If there is no sigdelset(), define it as a macro.Peter Eisentraut2009-12-161-5/+1
* Add a hook to let loadable modules get control at ProcessUtility execution,Tom Lane2009-12-151-1/+26
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-152-13/+7
* Add large object access control.Itagaki Takahiro2009-12-111-1/+4
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-091-1/+27
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-071-1/+2
* Revert due to Tom's concerns:Bruce Momjian2009-12-011-22/+1
* ProcessUtility_hook:Bruce Momjian2009-12-011-1/+22
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-201-2/+2
* Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane2009-11-161-2/+2
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-041-1/+52
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-261-2/+4
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-101-6/+6
* Remove very ancient tuple-counting infrastructure (IncrRetrieved() andTom Lane2009-10-081-2/+1
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-051-1/+14
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-221-1/+13
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-011-8/+1
* Move processing of startup-packet switches and GUC settings into InitPostgres,Tom Lane2009-09-011-76/+9
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-291-220/+245
* Remove useless code that propagated FrontendProtocol to a backend via aTom Lane2009-08-281-1/+8
* Create a multiplexing structure for signals to Postgres child processes.Tom Lane2009-07-311-3/+4
* Support deferrable uniqueness constraints.Tom Lane2009-07-291-2/+4
* Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.Tom Lane2009-07-281-2/+3
* Extend EXPLAIN to allow generic options to be specified.Tom Lane2009-07-261-2/+12
* Make backend header files C++ safePeter Eisentraut2009-07-161-6/+6
* Fix a few errors in comments. Patch by Fujii Masao, plus the one inHeikki Linnakangas2009-06-181-4/+4