aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop
Commit message (Expand)AuthorAge
* Add log_min_duration_statement.Bruce Momjian2003-06-11
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Fix oversight: ignore-till-SYNC state should not ignore EOF ...Tom Lane2003-05-14
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* Avoid unnecessary copying of parameter values in BIND. This allowsTom Lane2003-05-12
* Now that fastpath protocol allows null arguments to be passed,Tom Lane2003-05-09
* Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane2003-05-09
* Pass canAcceptConnections to exec'ed backend, for Jan.Bruce Momjian2003-05-09
* Update 3.0 protocol support to match recent agreements about how toTom Lane2003-05-08
* Pass shared memory address on command line to exec'ed backend.Bruce Momjian2003-05-08
* Pass shared memory id and socket descriptor number on command line forBruce Momjian2003-05-06
* Add display of eventual result RowDescription (if any) to the outputTom Lane2003-05-06
* Ensure that an Execute operation can't send tuples in cases whereTom Lane2003-05-06
* Restructure command destination handling so that we pass aroundTom Lane2003-05-06
* Rename internal variables DBName|dbName to dbname, for consistency.Bruce Momjian2003-05-06
* Comment out some of the conditional tests until we have exec().Bruce Momjian2003-05-06
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-06
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-05
* Cleanup patch for exec() handling.Bruce Momjian2003-05-03
* Handle clog structure in shared memory in exec() case, for Win32.Bruce Momjian2003-05-03
* Back out last commit --- wrong patch.Bruce Momjian2003-05-02
* Dump/read non-default GUC values for use by exec'ed backends, for Win32.Bruce Momjian2003-05-02
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Infrastructure for deducing Param types from context, in the same wayTom Lane2003-04-29
* Put back encoding-conversion step in processing of incoming queries;Tom Lane2003-04-27
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-26
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-24
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-22
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-19
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-17
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* Prevent multiple queries in a single string into a single transactionBruce Momjian2003-03-24
* Fix comment-only query to return Null result set, rather than nothing.Bruce Momjian2003-03-22
* Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian2003-03-20
* Todo items:Bruce Momjian2003-03-20
* Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane2003-03-11
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cacheTom Lane2003-03-06
* Allow PQcmdTuples to return row counts for MOVE and FETCH.Bruce Momjian2003-02-19
* Code for WITHOUT OIDS.Bruce Momjian2003-02-13
* Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane2003-02-10
* Get rid of last few unadorned 'permission denied' messages.Tom Lane2003-01-27
* Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTOTom Lane2003-01-21
* Read-only transactions, as defined in SQL.Peter Eisentraut2003-01-10
* Move new typedef AclId into c.h, so as to avoid cluttering namespaceTom Lane2003-01-09
* SendFunctionResult should take care to detoast varlena results.Tom Lane2003-01-07
* ALTER DOMAIN OWNER, from Rod Taylor.Tom Lane2003-01-06
* fastpath code neglected to check whether user has privileges to call theTom Lane2003-01-01
* Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane2002-12-30