aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
Commit message (Expand)AuthorAge
...
* Add display of eventual result RowDescription (if any) to the outputTom 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
* 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
* 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
* Todo items:Bruce Momjian2003-03-20
* 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
* Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane2003-02-10
* fastpath code neglected to check whether user has privileges to call theTom Lane2003-01-01
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-06
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-06
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-06
* Most of the code follows the American spelling of the word, which isBruce Momjian2002-11-19
* Rename:Bruce Momjian2002-11-15
* Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian2002-11-14
* Code review for statement_timeout patch. Fix some race conditionsTom Lane2002-10-31
* Fix some places that were unportably assuming struct timeval's tv_secTom Lane2002-10-24
* Invert logic in pg_exec_query_string() so that we set a snapshot forTom Lane2002-10-19
* Improve formatting of --help output.Peter Eisentraut2002-10-18
* Make SPI's execution of querystrings follow the rules agreed to forTom Lane2002-10-14
* Adjust handling of command status strings in the presence of rules,Tom Lane2002-10-14
* Make SET really not start a transaction.Tom Lane2002-10-13
* Have SET not start transaction when autocommit off, with doc updates.Bruce Momjian2002-10-09
* Move responsibility for setting QuerySnapshot for utility statementsTom Lane2002-10-08
* Clarify comment.Bruce Momjian2002-10-06
* Have -d5 -d0 not affect the extra variables set with -d5.Bruce Momjian2002-09-27
* Make postgres -d0 set server_min_messages to notice. Reset doesn't workBruce Momjian2002-09-27
* Pass postmaster -d down to the postgres backend to trigger special -dBruce Momjian2002-09-26
* Remove ShutdownBufferPoolAccess exit callback, and do the work inTom Lane2002-09-25
* > I'm not sure why NDirectFileRead/NDirectFileWrite are unused at theBruce Momjian2002-09-20
* Fix for rare race-condition-like failure: if a backend receives SIGUSR2Tom Lane2002-09-16
* pgindent run.Bruce Momjian2002-09-04
* Remove documentation that says debug_query_string is only used byBruce Momjian2002-09-02
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Add log_duration to GUC/postgresql.conf.Bruce Momjian2002-09-01