aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop
Commit message (Expand)AuthorAge
* stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas2010-06-30
* Avoid performing encoding conversion on command tag strings during EndCommand.Tom Lane2010-01-30
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Fix a few errors in comments. Patch by Fujii Masao, plus the one inHeikki Linnakangas2009-06-18
* Revisit AlterTableCreateToastTable's API once again, hoping to make it whatTom Lane2009-06-11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix all the server-side SIGQUIT handlers (grumble ... why so many identicalTom Lane2009-05-15
* Add an option to AlterTableCreateToastTable() to allow its caller to forceTom Lane2009-05-07
* Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane2009-03-27
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-02
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Update comment associated with 'debug_query_string'.Bruce Momjian2009-01-07
* Include a pointer to the query's source text in QueryDesc structs. This isTom Lane2009-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix an oversight in my patch of a couple weeks ago that ensured a snapshotTom Lane2009-01-01
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's uselessTom Lane2008-12-13
* Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane2008-12-13
* Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas2008-12-09
* Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas2008-12-09
* Default values for function argumentsPeter Eisentraut2008-12-04
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-01
* Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane2008-11-30
* Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane2008-11-19
* Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at leastTom Lane2008-11-07
* Disallow LOCK TABLE outside a transaction block (or function), since this caseTom Lane2008-11-04
* Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane2008-10-31
* Fix omission of DiscardStmt in GetCommandLogLevel, per report from HubertTom Lane2008-10-10
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* Fix the raw-parsetree representation of star (as in SELECT * FROM orTom Lane2008-08-30
* Cause the output from debug_print_parse, debug_print_rewritten, andTom Lane2008-08-19
* Have autovacuum consider processing TOAST tables separately from theirAlvaro Herrera2008-08-13
* Add a few more DTrace probes to the backend.Alvaro Herrera2008-08-01
* Adjust things so that the query_string of a cached plan and the sourceText ofTom Lane2008-07-18
* Rearrange ALTER TABLE syntax processing as per my recent proposal: theTom Lane2008-06-15
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-14
* Modify vacuum() to accept a single relation OID instead of a list (which weAlvaro Herrera2008-06-05
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-15
* Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera2008-05-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Revert addition of pg_terminate_backend() because of race conditions.Bruce Momjian2008-04-15
* Add pg_terminate_backend() to allow terminating only a single session.Bruce Momjian2008-04-15
* Revert my bad decision of about a year ago to make PortalDefineQueryTom Lane2008-04-02
* Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files.Alvaro Herrera2008-03-26
* Separate snapshot management code from tuple visibility code, create aAlvaro Herrera2008-03-26
* Support ALTER TYPE RENAME. Petr JelinekTom Lane2008-03-19
* Fix vacuum so that autovacuum is really not cancelled when doing an emergencyAlvaro Herrera2008-03-14
* Fix pg_plan_queries() to restore the previous setting of ActiveSnapshotTom Lane2008-03-12
* Implement enum type for guc parameters, and convert a couple of existingMagnus Hagander2008-03-10