| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make SPI's execution of querystrings follow the rules agreed to for | Tom Lane | 2002-10-14 | 1 | -117/+212 |
| * | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane | 2002-10-14 | 1 | -2/+3 |
| * | Tweak a few of the most heavily used function call points to zero out | Tom Lane | 2002-10-04 | 1 | -3/+13 |
| * | Make the world at least somewhat safe for zero-column tables, and | Tom Lane | 2002-09-28 | 2 | -23/+16 |
| * | Further thinking about heap_mark4update: in HeapTupleSelfUpdated case, | Tom Lane | 2002-09-23 | 1 | -1/+6 |
| * | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane | 2002-09-18 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 14 | -159/+170 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 3 | -6/+3 |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 7 | -42/+52 |
| * | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane | 2002-08-31 | 1 | -46/+45 |
| * | Wups, didn't mean to commit that just yet. | Tom Lane | 2002-08-31 | 1 | -45/+46 |
| * | The UNDEFOID later causes an assertion failure in heap_formtuple when | Tom Lane | 2002-08-31 | 2 | -47/+47 |
| * | Add expected tuple descriptor to ReturnSetInfo information for table | Tom Lane | 2002-08-30 | 2 | -13/+13 |
| * | PL/pgSQL functions can return sets. Neil Conway's patch, modified so | Tom Lane | 2002-08-30 | 2 | -188/+312 |
| * | Adjust nodeFunctionscan.c to reset transient memory context between calls | Tom Lane | 2002-08-29 | 1 | -1/+7 |
| * | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 | 4 | -68/+60 |
| * | backend where a statically sized buffer is written to. Most of these | Bruce Momjian | 2002-08-28 | 1 | -2/+2 |
| * | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 | 1 | -11/+14 |
| * | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 | 1 | -19/+33 |
| * | Further cleanup around the edges of OPAQUE/pseudotype changes. Correct | Tom Lane | 2002-08-23 | 1 | -25/+20 |
| * | Tom Lane wrote: | Bruce Momjian | 2002-08-15 | 1 | -1/+5 |
| * | Fix permission checking for temp-table namespace. | Tom Lane | 2002-08-07 | 1 | -11/+7 |
| * | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 | 1 | -2/+2 |
| * | Preliminary code review for anonymous-composite-types patch: fix breakage | Tom Lane | 2002-08-05 | 2 | -7/+6 |
| * | Attached are two patches to implement and document anonymous composite | Bruce Momjian | 2002-08-04 | 2 | -39/+92 |
| * | Change messages like this: | Bruce Momjian | 2002-08-04 | 1 | -3/+3 |
| * | Remove _deadcode. | Peter Eisentraut | 2002-07-24 | 1 | -499/+0 |
| * | > 2. This patch includes the same Table Function API fixes that I | Bruce Momjian | 2002-07-20 | 1 | -1/+71 |
| * | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 | 7 | -17/+43 |
| * | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian | 2002-07-18 | 1 | -110/+2 |
| * | Finished the Between patch Christopher started. | Bruce Momjian | 2002-07-18 | 1 | -2/+110 |
| * | Here is a patch for the Table Function API. It fixes a bug found by Neil | Bruce Momjian | 2002-07-18 | 1 | -9/+6 |
| * | Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdate | Bruce Momjian | 2002-07-11 | 1 | -4/+4 |
| * | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian | 2002-07-06 | 1 | -1/+46 |
| * | Fix compile error in assert coded added by new DISTINCT ON patch. | Bruce Momjian | 2002-07-04 | 1 | -2/+2 |
| * | Implement the IS DISTINCT FROM operator per SQL99. | Thomas G. Lockhart | 2002-07-04 | 1 | -1/+82 |
| * | Restore error message I accidentally changed. | Bruce Momjian | 2002-06-26 | 1 | -2/+2 |
| * | The attached patch fixes some spelling mistakes, makes the | Bruce Momjian | 2002-06-26 | 2 | -40/+36 |
| * | Back out cleanup patch. Got old version and needs work. | Bruce Momjian | 2002-06-25 | 2 | -39/+43 |
| * | The attached patch fixes some spelling mistakes, makes the | Bruce Momjian | 2002-06-25 | 2 | -43/+39 |
| * | It seems that ExecInit/EndIndexScan is leaking some memory... | Bruce Momjian | 2002-06-23 | 1 | -1/+5 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 30 | -60/+60 |
| * | Here is a patch for Composite and Set returning function support. I made | Bruce Momjian | 2002-06-20 | 1 | -2/+122 |
| * | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 | 3 | -14/+14 |
| * | Since COPY fires triggers, it seems like a good idea for it to use | Tom Lane | 2002-05-21 | 1 | -18/+2 |
| * | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 3 | -55/+35 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 2 | -83/+44 |
| * | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane | 2002-05-17 | 2 | -8/+7 |
| * | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 | 3 | -253/+3 |
| * | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 | 9 | -20/+673 |