| Age | Commit message (Expand) | Author |
| 2002-07-20 | Manually apply part of oid patch that didn't apply cleanly. | 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 | The attached patch fixes a build problem with GEQO when using the | Bruce Momjian |
| 2002-07-20 | This patch fixes a regression caused by my recent changes to heap | Bruce Momjian |
| 2002-07-19 | Small performance improvement --- use indexscan not heapscan to find | Tom Lane |
| 2002-07-19 | Complete TODO item: | Bruce Momjian |
| 2002-07-19 | Oops. Too much ifdef out. | Tatsuo Ishii |
| 2002-07-19 | Temporary ifdef out migrating functions to avoid compiler warnings. | Tatsuo Ishii |
| 2002-07-19 | Complete TODO item: | Bruce Momjian |
| 2002-07-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut |
| 2002-07-18 | Complete TODO item: | Bruce Momjian |
| 2002-07-18 | Create directory before installing files. | Peter Eisentraut |
| 2002-07-18 | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian |
| 2002-07-18 | Implement DROP SCHEMA. It lacks support for dropping conversions and | Tom Lane |
| 2002-07-18 | REVOKE ALL ON FUNCTION nonexistant() FROM PUBLIC; | Bruce Momjian |
| 2002-07-18 | The attached patch (against HEAD) implements | 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 | Move libc replacement files from src/backend/port to src/port. | Bruce Momjian |
| 2002-07-18 | I have committed many support files for CREATE CONVERSION. Default | Tatsuo Ishii |
| 2002-07-16 | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane |
| 2002-07-16 | Oops, sometimes strtol isn't called in pg_atoi, so we do need that badp | Bruce Momjian |
| 2002-07-16 | Fix tid to in/out as unsigned. | Bruce Momjian |
| 2002-07-16 | Add conversion procs for CREATE CONVERSION | Tatsuo Ishii |
| 2002-07-16 | Fix typo | Tatsuo Ishii |
| 2002-07-16 | Add FindDefaultConversionProc | Tatsuo Ishii |
| 2002-07-16 | Add code to extract dependencies from an expression tree, and use it | Tom Lane |
| 2002-07-16 | Add DLLINIT mention in port/Makefile. | Bruce Momjian |
| 2002-07-16 | Move few remaining src/utils files to backend/port so everything is in | Bruce Momjian |
| 2002-07-16 | Mark 'line' as 'not implemented' in SGML and psql \dT, per Thomas | Bruce Momjian |
| 2002-07-15 | Remove certain Makefile dependencies by using full pathnames in | Bruce Momjian |
| 2002-07-15 | Use the dependency mechanism to manage column defaults. We need this | Tom Lane |
| 2002-07-15 | Improve relcache.c error reporting for the next guy who has to debug | Bruce Momjian |
| 2002-07-14 | Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch). | Tom Lane |
| 2002-07-14 | In DeleteAttributeTuples, use a single indexscan instead of the multiple | Tom Lane |
| 2002-07-13 | Fix testing of partial-index predicates to work correctly in cases where | Tom Lane |
| 2002-07-13 | Add SET statement_timeout capability. Timeout is in ms. A value of | Bruce Momjian |
| 2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
| 2002-07-11 | Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdate | Bruce Momjian |
| 2002-07-11 | Add new CREATE CONVERSION/DROP CONVERSION command. | Tatsuo Ishii |
| 2002-07-09 | Oops, proper initialization for domainTypMod was none at all, not 0. | Bruce Momjian |
| 2002-07-09 | Fix compiler warning: | 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-07-02 | >the extra level of struct naming for pd_opaque has no obvious | Bruce Momjian |
| 2002-07-02 | There already was a macro PageGetItemId; this is now used in (almost) | Bruce Momjian |
| 2002-07-02 | Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeated | Bruce Momjian |
| 2002-07-02 | This patch, which is built upon the "HeapTupleHeader accessor macros" | Bruce Momjian |
| 2002-07-01 | First phase of applying Rod Taylor's pg_depend patch. This just adds | Tom Lane |