| Age | Commit message (Expand) | Author |
| 2002-08-29 | Adjust nodeFunctionscan.c to reset transient memory context between calls | Tom Lane |
| 2002-08-29 | Push down outer qualification clauses into UNION and INTERSECT subqueries. | Tom Lane |
| 2002-08-29 | Remove MULTIBYTE | Tatsuo Ishii |
| 2002-08-29 | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii |
| 2002-08-29 | Produce a somewhat-useful error message, namely | Tom Lane |
| 2002-08-29 | Remove support for version-0 FE/BE protocol, per pghackers discussion. | Tom Lane |
| 2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
| 2002-08-27 | The attached patch implements the password packet length sanity check | Bruce Momjian |
| 2002-08-27 | Add most of Neil Conway's cleanups. | Bruce Momjian |
| 2002-08-27 | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane |
| 2002-08-27 | This patch updates the lock listing code to use Joe Conway's new | Bruce Momjian |
| 2002-08-26 | Modify array operations to include array's element type OID in the | Tom Lane |
| 2002-08-25 | Clean up comments to be careful about the distinction between variable- | Tom Lane |
| 2002-08-24 | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane |
| 2002-08-23 | Further cleanup around the edges of OPAQUE/pseudotype changes. Correct | Tom Lane |
| 2002-08-22 | As suggested by Tom, this patch restricts the right-hand argument of | Bruce Momjian |
| 2002-08-22 | Oops, we got duplicate oids from patches again; pick a unique one. | Bruce Momjian |
| 2002-08-22 | Add: | Bruce Momjian |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
| 2002-08-21 | Add sys/types.h to common includes. | Peter Eisentraut |
| 2002-08-20 | Use a non-duplicate OID for pg_lock_status. | Tom Lane |
| 2002-08-20 | Enable large file support. | Peter Eisentraut |
| 2002-08-20 | Allow pg_statistics to be reset by calling pg_stat_reset(). | Bruce Momjian |
| 2002-08-20 | Add current_database(). | Bruce Momjian |
| 2002-08-19 | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane |
| 2002-08-19 | Clean up leftover bugs from recent COPY feature patch --- missed | Tom Lane |
| 2002-08-19 | Improve obsolete comment. | Tom Lane |
| 2002-08-18 | Add db-local user names, per discussion on hackers. | Bruce Momjian |
| 2002-08-17 | Reverse out XLogDir/-X write-ahead log handling, per discussion. | Bruce Momjian |
| 2002-08-17 | [ Newest version of patch applied.] | Bruce Momjian |
| 2002-08-16 | Modify pg_dump to dump foreign-key constraints as constraints, not as | Tom Lane |
| 2002-08-15 | Tom Lane wrote: | Bruce Momjian |
| 2002-08-15 | As discussed on several occasions previously, the new anonymous | Bruce Momjian |
| 2002-08-14 | Add Cyrillic and other encodings for encoding conversion. | Tatsuo Ishii |
| 2002-08-13 | Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion... | Bruce Momjian |
| 2002-08-12 | Buffer-overrun paranoia. | Tom Lane |
| 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-10 | Update with newer version of CLUSTER patch posted August 8. | Bruce Momjian |
| 2002-08-10 | Remove error files. | Bruce Momjian |
| 2002-08-10 | This patch removes a lot of unused code related to assertions and | Bruce Momjian |
| 2002-08-09 | has_table_privilege spawns scions has_database_privilege, has_function_privil... | Tom Lane |
| 2002-08-08 | Arrange to collect statistics on a few more system catalog columns. | Tom Lane |
| 2002-08-08 | Cause schema-qualified FROM items and schema-qualified variable references | Tom Lane |
| 2002-08-06 | Remove no-longer-used PageManagerMode enum. | Tom Lane |
| 2002-08-06 | Move pg_convert3 declaration to suppress compile warning. Really | 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 |