| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 31 | -62/+62 |
| * | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane | 2004-12-11 | 1 | -2/+137 |
| * | Rethink plpgsql's way of handling SPI execution during an exception block. | Tom Lane | 2004-11-16 | 1 | -1/+9 |
| * | Modify hash_create() to elog(ERROR) if an error occurs, rather than | Neil Conway | 2004-10-25 | 2 | -10/+2 |
| * | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane | 2004-10-20 | 1 | -8/+7 |
| * | More minor cosmetic improvements: | Neil Conway | 2004-10-13 | 1 | -4/+4 |
| * | Message style revisions | Peter Eisentraut | 2004-10-12 | 1 | -3/+3 |
| * | Fix typo in comment. | Neil Conway | 2004-10-11 | 1 | -2/+2 |
| * | Fix problems with SQL functions returning rowtypes that have dropped | Tom Lane | 2004-10-07 | 4 | -113/+424 |
| * | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane | 2004-09-30 | 1 | -18/+21 |
| * | ExecProcAppend() wasn't called ExecAppend() because the latter name was | Neil Conway | 2004-09-24 | 2 | -11/+9 |
| * | Arrange for hash join to skip scanning the outer relation if it detects | Tom Lane | 2004-09-22 | 2 | -10/+21 |
| * | Adjust ExecMakeTableFunctionResult to produce a single all-nulls row | Tom Lane | 2004-09-22 | 2 | -50/+78 |
| * | Hashed LEFT JOIN would miss outer tuples with no inner match if the join | Tom Lane | 2004-09-17 | 1 | -5/+7 |
| * | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane | 2004-09-16 | 1 | -3/+20 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -8/+7 |
| * | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 | 3 | -345/+457 |
| * | Renumber SnapshotNow and the other special snapshot codes so that | Tom Lane | 2004-09-11 | 2 | -4/+4 |
| * | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 | 2 | -4/+17 |
| * | Guard against transaction control statements in SQL functions. This | Tom Lane | 2004-09-06 | 1 | -1/+6 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 17 | -285/+305 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 32 | -64/+64 |
| * | Standardize on the assumption that the arguments of a RowExpr correspond | Tom Lane | 2004-08-17 | 1 | -14/+50 |
| * | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 | 3 | -55/+23 |
| * | Be more consistent about reporting SPI errors in the various PLs. | Tom Lane | 2004-07-31 | 1 | -1/+63 |
| * | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 | 1 | -17/+8 |
| * | For a SQL function declared to return a named composite type, make | Tom Lane | 2004-07-15 | 1 | -8/+27 |
| * | Test HAVING condition before computing targetlist of an Aggregate node. | Tom Lane | 2004-07-10 | 1 | -30/+34 |
| * | More paranoia in AtEOSubXact_SPI: don't assume we can safely use SPI_finish | Tom Lane | 2004-07-01 | 1 | -5/+16 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -50/+81 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 1 | -1/+2 |
| * | When using extended-query protocol, postpone planning of unnamed statements | Tom Lane | 2004-06-11 | 2 | -4/+4 |
| * | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane | 2004-06-09 | 1 | -48/+190 |
| * | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 | 3 | -29/+17 |
| * | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 | 1 | -3/+1 |
| * | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane | 2004-06-04 | 2 | -21/+39 |
| * | Some more de-FastList-ification. | Tom Lane | 2004-06-01 | 1 | -21/+16 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 13 | -64/+65 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 19 | -192/+202 |
| * | Refactor low-level aclcheck code to provide useful interfaces for multi-bit | Tom Lane | 2004-05-11 | 1 | -22/+7 |
| * | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 | 2 | -2/+121 |
| * | Tweak indexscan and seqscan code to arrange that steps from one page to | Tom Lane | 2004-04-21 | 3 | -6/+28 |
| * | Still another place to make the world safe for zero-column tables. | Tom Lane | 2004-04-07 | 1 | -7/+1 |
| * | check_sql_fn_retval has always thought that we supported doing | Tom Lane | 2004-04-02 | 1 | -26/+30 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 5 | -285/+270 |
| * | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane | 2004-03-24 | 1 | -1/+16 |
| * | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane | 2004-03-23 | 1 | -1/+3 |
| * | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 | 2 | -54/+154 |
| * | Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END | Tom Lane | 2004-03-17 | 2 | -4/+53 |
| * | Document SPI_push() and SPI_pop(). | Bruce Momjian | 2004-03-17 | 1 | -1/+3 |