summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway2010-09-111-2/+2
* Correct sundry errors in Hot Standby-related comments.Robert Haas2010-08-121-2/+2
* pgindent run for 9.0, second runBruce Momjian2010-07-061-3/+3
* 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-261-118/+125
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-161-2/+4
* Clarify documentation on the behavior of unnamed bind queries.Bruce Momjian2010-02-161-2/+2
* Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs2010-02-131-1/+15
* 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
* 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
* 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
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-3/+53
* 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 an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-151-7/+1
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-041-1/+52
* Remove very ancient tuple-counting infrastructure (IncrRetrieved() andTom Lane2009-10-081-2/+1
* 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
* Fix a few errors in comments. Patch by Fujii Masao, plus the one inHeikki Linnakangas2009-06-181-4/+4
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Fix all the server-side SIGQUIT handlers (grumble ... why so many identicalTom Lane2009-05-151-7/+15
* Update comment associated with 'debug_query_string'.Bruce Momjian2009-01-071-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Fix an oversight in my patch of a couple weeks ago that ensured a snapshotTom Lane2009-01-011-6/+12
* Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's uselessTom Lane2008-12-131-26/+6
* Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane2008-12-131-5/+52
* Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas2008-12-091-19/+2
* Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas2008-12-091-2/+19
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-301-3/+7
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-301-9/+1
* Cause the output from debug_print_parse, debug_print_rewritten, andTom Lane2008-08-191-7/+7
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-011-2/+20
* Adjust things so that the query_string of a cached plan and the sourceText ofTom Lane2008-07-181-18/+14
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-151-2/+2
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-121-34/+22
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Revert addition of pg_terminate_backend() because of race conditions.Bruce Momjian2008-04-151-10/+2
* Add pg_terminate_backend() to allow terminating only a single session.Bruce Momjian2008-04-151-2/+10