summaryrefslogtreecommitdiff
path: root/src/backend/tcop
Commit message (Expand)AuthorAgeFilesLines
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-4/+9
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-055-10/+10
* Make the COPY command return a command tag that includes the number ofTom Lane2006-03-031-2/+8
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-031-6/+2
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-281-5/+15
* Cleanup the usage of ScanDirection: use the symbolic names for theNeil Conway2006-02-211-5/+5
* Fix typo in comment.Neil Conway2006-02-171-3/+5
* Revert patch becaues of locking concerns:Bruce Momjian2006-02-121-2/+1
* Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAMEBruce Momjian2006-02-111-1/+2
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-181-1/+3
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-081-2/+5
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-051-138/+133
* Remove BEOS port.Bruce Momjian2006-01-051-2/+1
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-041-2/+14
* Prefix client-side prepare with '[protocol]' rather than '[client]'.Bruce Momjian2005-12-311-7/+7
* Rename send_rfq to send_ready_for_query.Bruce Momjian2005-12-301-8/+8
* Mmark client-side prepare/bind/execute statements with "[client]" soBruce Momjian2005-12-301-5/+5
* Defend against crash while processing Describe Statement or Describe PortalTom Lane2005-12-141-1/+50
* Fix EXPLAIN and EXECUTE commands to pass portal parameters through toTom Lane2005-11-291-4/+5
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-224-62/+62
* DROP DATABASE IF EXISTS variantAndrew Dunstan2005-11-221-2/+2
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-211-3/+20
* DROP objecttype IF EXISTS for the following objects:Andrew Dunstan2005-11-191-21/+57
* When in transaction-aborted state, reject Bind message for portals containingTom Lane2005-11-101-159/+159
* Fix a couple of missed None -> DestNone in comments.Tom Lane2005-11-031-4/+4
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-033-64/+64
* Postpone pg_timezone_initialize() until after creation of postmaster.pid,Tom Lane2005-10-201-1/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-155-518/+488
* Make stack_base_ptr non-static, for PL/Java.Bruce Momjian2005-10-131-2/+3
* Minor API cleanup for async notifications: we can only register theNeil Conway2005-10-061-3/+3
* Code cleanup for log_disconnections(). Patch from Qingqing Zhou,Neil Conway2005-10-051-42/+14
* Log protocol-excute fetch operatation as fetch, rather than execute,Bruce Momjian2005-09-261-4/+23
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-242-8/+4
* Suppress port number for unix domain sockets in log connect/disconnectBruce Momjian2005-09-221-4/+6
* Print proper cause of statement cancel, user interaction or timeout.Bruce Momjian2005-09-191-5/+12
* Update query cancel message:Bruce Momjian2005-09-161-2/+2
* Add log display label for unnamed server-side portals.Bruce Momjian2005-09-021-4/+7
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-111-3/+2
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-081-8/+1
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-011-3/+41
* Add per-user and per-database connection limit options.Tom Lane2005-07-311-1/+10
* Add time/date macros for code clarity:Bruce Momjian2005-07-211-5/+5
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-142-4/+4
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-102-8/+11
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-041-5/+5
* Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane2005-06-301-2/+2
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-291-12/+3
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-57/+38
* Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane2005-06-221-4/+5
* Fix the mechanism for reporting the original table OID and column numberTom Lane2005-06-222-20/+58