| Age | Commit message (Expand) | Author |
| 2002-08-02 | RemoveAttrDefaultById() neglected to obtain exclusive lock on the | Tom Lane |
| 2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
| 2002-08-01 | * -Remove LockMethodTable.prio field, not used (Bruce) | Bruce Momjian |
| 2002-08-01 | 1) Improve the handling of the queries like (select ..) union (select ..) | Hiroshi Inoue |
| 2002-07-31 | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane |
| 2002-07-31 | Rename pid function to backend_pid(). | Bruce Momjian |
| 2002-07-31 | Add function to access backend pid, pg_stat_get_backend_mypid. | Bruce Momjian |
| 2002-07-30 | Teach pg_dump to dump user-defined operator classes. For the moment, | Tom Lane |
| 2002-07-30 | If we're cleaning out _deadcode, might as well zap this one too. | Tom Lane |
| 2002-07-30 | Remove last recipe file. | Bruce Momjian |
| 2002-07-30 | Ensure that src/tutorial gets cleaned by top-level make clean. | Tom Lane |
| 2002-07-30 | The attached patch removes the last remnants of support for | Bruce Momjian |
| 2002-07-30 | IMPROVED VERSION APPLIED: | Bruce Momjian |
| 2002-07-30 | Added support for schemas and quotes in tab-complete.c, as well as | Bruce Momjian |
| 2002-07-30 | This should fix a bug where a row that was updated or | Bruce Momjian |
| 2002-07-30 | Since we're depending on %option noyywrap in the main scanner now, | Tom Lane |
| 2002-07-30 | Here are two patches. The guc_and_tablefunc patch addresses the two | Bruce Momjian |
| 2002-07-30 | This patch fixes one serious bug (runaway INSERT) and a few rare (and | Bruce Momjian |
| 2002-07-30 | added tests for crossReferences | Dave Cramer |
| 2002-07-30 | changed test user back to test | Dave Cramer |
| 2002-07-30 | Added DataSource code and tests submitted by Aaron Mulder | Dave Cramer |
| 2002-07-30 | changes for new Datasource | Dave Cramer |
| 2002-07-30 | Move alarm timers to proper location. | Bruce Momjian |
| 2002-07-30 | Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finally | Tom Lane |
| 2002-07-30 | Make statement_timeout apply to entire query string, not per statement. | Bruce Momjian |
| 2002-07-30 | --enable-syslog no longer required to use syslog. | Bruce Momjian |
| 2002-07-30 | Fix a bug about automatic client_encoding setting. | Hiroshi Inoue |
| 2002-07-29 | Centralize code for interpreting schema references, which had gotten | Tom Lane |
| 2002-07-29 | Use aclcheck_error() in place of ad-hoc permissions complaints. | Tom Lane |
| 2002-07-29 | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane |
| 2002-07-29 | Fix minor coding error: don't ReleaseSysCache until after last use of | Tom Lane |
| 2002-07-29 | Fix typo. Remove #ifdef MULTIBYTE | Tatsuo Ishii |
| 2002-07-27 | Assemble portability modules into libpgport library. | Peter Eisentraut |
| 2002-07-26 | Fix a bug about the handling of CX parameter of the connection string | Hiroshi Inoue |
| 2002-07-26 | Fouth (and final) phase of restructuring to add jdbc3 support. | Barry Lind |
| 2002-07-25 | Third phase of restructuring to add jdbc3 support. | Barry Lind |
| 2002-07-25 | Remove extra comma. | Peter Eisentraut |
| 2002-07-25 | Implement DROP CONVERSION | Tatsuo Ishii |
| 2002-07-24 | Second phase of restructuring to add jdbc3 support. | Barry Lind |
| 2002-07-24 | Remove _deadcode. | Peter Eisentraut |
| 2002-07-24 | Remove unused system table columns: | Peter Eisentraut |
| 2002-07-24 | Add mention of copyright year update. | Bruce Momjian |
| 2002-07-24 | Add Japanese README explaining how to add new conversion. | Tatsuo Ishii |
| 2002-07-23 | Initial restructuring to add jdbc3 support. There was a significant amount | Barry Lind |
| 2002-07-22 | Add unique index on pg_cast.oid, and document pg_cast table. | Peter Eisentraut |
| 2002-07-21 | Fixed some minor typos. | Michael Meskes |
| 2002-07-21 | Re-Committed old file. | Michael Meskes |
| 2002-07-20 | Tweak CreateTrigger() so that the OID used in the name of an | Tom Lane |
| 2002-07-20 | Code review for SHOW output changes; fix horology expected files for | Tom Lane |
| 2002-07-20 | Synced parser yet again. | Michael Meskes |