| Commit message (Expand) | Author | Age |
* | 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-14 |
* | Tweak a few of the most heavily used function call points to zero out | Tom Lane | 2002-10-04 |
* | Make the world at least somewhat safe for zero-column tables, and | Tom Lane | 2002-09-28 |
* | Further thinking about heap_mark4update: in HeapTupleSelfUpdated case, | Tom Lane | 2002-09-23 |
* | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | 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-09-02 |
* | 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-31 |
* | 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-30 |
* | 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-29 |
* | backend where a statically sized buffer is written to. Most of these | Bruce Momjian | 2002-08-28 |
* | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 |
* | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 |
* | Further cleanup around the edges of OPAQUE/pseudotype changes. Correct | Tom Lane | 2002-08-23 |
* | Tom Lane wrote: | Bruce Momjian | 2002-08-15 |
* | Fix permission checking for temp-table namespace. | Tom Lane | 2002-08-07 |
* | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 |
* | Preliminary code review for anonymous-composite-types patch: fix breakage | Tom Lane | 2002-08-05 |
* | Attached are two patches to implement and document anonymous composite | Bruce Momjian | 2002-08-04 |
* | Change messages like this: | Bruce Momjian | 2002-08-04 |
* | Remove _deadcode. | Peter Eisentraut | 2002-07-24 |
* | > 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-20 |
* | 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-18 |
* | Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdate | Bruce Momjian | 2002-07-11 |
* | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian | 2002-07-06 |
* | 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-07-04 |
* | Restore error message I accidentally changed. | Bruce Momjian | 2002-06-26 |
* | The attached patch fixes some spelling mistakes, makes the | Bruce Momjian | 2002-06-26 |
* | Back out cleanup patch. Got old version and needs work. | Bruce Momjian | 2002-06-25 |
* | The attached patch fixes some spelling mistakes, makes the | Bruce Momjian | 2002-06-25 |
* | It seems that ExecInit/EndIndexScan is leaking some memory... | Bruce Momjian | 2002-06-23 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Here is a patch for Composite and Set returning function support. I made | Bruce Momjian | 2002-06-20 |
* | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 |
* | Since COPY fires triggers, it seems like a good idea for it to use | Tom Lane | 2002-05-21 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane | 2002-05-17 |
* | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 |
* | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 |