| Commit message (Expand) | Author | Age |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Fix an oversight in the support for storing/retrieving "minimal tuples" in | Tom Lane | 2009-03-30 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 |
* | Extend ExecMakeFunctionResult() to support set-returning functions that return | Tom Lane | 2008-10-28 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Convert hash join code to use MinimalTuple format in tuple hash table | Tom Lane | 2006-06-27 |
* | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane | 2006-06-27 |
* | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 |
* | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Fix a couple of lingering references to POSTQUEL query syntax, per Simon. | Tom Lane | 2005-12-07 |
* | Improve ExecStoreTuple to be smarter about replacing the contents of | Tom Lane | 2005-11-25 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 |
* | Update obsolete comment. | Tom Lane | 2005-03-17 |
* | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane | 2005-03-16 |
* | Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of | Tom Lane | 2005-03-14 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | This patch refactors execTuples.c in two ways. | Bruce Momjian | 2003-12-01 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | I discovered that TupleDescGetAttInMetadata and BuildTupleFromCStrings | Bruce Momjian | 2003-09-29 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Rename fields of DestReceiver to avoid collisions with (ill-considered) | Tom Lane | 2003-08-06 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/executor. | Tom Lane | 2003-07-21 |
* | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 |
* | Restructure command destination handling so that we pass around | Tom Lane | 2003-05-06 |
* | Implement feature of new FE/BE protocol whereby RowDescription identifies | Tom Lane | 2003-05-06 |
* | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 |
* | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 |
* | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane | 2002-12-05 |
* | Make the world at least somewhat safe for zero-column tables, and | Tom Lane | 2002-09-28 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |