| Age | Commit message (Expand) | Author |
| 2003-09-23 | _SPI_cursor_operation forgot to check for failure return from | Tom Lane |
| 2003-06-12 | Fix SQL function executor for case where last command of a function is | Tom Lane |
| 2003-03-27 | GetTupleForTrigger must use outer transaction's command counter for time | Tom Lane |
| 2003-02-14 | Fix SPI result logic for case where there are multiple statements of the | Tom Lane |
| 2003-02-02 | Fix nodeUnique to behave correctly when reversing direction after reaching | Tom Lane |
| 2003-01-29 | SPI_exec shouldn't return SPI_OK_SELECT if it hasn't actually returned | Tom Lane |
| 2003-01-23 | Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs, | Tom Lane |
| 2003-01-21 | Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO | Tom Lane |
| 2002-12-29 | Adjust hash table sizing algorithm to avoid integer overflow in | Tom Lane |
| 2002-11-02 | Clean up a few fprintf(stderr)'s that should be elog's. | Tom Lane |
| 2002-11-01 | Reduce a couple of debugging messages from LOG to DEBUG1 category. | Tom Lane |
| 2002-10-14 | Make SPI's execution of querystrings follow the rules agreed to for | Tom Lane |
| 2002-10-14 | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane |
| 2002-10-04 | Tweak a few of the most heavily used function call points to zero out | Tom Lane |
| 2002-09-28 | Make the world at least somewhat safe for zero-column tables, and | Tom Lane |
| 2002-09-23 | Further thinking about heap_mark4update: in HeapTupleSelfUpdated case, | Tom Lane |
| 2002-09-18 | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
| 2002-09-02 | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane |
| 2002-08-31 | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane |
| 2002-08-31 | Wups, didn't mean to commit that just yet. | Tom Lane |
| 2002-08-31 | The UNDEFOID later causes an assertion failure in heap_formtuple when | Tom Lane |
| 2002-08-30 | Add expected tuple descriptor to ReturnSetInfo information for table | Tom Lane |
| 2002-08-30 | PL/pgSQL functions can return sets. Neil Conway's patch, modified so | Tom Lane |
| 2002-08-29 | Adjust nodeFunctionscan.c to reset transient memory context between calls | Tom Lane |
| 2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
| 2002-08-28 | backend where a statically sized buffer is written to. Most of these | Bruce Momjian |
| 2002-08-26 | Modify array operations to include array's element type OID in the | Tom Lane |
| 2002-08-24 | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane |
| 2002-08-23 | Further cleanup around the edges of OPAQUE/pseudotype changes. Correct | Tom Lane |
| 2002-08-15 | Tom Lane wrote: | Bruce Momjian |
| 2002-08-07 | Fix permission checking for temp-table namespace. | Tom Lane |
| 2002-08-06 | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane |
| 2002-08-05 | Preliminary code review for anonymous-composite-types patch: fix breakage | Tom Lane |
| 2002-08-04 | Attached are two patches to implement and document anonymous composite | Bruce Momjian |
| 2002-08-04 | Change messages like this: | Bruce Momjian |
| 2002-07-24 | Remove _deadcode. | Peter Eisentraut |
| 2002-07-20 | > 2. This patch includes the same Table Function API fixes that I | Bruce Momjian |
| 2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
| 2002-07-18 | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian |
| 2002-07-18 | Finished the Between patch Christopher started. | Bruce Momjian |
| 2002-07-18 | Here is a patch for the Table Function API. It fixes a bug found by Neil | Bruce Momjian |
| 2002-07-11 | Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdate | Bruce Momjian |
| 2002-07-06 | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian |
| 2002-07-04 | Fix compile error in assert coded added by new DISTINCT ON patch. | Bruce Momjian |
| 2002-07-04 | Implement the IS DISTINCT FROM operator per SQL99. | Thomas G. Lockhart |
| 2002-06-26 | Restore error message I accidentally changed. | Bruce Momjian |
| 2002-06-26 | The attached patch fixes some spelling mistakes, makes the | Bruce Momjian |
| 2002-06-25 | Back out cleanup patch. Got old version and needs work. | Bruce Momjian |