summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
AgeCommit message (Expand)Author
2003-09-07Update this branch to match CVS head, includes WIN32 improvements.Bruce Momjian
2003-08-13Move MemoryContextCheck() call from bottom of PostgresMain loop toTom Lane
2003-08-12Marginal hacks to move some processing out of the per-client-messageTom Lane
2003-08-12Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)Tom Lane
2003-08-06Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane
2003-08-04Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-29Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane
2003-07-27elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane
2003-07-22Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane
2003-07-09Add new USERLIMIT GUC source level so certain options can be disabledBruce Momjian
2003-07-04Add --help-config facility to dump information about GUC parametersTom Lane
2003-06-20Fix for extended-query protocol: in event of error, backend was issuingTom Lane
2003-06-11Add log_min_duration_statement.Bruce Momjian
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2003-05-14Fix oversight: ignore-till-SYNC state should not ignore EOF ...Tom Lane
2003-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-05-12Avoid unnecessary copying of parameter values in BIND. This allowsTom Lane
2003-05-09Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCallTom Lane
2003-05-09Pass canAcceptConnections to exec'ed backend, for Jan.Bruce Momjian
2003-05-08Update 3.0 protocol support to match recent agreements about how toTom Lane
2003-05-08Pass shared memory address on command line to exec'ed backend.Bruce Momjian
2003-05-06Pass shared memory id and socket descriptor number on command line forBruce Momjian
2003-05-06Add display of eventual result RowDescription (if any) to the outputTom Lane
2003-05-06Restructure command destination handling so that we pass aroundTom Lane
2003-05-06Rename internal variables DBName|dbName to dbname, for consistency.Bruce Momjian
2003-05-06Comment out some of the conditional tests until we have exec().Bruce Momjian
2003-05-06Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane
2003-05-05Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane
2003-05-03Cleanup patch for exec() handling.Bruce Momjian
2003-05-03Handle clog structure in shared memory in exec() case, for Win32.Bruce Momjian
2003-05-02Back out last commit --- wrong patch.Bruce Momjian
2003-05-02Dump/read non-default GUC values for use by exec'ed backends, for Win32.Bruce Momjian
2003-05-02Portal and memory management infrastructure for extended query protocol.Tom Lane
2003-04-29Infrastructure for deducing Param types from context, in the same wayTom Lane
2003-04-27Put back encoding-conversion step in processing of incoming queries;Tom Lane
2003-04-24Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane
2003-04-22Another round of protocol changes. Backend-to-frontend messages now allTom Lane
2003-04-19Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane
2003-04-17First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane
2003-03-24Prevent multiple queries in a single string into a single transactionBruce Momjian
2003-03-22Fix comment-only query to return Null result set, rather than nothing.Bruce Momjian
2003-03-20Todo items:Bruce Momjian
2003-03-10Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane
2003-03-06Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cacheTom Lane
2003-02-10Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane
2003-01-01fastpath code neglected to check whether user has privileges to call theTom Lane
2002-12-06Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian
2002-12-06Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian