| Age | Commit message (Expand) | Author |
| 2005-03-31 | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane |
| 2005-03-31 | Minor code cleanup: ExecHash() was returning a null TupleTableSlot, and an | Neil Conway |
| 2005-03-29 | Add SPI_getnspname(), including documentation. | Neil Conway |
| 2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
| 2005-03-25 | Improve EXPLAIN ANALYZE to show the time spent in each trigger when | Tom Lane |
| 2005-03-22 | Use InitFunctionCallInfoData() macro instead of MemSet in performance | Tom Lane |
| 2005-03-21 | Convert index-related tuple handling routines from char 'n'/' ' to bool | Tom Lane |
| 2005-03-20 | Change the return value of HeapTupleSatisfiesUpdate() to be an enum, | Neil Conway |
| 2005-03-20 | On Windows, use QueryPerformanceCounter instead of gettimeofday for | Tom Lane |
| 2005-03-17 | Update obsolete comment. | Tom Lane |
| 2005-03-16 | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane |
| 2005-03-14 | Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of | Tom Lane |
| 2005-03-13 | Forgot that I had intended to replace division by masking in hash calculation. | Tom Lane |
| 2005-03-12 | Adjust the API for aggregate function calls so that a C-coded function | Tom Lane |
| 2005-03-10 | Make the behavior of HAVING without GROUP BY conform to the SQL spec. | Tom Lane |
| 2005-03-06 | Revise hash join code so that we can increase the number of batches | Tom Lane |
| 2005-02-10 | Fix SPI cursor support to allow scanning the results of utility commands | Tom Lane |
| 2005-01-28 | Improve planner's estimation of the space needed for HashAgg plans: | Tom Lane |
| 2005-01-27 | Check that aggregate creator has the right to execute the transition | Tom Lane |
| 2005-01-27 | Provide a more descriptive error message when the return type of an SRF | Neil Conway |
| 2005-01-14 | Update obsolete comment, per Alvaro. | Tom Lane |
| 2005-01-01 | Update copyrights that were missed. | Bruce Momjian |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-12-11 | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane |
| 2004-11-16 | Rethink plpgsql's way of handling SPI execution during an exception block. | Tom Lane |
| 2004-10-25 | Modify hash_create() to elog(ERROR) if an error occurs, rather than | Neil Conway |
| 2004-10-20 | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane |
| 2004-10-13 | More minor cosmetic improvements: | Neil Conway |
| 2004-10-12 | Message style revisions | Peter Eisentraut |
| 2004-10-11 | Fix typo in comment. | Neil Conway |
| 2004-10-07 | Fix problems with SQL functions returning rowtypes that have dropped | Tom Lane |
| 2004-09-30 | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane |
| 2004-09-24 | ExecProcAppend() wasn't called ExecAppend() because the latter name was | Neil Conway |
| 2004-09-22 | Arrange for hash join to skip scanning the outer relation if it detects | Tom Lane |
| 2004-09-22 | Adjust ExecMakeTableFunctionResult to produce a single all-nulls row | Tom Lane |
| 2004-09-17 | Hashed LEFT JOIN would miss outer tuples with no inner match if the join | Tom Lane |
| 2004-09-16 | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane |
| 2004-09-16 | Restructure subtransaction handling to reduce resource consumption, | Tom Lane |
| 2004-09-13 | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane |
| 2004-09-11 | Renumber SnapshotNow and the other special snapshot codes so that | Tom Lane |
| 2004-09-10 | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane |
| 2004-09-06 | Guard against transaction control statements in SQL functions. This | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-17 | Standardize on the assumption that the arguments of a RowExpr correspond | Tom Lane |
| 2004-08-02 | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane |
| 2004-07-31 | Be more consistent about reporting SPI errors in the various PLs. | Tom Lane |
| 2004-07-27 | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane |
| 2004-07-15 | For a SQL function declared to return a named composite type, make | Tom Lane |
| 2004-07-10 | Test HAVING condition before computing targetlist of an Aggregate node. | Tom Lane |