| Age | Commit message (Expand) | Author |
| 2002-08-08 | Make the standard system views schema-aware. | Tom Lane |
| 2002-08-06 | Add SQL99 CONVERT() function. | Tatsuo Ishii |
| 2002-08-06 | Of course, the simple change has ripple effects! Here's a patch for the | Bruce Momjian |
| 2002-08-04 | Attached are two patches to implement and document anonymous composite | Bruce Momjian |
| 2002-08-04 | Allow bit string constants without fully-specified length declaration. | Thomas G. Lockhart |
| 2002-08-04 | [ Previous patch reversed.] | Bruce Momjian |
| 2002-08-04 | Change messages like this: | Bruce Momjian |
| 2002-08-04 | This patch fixes in intermittent failure in the regression tests: | Bruce Momjian |
| 2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
| 2002-07-30 | IMPROVED VERSION APPLIED: | Bruce Momjian |
| 2002-07-25 | Implement DROP CONVERSION | Tatsuo Ishii |
| 2002-07-24 | Remove unused system table columns: | Peter Eisentraut |
| 2002-07-20 | Code review for SHOW output changes; fix horology expected files for | Tom Lane |
| 2002-07-20 | Fix regression tests for new SHOW output. | Bruce Momjian |
| 2002-07-20 | Add new configure files for missing-oid patch. | 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 | Add new vacuum regression test files. | Bruce Momjian |
| 2002-07-20 | This patch fixes a regression caused by my recent changes to heap | Bruce Momjian |
| 2002-07-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut |
| 2002-07-18 | New depend code doesn't need sequence drop. | Bruce Momjian |
| 2002-07-18 | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian |
| 2002-07-18 | New depend code auto-drops sequence, fix copy2.out. | Bruce Momjian |
| 2002-07-18 | here are the copy2.sql and copy2.out files for the new regression | 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-16 | Add code to extract dependencies from an expression tree, and use it | Tom Lane |
| 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-06 | I've fixed up the way domain constraints (not null and type length) | Bruce Momjian |
| 2002-07-02 | Back out regress/results changes. Real CVS problem worked-around. | Bruce Momjian |
| 2002-07-02 | Fix removal of results directory on 'make clean'. Just remove *.out | Bruce Momjian |
| 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-20 | Add missing regression files for SRF. | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-20 | Attached is a regression test patch for SRFs. I based it on the test | Bruce Momjian |
| 2002-06-20 | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian |
| 2002-06-17 | Back out accidental COPY data changes. | Bruce Momjian |
| 2002-06-17 | Merge ALTER GROUP ADD/DROP rules by creating add_drop action. | Bruce Momjian |
| 2002-06-11 | Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. | Thomas G. Lockhart |
| 2002-05-22 | Add optional "validator" function to languages that can validate the | Peter Eisentraut |
| 2002-05-19 | Remove bitrotten view_perms test. Add some similar test cases to | Peter Eisentraut |
| 2002-05-18 | Allow functions to be executed with the privileges of the function owner. | Peter Eisentraut |
| 2002-05-17 | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane |
| 2002-05-14 | Make regression tests locale-proof by setting some locale categories | Peter Eisentraut |
| 2002-05-03 | Retire xlateSqlType/xlateSqlFunc; all type name translations are now | Tom Lane |
| 2002-05-01 | Improve lexer's error reporting. You get the whole token mentioned now | Tom Lane |
| 2002-04-28 | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane |