| Age | Commit message (Expand) | Author |
| 2002-08-17 | Reverse out XLogDir/-X write-ahead log handling, per discussion. | Bruce Momjian |
| 2002-08-17 | Add lock file. | Bruce Momjian |
| 2002-08-17 | In that case, attached is a patch which locates the beginning of the | Bruce Momjian |
| 2002-08-17 | [ Newest version of patch applied.] | Bruce Momjian |
| 2002-08-17 | Add libpq connection timeout parameter. | Bruce Momjian |
| 2002-08-17 | What I have done for libpgtcl: | Bruce Momjian |
| 2002-08-17 | Improve documentation of trigger firing queue handling, cleanup. | Bruce Momjian |
| 2002-08-17 | Fix broken Makefiles. | Tom Lane |
| 2002-08-17 | Add files for pg_resetxlog. | Bruce Momjian |
| 2002-08-17 | Move pg_controldata to /bin. | Bruce Momjian |
| 2002-08-16 | Modify pg_dump to dump foreign-key constraints as constraints, not as | Tom Lane |
| 2002-08-16 | Code review for patch to dump primary and unique constraints as | Tom Lane |
| 2002-08-16 | Make domain types indexable. Rod Taylor & Tom Lane. | Tom Lane |
| 2002-08-16 | Move pg_controldata from /contrib to src/bin. | Bruce Momjian |
| 2002-08-16 | removed duplicate code from jdbc2 classes | Dave Cramer |
| 2002-08-16 | applied patch to fix encoding bug supplied by Jun Kawai | Dave Cramer |
| 2002-08-16 | Applied patch for MD5 bug submitted by Jun Kawai | Dave Cramer |
| 2002-08-16 | Performance tweaks to StringBuffer suggested by hhaag@gmx.de | Barry Lind |
| 2002-08-16 | Remove interfaces/ssl. Was unclaimed stuff that had no more usefulness. | Bruce Momjian |
| 2002-08-15 | Tom Lane wrote: | Bruce Momjian |
| 2002-08-15 | This fixes some text as well as enforces the use of "drop table cascade" | Bruce Momjian |
| 2002-08-15 | Well, that certainly appeared to be very straight forward. pg.py and | Bruce Momjian |
| 2002-08-15 | http://archives.postgresql.org/pgsql-bugs/2002-06/msg00086.php and never | Bruce Momjian |
| 2002-08-15 | Backed out. It is part of a later patch. | Bruce Momjian |
| 2002-08-15 | I'm giving a try at some TODO items. Currently it's the turn of the | Bruce Momjian |
| 2002-08-15 | Appears there is a problem finding the opclass when indexing a domain. | Bruce Momjian |
| 2002-08-15 | As discussed on several occasions previously, the new anonymous | Bruce Momjian |
| 2002-08-15 | The second enables tab-complete to analyze. It ignores schema stuff (so | Bruce Momjian |
| 2002-08-14 | Really truly enable encrypted passwords by default. | Tom Lane |
| 2002-08-14 | Enable encrypted passwords by default. | Bruce Momjian |
| 2002-08-14 | Added support for JDBC3. The driver will now build under JDBC3 (i.e. Java 1.4). | Barry Lind |
| 2002-08-14 | I guess I'd vote for changing the code to be | Bruce Momjian |
| 2002-08-14 | Fix memory leak in SetClientEncoding(). | Tatsuo Ishii |
| 2002-08-14 | Add Cyrillic and other encodings for encoding conversion. | Tatsuo Ishii |
| 2002-08-13 | Put back old code. | Bruce Momjian |
| 2002-08-13 | Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion... | Bruce Momjian |
| 2002-08-13 | Fix tuple-chain-moving tests to handle marked-for-update tuples correctly | Tom Lane |
| 2002-08-13 | Make sure that t_ctid is reset to equal t_self in heap_delete and | Tom Lane |
| 2002-08-13 | Remove obsolete uses of lanispl. Only used in pg_dump now, but can be | Peter Eisentraut |
| 2002-08-12 | Remove use of __P so that <sys/cdefs.h> is not needed. Per suggestion | Tom Lane |
| 2002-08-12 | Convert possibly-unsafe sprintf's to snprintf's. | Tom Lane |
| 2002-08-12 | Buffer-overrun paranoia. | Tom Lane |
| 2002-08-12 | Restructure rowtype-parameter handling to eliminate need for possibly- | 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-11 | Create/drop cast now requires ownership of at least one of the types. | Peter Eisentraut |
| 2002-08-11 | Make cluster regress test functional. | Tom Lane |
| 2002-08-11 | Neil's patch was supposed to remove this, too. | Tom Lane |
| 2002-08-11 | Now that we allow ANALYZE to run inside a transaction block, the locks | Tom Lane |
| 2002-08-10 | Update with newer version of CLUSTER patch posted August 8. | Bruce Momjian |