]> granicus.if.org Git - postgresql/history - src/backend/tcop
Message editing: remove gratuitous variations in message wording, standardize
[postgresql] / src / backend / tcop /
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-09-14 Tom LaneReconsider placement of MemoryContextCheck() call ...
2003-09-09 Peter EisentrautSome "feature not supported" errors are better syntax...
2003-09-02 Tom LaneCause standalone backend (including bootstrap case...
2003-08-26 Tom LaneMop-up for previous change to determine default shared_...
2003-08-13 Tom LaneMove MemoryContextCheck() call from bottom of PostgresM...
2003-08-12 Tom LaneMarginal hacks to move some processing out of the per...
2003-08-12 Tom LaneChange some frequently-reached elog(DEBUG...) calls...
2003-08-06 Tom LaneRename fields of DestReceiver to avoid collisions with...
2003-08-04 Tom LaneRemove --enable-recode feature, since it's been broken...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneFix inconsistent static-vs-not-static declarations.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-29 Tom LaneApply (a somewhat revised version of) Greg Mullane...
2003-07-27 Tom Laneelog mop-up: bring some straggling fprintf(stderr)...
2003-07-22 Tom LaneError message editing in backend/libpq, backend/postmas...
2003-07-09 Bruce MomjianAdd new USERLIMIT GUC source level so certain options...
2003-07-04 Tom LaneAdd --help-config facility to dump information about...
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-06-20 Tom LaneFix for extended-query protocol: in event of error...
2003-06-11 Bruce MomjianAdd log_min_duration_statement.
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-05-14 Tom LaneFix oversight: ignore-till-SYNC state should not ignore...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-05-12 Tom LaneAvoid unnecessary copying of parameter values in BIND...
2003-05-09 Tom LaneNow that fastpath protocol allows null arguments to...
2003-05-09 Tom LaneImplement new-protocol binary I/O support in DataRow...
2003-05-09 Bruce MomjianPass canAcceptConnections to exec'ed backend, for Jan.
2003-05-08 Tom LaneUpdate 3.0 protocol support to match recent agreements...
2003-05-08 Bruce MomjianPass shared memory address on command line to exec...
2003-05-06 Bruce MomjianPass shared memory id and socket descriptor number...
2003-05-06 Tom LaneAdd display of eventual result RowDescription (if any...
2003-05-06 Tom LaneEnsure that an Execute operation can't send tuples...
2003-05-06 Tom LaneRestructure command destination handling so that we...
2003-05-06 Bruce MomjianRename internal variables DBName|dbName to dbname,...
2003-05-06 Bruce MomjianComment out some of the conditional tests until we...
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-05-05 Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-05-03 Bruce MomjianCleanup patch for exec() handling.
2003-05-03 Bruce MomjianHandle clog structure in shared memory in exec() case...
2003-05-02 Bruce MomjianBack out last commit --- wrong patch.
2003-05-02 Bruce MomjianDump/read non-default GUC values for use by exec'ed...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-27 Tom LanePut back encoding-conversion step in processing of...
2003-04-26 Tom LaneAdd transaction status field to ReadyForQuery messages...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-04-17 Tom LaneFirst phase of FE/BE protocol modifications: new Startu...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-24 Bruce MomjianPrevent multiple queries in a single string into a...
2003-03-22 Bruce MomjianFix comment-only query to return Null result set, rathe...
2003-03-20 Bruce MomjianAdd ALTER TABLE <tablename> CLUSTER ON <indexname>
2003-03-20 Bruce MomjianTodo items:
2003-03-11 Tom LaneImplement SQL92-compatible FIRST, LAST, ABSOLUTE n...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-03-06 Tom LaneAdd code to dump contents of free space map into $PGDAT...
2003-02-19 Bruce MomjianAllow PQcmdTuples to return row counts for MOVE and...
2003-02-13 Bruce MomjianCode for WITHOUT OIDS.
2003-02-10 Tom LaneGet rid of last few vestiges of parsetree dependency...
2003-01-27 Tom LaneGet rid of last few unadorned 'permission denied' messages.
2003-01-21 Tom LaneFix coredump problem in plpgsql's RETURN NEXT. When...
2003-01-10 Peter EisentrautRead-only transactions, as defined in SQL.
2003-01-09 Tom LaneMove new typedef AclId into c.h, so as to avoid clutter...
2003-01-07 Tom LaneSendFunctionResult should take care to detoast varlena...
2003-01-06 Tom LaneALTER DOMAIN OWNER, from Rod Taylor.
2003-01-01 Tom Lanefastpath code neglected to check whether user has privi...
2002-12-30 Tom LaneCode review for CLUSTER ALL patch. Fix bogus locking...
2002-12-30 Bruce MomjianCause FETCH 1 to return the current cursor row, or...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-06 Bruce MomjianRe-addd Rod's ALTER DOMAIN patch.
2002-12-06 Bruce MomjianBack out ALTER DOMAIN patch until missing file appears.
2002-12-06 Bruce MomjianALTER DOMAIN .. SET / DROP NOT NULL
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-19 Bruce MomjianMost of the code follows the American spelling of the...
2002-11-18 Tom LanePut back error test for DECLARE CURSOR outside a transa...
2002-11-15 Bruce MomjianNew version attached. The following is implemented:
2002-11-15 Bruce MomjianRename:
2002-11-14 Bruce MomjianRename server_min_messages to log_min_messages. Part...
2002-11-13 Bruce MomjianMake MOVE/FETCH 0 actually move/fetch 0. Add MOVE...
2002-10-31 Tom LaneCode review for statement_timeout patch. Fix some...
2002-10-24 Tom LaneFix some places that were unportably assuming struct...
2002-10-21 Bruce MomjianFix ALTER TABLE ... ADD COLUMN for inheritance cases.
2002-10-19 Tom LaneInvert logic in pg_exec_query_string() so that we set...
2002-10-18 Peter EisentrautImprove formatting of --help output.
2002-10-14 Tom LaneMake SPI's execution of querystrings follow the rules...
2002-10-14 Tom LaneAdjust handling of command status strings in the presen...
2002-10-13 Tom LaneMake SET really not start a transaction.
2002-10-09 Bruce MomjianHave SET not start transaction when autocommit off...
2002-10-08 Tom LaneMove responsibility for setting QuerySnapshot for utili...
2002-10-06 Bruce MomjianClarify comment.
2002-09-27 Bruce MomjianHave -d5 -d0 not affect the extra variables set with...
2002-09-27 Bruce MomjianMake postgres -d0 set server_min_messages to notice...
2002-09-26 Tom LaneEnsure that before truncating CLOG, we force a checkpoi...
2002-09-26 Bruce MomjianPass postmaster -d down to the postgres backend to...
2002-09-25 Tom LaneRemove ShutdownBufferPoolAccess exit callback, and...
next