| Age | Commit message (Expand) | Author |
| 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 | Done: | Bruce Momjian |
| 2002-07-31 | Move backend_pid to functions/misc. | Bruce Momjian |
| 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-31 | Done: | Bruce Momjian |
| 2002-07-30 | Teach pg_dump to dump user-defined operator classes. For the moment, | Tom Lane |
| 2002-07-30 | Updated: | Bruce Momjian |
| 2002-07-30 | Clarification from Tom: | Bruce Momjian |
| 2002-07-30 | Would it be wise to have the plsql.sgml file renamed to plpgsql.sgml? | Bruce Momjian |
| 2002-07-30 | Added for Neil Conway: | Bruce Momjian |
| 2002-07-30 | If we're cleaning out _deadcode, might as well zap this one too. | Tom Lane |
| 2002-07-30 | Replace ad-hoc insertions into pg_opclass and friends with CREATE | 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 | Replace ad-hoc insertions into pg_opclass and friends with CREATE | Tom Lane |
| 2002-07-30 | Use Max/Min macros, not MAX/MIN, to eliminate portability issues. | Tom Lane |
| 2002-07-30 | Done: | Bruce Momjian |
| 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 | Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov. | 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 | Add tablefunc to contrib makefile. | Bruce Momjian |
| 2002-07-30 | As mentioned above, here is my contrib/tablefunc patch. It includes | Bruce Momjian |
| 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 | Update contributions link. | 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 | Move item: | Bruce Momjian |
| 2002-07-30 | Update FAQ. | Bruce Momjian |
| 2002-07-30 | Fix a bug about automatic client_encoding setting. | Hiroshi Inoue |
| 2002-07-29 | Update FAQ. | Bruce Momjian |
| 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 from Neil Conway: | Bruce Momjian |
| 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 |