| Age | Commit message (Expand) | Author |
| 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 |
| 2002-06-18 | Change CREATE DATABASE to use DefElem instead of constructing structure | Bruce Momjian |
| 2002-06-16 | Remove KSQO from GUC and move file to _deadcode. | Bruce Momjian |
| 2002-06-15 | Patch for current_schemas to optionally include implicit ... | Bruce Momjian |
| 2002-06-15 | WriteBuffer return value: | Bruce Momjian |
| 2002-06-15 | Remove some pre-WAL relics: | Bruce Momjian |
| 2002-06-15 | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian |
| 2002-06-14 | SSL patch that adds support for optional client certificates. | Bruce Momjian |
| 2002-06-14 | SSL patch to periodically renegotiate session key. | Bruce Momjian |
| 2002-06-14 | Back out SSL changes. Newer patch available. | Bruce Momjian |
| 2002-06-14 | Attached are a revised set of SSL patches. Many of these patches | Bruce Momjian |
| 2002-06-13 | Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp> | Tatsuo Ishii |
| 2002-06-13 | Further tweaks to support display of sort keys in EXPLAIN --- initial | Tom Lane |