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