Age | Commit message (Expand) | Author |
2002-07-30 | The attached patch removes the last remnants of support for | Bruce Momjian |
2002-07-30 | Here are two patches. The guc_and_tablefunc patch addresses the two | Bruce Momjian |
2002-07-29 | Centralize code for interpreting schema references, which had gotten | Tom Lane |
2002-07-29 | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane |
2002-07-29 | Fix typo. Remove #ifdef MULTIBYTE | Tatsuo Ishii |
2002-07-25 | Implement DROP CONVERSION | Tatsuo Ishii |
2002-07-24 | Remove _deadcode. | Peter Eisentraut |
2002-07-24 | Remove unused system table columns: | Peter Eisentraut |
2002-07-22 | Add unique index on pg_cast.oid, and document pg_cast table. | Peter Eisentraut |
2002-07-20 | Code review for SHOW output changes; fix horology expected files for | Tom Lane |
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-20 | The attached patch fixes a build problem with GEQO when using the | Bruce Momjian |
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 | 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 | The attached patch (against HEAD) implements | Bruce Momjian |
2002-07-18 | You made a tiny little type in a comment in parsenodes.h (abotu instead | 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 | 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 | Add FindDefaultConversionProc | Tatsuo Ishii |
2002-07-16 | Add code to extract dependencies from an expression tree, and use it | Tom Lane |
2002-07-16 | Mark 'line' as 'not implemented' in SGML and psql \dT, per Thomas | Bruce Momjian |
2002-07-15 | Use the dependency mechanism to manage column defaults. We need this | Tom Lane |
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 | 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 | Add new CREATE CONVERSION/DROP CONVERSION command. | Tatsuo Ishii |
2002-07-08 | Fix typo in xl_heaptid comment | Bruce Momjian |
2002-07-06 | I've fixed up the way domain constraints (not null and type length) | 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 |
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 |
2002-06-25 | The attached patch fixes some spelling mistakes, makes the | Bruce Momjian |
2002-06-22 | uint -> uint32, portability. | Bruce Momjian |
2002-06-20 | Add another missing SRF file. | Bruce Momjian |
2002-06-20 | 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 | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian |
2002-06-19 | CacheMemoryContext should be DLLIMPORT. | Tom Lane |