aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop
Commit message (Expand)AuthorAge
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas2010-06-30
* Give most recovery conflict errors a retryable error code. From recentSimon Riggs2010-05-12
* Move the responsibility for calling StartupXLOG into InitPostgres, forTom Lane2010-04-20
* Message tuningPeter Eisentraut2010-03-21
* pgindent run for 9.0Bruce Momjian2010-02-26
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-20
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Have SELECT and CREATE TABLE AS queries return a row count. While thisBruce Momjian2010-02-16
* Clarify documentation on the behavior of unnamed bind queries.Bruce Momjian2010-02-16
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Improve C comment about why we return "0 0" for some tags.Bruce Momjian2010-02-13
* Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs2010-02-13
* Avoid performing encoding conversion on command tag strings during EndCommand.Tom Lane2010-01-30
* Fix command tag for ALTER LARGE OBJECT.Itagaki Takahiro2010-01-29
* Add explanatory detail to Hot Standby cancelation error messagesSimon Riggs2010-01-23
* In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs2010-01-23
* Add missing flag reset to ensure subsequent manual cancelation gives correct ...Simon Riggs2010-01-21
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-17
* Remove unnecessary, inconsistent flag resets in ProcessInterrupts.Tom Lane2010-01-17
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-16
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-15
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Fix (some of the) breakage introduced into query-cancel processing by HS.Tom Lane2010-01-07
* Preserve relfilenodes:Bruce Momjian2010-01-06
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Don't unblock SIGQUIT in the SIGQUIT handlerPeter Eisentraut2009-12-16
* If there is no sigdelset(), define it as a macro.Peter Eisentraut2009-12-16
* Add a hook to let loadable modules get control at ProcessUtility execution,Tom Lane2009-12-15
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-15
* Add large object access control.Itagaki Takahiro2009-12-11
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Revert due to Tom's concerns:Bruce Momjian2009-12-01
* ProcessUtility_hook:Bruce Momjian2009-12-01
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-20
* Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane2009-11-16
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-04
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10
* Remove very ancient tuple-counting infrastructure (IncrRetrieved() andTom Lane2009-10-08
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-22
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-01
* Move processing of startup-packet switches and GUC settings into InitPostgres,Tom Lane2009-09-01
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-29
* Remove useless code that propagated FrontendProtocol to a backend via aTom Lane2009-08-28
* Create a multiplexing structure for signals to Postgres child processes.Tom Lane2009-07-31