| Age | Commit message (Expand) | Author |
| 2002-03-29 | Fox for old python PyMem_DEL, was PyMem_Del, | Bruce Momjian |
| 2002-03-29 | Fix '#' commant to be proper C comment. | Bruce Momjian |
| 2002-03-28 | [2002-03-28] | Hiroshi Inoue |
| 2002-03-27 | Reset parenthesis level counter upon \r. | Peter Eisentraut |
| 2002-03-27 | applied patch from Liam Stewart fixing a message in the properties file | Barry Lind |
| 2002-03-26 | pg_class has a relnamespace column. You can create and access tables | Tom Lane |
| 2002-03-26 | applied patch submitted by Florian (mailing-list@urbanet.ch) for BigDecimal s... | Barry Lind |
| 2002-03-26 | Changed QueryExecutor.java to correctly read responses from the backend. | Barry Lind |
| 2002-03-26 | Update release list. | Bruce Momjian |
| 2002-03-26 | Update sgml version properly. | Bruce Momjian |
| 2002-03-26 | Further changes following discussion on INTERFACES mailing list: | D'Arcy J.M. Cain |
| 2002-03-25 | Re-allow CREATE AS (but not SELECT INTO) in EXECUTE. | Tom Lane |
| 2002-03-25 | Fix for ODBC compile warnings. | Bruce Momjian |
| 2002-03-24 | Indenting #if commands is not portable, is it? | Tom Lane |
| 2002-03-24 | Tweak labeling of plan qual conditions for more consistency. | Tom Lane |
| 2002-03-24 | EXPLAIN output now comes out as a query result, not a NOTICE message. | Tom Lane |
| 2002-03-22 | Create the pg_namespace system catalog. Doesn't do much yet, but it's | Tom Lane |
| 2002-03-22 | Improve catalog commentary. | Tom Lane |
| 2002-03-22 | A little further progress on schemas: push down RangeVars into | Tom Lane |
| 2002-03-21 | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane |
| 2002-03-21 | Fix minor syntax error. | Tom Lane |
| 2002-03-21 | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane |
| 2002-03-21 | Remove -mips2 flag, which breaks the build on some MIPS systems. | Peter Eisentraut |
| 2002-03-21 | Added typedef patches and a new option '-c' to automatically create C typedef... | Michael Meskes |
| 2002-03-21 | Remove long-dead 'fix for SELECT NULL' to stop current coredump. | Tom Lane |
| 2002-03-21 | Fix pg_dump help option alignment. | Bruce Momjian |
| 2002-03-21 | Two versions of QueryExecutor, currently only version 2 works 100% | Dave Cramer |
| 2002-03-21 | modifications to the way the protocol is handled to be consistent with | Dave Cramer |
| 2002-03-21 | Part of Anders Bengtsson's patch to clean up Connection.java | Dave Cramer |
| 2002-03-21 | Applied Anders patch to move the startup code out of Connection into StartupP... | Dave Cramer |
| 2002-03-20 | Just one more test case. | Michael Meskes |
| 2002-03-20 | Code review for DOMAIN patch. | Tom Lane |
| 2002-03-20 | Tweak behavior of array slicing operations: seems like it ought to be | Tom Lane |
| 2002-03-20 | PyGreSQL causes a segfault when used with a Python executable that was | D'Arcy J.M. Cain |
| 2002-03-19 | Make CREATE DOMAIN emit CREATE DOMAIN on completion, per Peter E. | Bruce Momjian |
| 2002-03-19 | Bump version number to match tree. | D'Arcy J.M. Cain |
| 2002-03-19 | Fix name in comments and add info about this module's place in PyGreSQL. | D'Arcy J.M. Cain |
| 2002-03-19 | Just adds a regressions test suite for the ALTER TABLE/ADD PRIMARY KEY | Bruce Momjian |
| 2002-03-19 | Add missing trailing semicolons to ecpg rules. | Bruce Momjian |
| 2002-03-19 | Fix DOMAIN breakage. | Bruce Momjian |
| 2002-03-19 | psql \? cleanups by Ian Barwick | Bruce Momjian |
| 2002-03-19 | The attached patch cleans up the implementation of the TRUNCATE command; | Bruce Momjian |
| 2002-03-19 | Fix for trigger handling: | Bruce Momjian |
| 2002-03-19 | >Added ServerEncoding | Bruce Momjian |
| 2002-03-19 | > I am backing out this patch. Please resubmit with this corrected. Thanks. | Bruce Momjian |
| 2002-03-19 | Add psql \dD listing of domains, from Jonathan Eisler. | Bruce Momjian |
| 2002-03-19 | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian |
| 2002-03-19 | applied patch from Liam Stewart | Dave Cramer |
| 2002-03-19 | Comment patch: | Bruce Momjian |
| 2002-03-18 | Update for 7.2.1. | Bruce Momjian |