| Age | Commit message (Expand) | Author |
| 2002-08-06 | Add SQL99 CONVERT() function. | Tatsuo Ishii |
| 2002-08-06 | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane |
| 2002-08-05 | Restructure system-catalog index updating logic. Instead of having | Tom Lane |
| 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 | Fix obsolete comment. | Tom Lane |
| 2002-08-04 | Add guard code to protect from buffer overruns on long date/time input | Thomas G. Lockhart |
| 2002-08-04 | Allow bit string constants without fully-specified length declaration. | Thomas G. Lockhart |
| 2002-08-02 | When compiling with --enable-cassert, check for reference count leaks | Tom Lane |
| 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 | 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 | 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 | --enable-syslog no longer required to use syslog. | Bruce Momjian |
| 2002-07-29 | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane |
| 2002-07-25 | Implement DROP CONVERSION | Tatsuo Ishii |
| 2002-07-24 | Remove unused system table columns: | Peter Eisentraut |
| 2002-07-24 | Add Japanese README explaining how to add new conversion. | Tatsuo Ishii |
| 2002-07-20 | Code review for SHOW output changes; fix horology expected files for | Tom Lane |
| 2002-07-20 | Fix problems caused by code drift of API for without-oids. | Bruce Momjian |
| 2002-07-20 | > 2. This patch includes the same Table Function API fixes that I | 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 | This patch fixes a regression caused by my recent changes to heap | Bruce Momjian |
| 2002-07-19 | Oops. Too much ifdef out. | Tatsuo Ishii |
| 2002-07-19 | Temporary ifdef out migrating functions to avoid compiler warnings. | Tatsuo Ishii |
| 2002-07-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut |
| 2002-07-18 | Create directory before installing files. | Peter Eisentraut |
| 2002-07-18 | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian |
| 2002-07-18 | Finished the Between patch Christopher started. | Bruce Momjian |
| 2002-07-18 | Here is a patch for the Table Function API. It fixes a bug found by Neil | Bruce Momjian |
| 2002-07-18 | I have committed many support files for CREATE CONVERSION. Default | Tatsuo Ishii |
| 2002-07-16 | Oops, sometimes strtol isn't called in pg_atoi, so we do need that badp | Bruce Momjian |
| 2002-07-16 | Fix tid to in/out as unsigned. | Bruce Momjian |
| 2002-07-16 | Add conversion procs for CREATE CONVERSION | Tatsuo Ishii |
| 2002-07-16 | Mark 'line' as 'not implemented' in SGML and psql \dT, per Thomas | Bruce Momjian |
| 2002-07-15 | Improve relcache.c error reporting for the next guy who has to debug | Bruce Momjian |
| 2002-07-13 | Add SET statement_timeout capability. Timeout is in ms. A value of | Bruce Momjian |
| 2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
| 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-04 | Implement the IS DISTINCT FROM operator per SQL99. | Thomas G. Lockhart |
| 2002-06-21 | Remove Jan's copyright, with his approval. | Bruce Momjian |
| 2002-06-20 | Clean up some copyrights. | Bruce Momjian |
| 2002-06-20 | Add missing SRF file. | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-20 | Here is a patch for Composite and Set returning function support. I made | Bruce Momjian |