| Age | Commit message (Expand) | Author |
| 2002-08-06 | Add SQL99 CONVERT() function. | Tatsuo Ishii |
| 2002-08-06 | >> Hm. I'd sort of expect the "z" to become both the table and column | Bruce Momjian |
| 2002-08-06 | The attached patch disallows the use of coldeflists for functions that | Bruce Momjian |
| 2002-08-05 | Preliminary code review for anonymous-composite-types patch: fix breakage | Tom Lane |
| 2002-08-04 | Attached are two patches to implement and document anonymous composite | Bruce Momjian |
| 2002-08-04 | Implement IS OF and IS NOT OF type predicate. | Thomas G. Lockhart |
| 2002-08-04 | Implement IS OF type predicate. Can now do queries of the form: | Thomas G. Lockhart |
| 2002-08-04 | Implement hex literal conversion to bit string literal. | Thomas G. Lockhart |
| 2002-08-04 | The attached patch implements START TRANSACTION, per SQL99. The | Bruce Momjian |
| 2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
| 2002-07-31 | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane |
| 2002-07-30 | The attached patch removes the last remnants of support for | 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-24 | Remove unused system table columns: | Peter Eisentraut |
| 2002-07-20 | The attached patch fixes 2 trivial warnings generated by bison 1.35, | Bruce Momjian |
| 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-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | 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 | The attached patch (against HEAD) implements | Bruce Momjian |
| 2002-07-18 | Finished the Between patch Christopher started. | 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-14 | Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch). | Tom Lane |
| 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-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 | Implement the IS DISTINCT FROM operator per SQL99. | Thomas G. Lockhart |
| 2002-07-01 | First phase of applying Rod Taylor's pg_depend patch. This just adds | Tom Lane |
| 2002-06-22 | Implement SQL99 CREATE CAST and DROP CAST statements. | Thomas G. Lockhart |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-20 | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian |
| 2002-06-19 | Properly mark rules that return no value. | Bruce Momjian |
| 2002-06-18 | Wrap long gram.y lines. | Bruce Momjian |
| 2002-06-18 | Change CREATE DATABASE to use DefElem instead of constructing structure | Bruce Momjian |
| 2002-06-18 | Improve rule action ordering in gram.y, more cleanups. | Bruce Momjian |
| 2002-06-17 | Mark noise keyword actions with {} rather than returning TRUE, like | Bruce Momjian |
| 2002-06-17 | Manually indent gram.y to be consistent. | Bruce Momjian |
| 2002-06-17 | Merge ALTER GROUP ADD/DROP rules by creating add_drop action. | Bruce Momjian |
| 2002-06-17 | Simplify optional WITH handling in CREATE USER, ALTER USER, CREATE | Bruce Momjian |
| 2002-06-15 | Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard. | Thomas G. Lockhart |
| 2002-06-13 | Add PLACING to the list of reserved keywords. Added as a token in the last | Thomas G. Lockhart |
| 2002-06-13 | Repair for bug #691 --- CREATE TABLE AS column aliases fail to be | Tom Lane |
| 2002-06-11 | Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. | Thomas G. Lockhart |
| 2002-06-11 | Katherine Ward wrote: | Jan Wieck |
| 2002-05-28 | In default nextval('foo') expression for a SERIAL column, use double | Tom Lane |