| Age | Commit message (Expand) | Author |
| 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 |
| 2002-08-05 | Fix compilation problem with assert checking enabled for recent xlog | Thomas G. Lockhart |
| 2002-08-04 | Fix broken pg_backend_pid reference, per Joe Conway. | Tom Lane |
| 2002-08-04 | Another backend_pid rename. | Bruce Momjian |
| 2002-08-04 | Attached are two patches to implement and document anonymous composite | Bruce Momjian |
| 2002-08-04 | Minor clarification or fix of typos. | Thomas G. Lockhart |
| 2002-08-04 | Define macros for handling typmod manipulation for date/time types. | Thomas G. Lockhart |
| 2002-08-04 | Allow bit string constants without fully-specified length declaration. | Thomas G. Lockhart |
| 2002-08-04 | Implement WAL log location control using "-X" or PGXLOG. | Thomas G. Lockhart |
| 2002-08-04 | The attached patch implements START TRANSACTION, per SQL99. The | Bruce Momjian |
| 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-08-01 | * -Remove LockMethodTable.prio field, not used (Bruce) | Bruce Momjian |
| 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 | The attached patch removes the last remnants of support for | Bruce Momjian |
| 2002-07-30 | Here are two patches. The guc_and_tablefunc patch addresses the two | Bruce Momjian |
| 2002-07-29 | Centralize code for interpreting schema references, which had gotten | Tom Lane |
| 2002-07-29 | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane |
| 2002-07-29 | Fix typo. Remove #ifdef MULTIBYTE | Tatsuo Ishii |
| 2002-07-25 | Implement DROP CONVERSION | Tatsuo Ishii |
| 2002-07-24 | Remove _deadcode. | Peter Eisentraut |
| 2002-07-24 | Remove unused system table columns: | Peter Eisentraut |
| 2002-07-22 | Add unique index on pg_cast.oid, and document pg_cast table. | Peter Eisentraut |
| 2002-07-20 | Code review for SHOW output changes; fix horology expected files for | Tom Lane |
| 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 | The attached patch fixes a build problem with GEQO when using the | Bruce Momjian |