| Age | Commit message (Expand) | Author |
| 2002-08-10 | Major improvement in CLUSTER which preserves table characteristics using | Bruce Momjian |
| 2002-08-10 | psql prints its version number in its startup message, per recent | Tom Lane |
| 2002-08-10 | Allow schema-qualified operator names to be used in the optional | Tom Lane |
| 2002-08-10 | Make sure all clients have the same understanding of default user name | Peter Eisentraut |
| 2002-08-10 | psql backslash commands are schema-aware. Pattern matching behavior | Tom Lane |
| 2002-08-09 | Make sure monetary, numeric, and time locale categories are set to C and | Peter Eisentraut |
| 2002-08-09 | has_table_privilege spawns scions has_database_privilege, has_function_privil... | Tom Lane |
| 2002-08-08 | Some improvements in geometric-operators documentation. | Tom Lane |
| 2002-08-08 | Fix bug in encoding conversion table | Tatsuo Ishii |
| 2002-08-06 | Add SQL99 CONVERT() function. | Tatsuo Ishii |
| 2002-08-06 | This patch fixes two typos in the documentation for the newly added | Bruce Momjian |
| 2002-08-05 | Forgot to add/remove files. | Peter Eisentraut |
| 2002-08-05 | Add User's Guide chapters on Data Definition and Data Manipulation. | Peter Eisentraut |
| 2002-08-05 | Preliminary code review for anonymous-composite-types patch: fix breakage | Tom Lane |
| 2002-08-04 | Rename backend_pid to pg_backend_pid, move docs to monitoring section. | Bruce Momjian |
| 2002-08-04 | Attached are two patches to implement and document anonymous composite | Bruce Momjian |
| 2002-08-04 | Add IS OF type predicate. | Thomas G. Lockhart |
| 2002-08-04 | Add Myannar Time, Iran Time variant name, and Marquesas Time. | Thomas G. Lockhart |
| 2002-08-04 | Fix broken markup. | Tom Lane |
| 2002-08-04 | Neil's patch claimed a column list didn't work for COPY BINARY. | Tom Lane |
| 2002-08-04 | Add missing file; new docs for start_transaction. | Bruce Momjian |
| 2002-08-04 | This patch fixes a probably harmless write of uninitialized memory in | Bruce Momjian |
| 2002-08-04 | The attached patch implements START TRANSACTION, per SQL99. The | Bruce Momjian |
| 2002-08-04 | Here is a doc patch for the SHOW X changes and new config-settings | 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-31 | Move backend_pid to functions/misc. | Bruce Momjian |
| 2002-07-31 | Rename pid function to backend_pid(). | Bruce Momjian |
| 2002-07-30 | Would it be wise to have the plsql.sgml file renamed to plpgsql.sgml? | Bruce Momjian |
| 2002-07-30 | Replace ad-hoc insertions into pg_opclass and friends with CREATE | Tom Lane |
| 2002-07-30 | IMPROVED VERSION APPLIED: | Bruce Momjian |
| 2002-07-30 | Here are two patches. The guc_and_tablefunc patch addresses the two | Bruce Momjian |
| 2002-07-30 | Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finally | Tom Lane |
| 2002-07-29 | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane |
| 2002-07-28 | Structure reference pages consistently. Document that structure. | Peter Eisentraut |
| 2002-07-24 | Remove unused system table columns: | Peter Eisentraut |
| 2002-07-24 | Add pg_conversion system catalog. Update description for multibyte support. | Tatsuo Ishii |
| 2002-07-22 | Add unique index on pg_cast.oid, and document pg_cast table. | Peter Eisentraut |
| 2002-07-22 | Fix typo. | Tatsuo Ishii |
| 2002-07-22 | Add CREATE CONVERSION/DROP CONVERSOION reference manual | Tatsuo Ishii |
| 2002-07-20 | Code review for SHOW output changes; fix horology expected files for | Tom Lane |
| 2002-07-19 | Make note that ALTER TABLE can change table owner these days. | Tom Lane |
| 2002-07-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut |
| 2002-07-18 | Implement DROP SCHEMA. It lacks support for dropping conversions and | Tom Lane |
| 2002-07-18 | Fix copy-and-pasteo (CASCADE/RESTRICT in wrong place). | Tom Lane |
| 2002-07-18 | Here (finally ;-)) is a doc patch covering the Table Function C API. It | Bruce Momjian |
| 2002-07-18 | The attached patch (against HEAD) implements | Bruce Momjian |
| 2002-07-16 | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane |
| 2002-07-16 | > pgsql-bugs@postgresql.org wrote: | Bruce Momjian |
| 2002-07-16 | Add mention of TOAST storage for character columns. | Bruce Momjian |