| Age | Commit message (Expand) | Author |
| 2002-08-12 | Change memory-space accounting mechanism in tuplesort.c and tuplestore.c | Tom Lane |
| 2002-08-11 | Code review of CLUSTER patch. Clean up problems with relcache getting | Tom Lane |
| 2002-08-11 | Neil's patch was supposed to remove this, too. | Tom Lane |
| 2002-08-10 | This patch removes a lot of unused code related to assertions and | Bruce Momjian |
| 2002-08-10 | Fix failure to relink postmaster executable in the first make run if only a | Peter Eisentraut |
| 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 | Cause view/rule display to work as expected after rename of an underlying | Tom Lane |
| 2002-08-08 | Address build problems on cygwin and (hopefully) AIX. | Tatsuo Ishii |
| 2002-08-08 | Load and keep conversion function info when SET CLIENT_ENCODING TO is | Tatsuo Ishii |
| 2002-08-08 | Cause schema-qualified FROM items and schema-qualified variable references | Tom Lane |
| 2002-08-07 | Improve 'failed to initialize' messages. | Tom Lane |
| 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 |