| Age | Commit message (Expand) | Author |
| 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 | More connection timeout cleanups. | Bruce Momjian |
| 2002-08-27 | Cleanup of libpq connection timeout code. | Bruce Momjian |
| 2002-08-27 | Add fsm sizes. | 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-27 | This is a 2 line patch to src/interfaces/perl5/GNUMakefile that fixes | Bruce Momjian |
| 2002-08-27 | This patches replaces a few more usages of strcpy() and sprintf() when | Bruce Momjian |
| 2002-08-27 | I attach a little patch to make CLUSTER set and reset the indisclustered | Bruce Momjian |
| 2002-08-27 | Add to skip list in check_guc | Bruce Momjian |
| 2002-08-27 | Comment cleanup. | Bruce Momjian |
| 2002-08-27 | Script cleanups. | Bruce Momjian |
| 2002-08-27 | Clean up script. | Bruce Momjian |
| 2002-08-27 | Add check_guc utility to compare guc.c and postgresql.conf.sample. | Bruce Momjian |
| 2002-08-27 | Fix units in postgresql.conf. | Bruce Momjian |
| 2002-08-26 | Add units to postgresql.conf file. | Bruce Momjian |
| 2002-08-26 | Increase WIDTH_THRESHOLD from 256 to 1K. This addresses recent observation | Tom Lane |
| 2002-08-26 | Modify array operations to include array's element type OID in the | Tom Lane |
| 2002-08-25 | Add Bob Devine's name to the optimizer README. | Bruce Momjian |
| 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 | Enhancements to how queries with bind values are stored internally and sent to | Barry Lind |
| 2002-08-23 | Further cleanup around the edges of OPAQUE/pseudotype changes. Correct | Tom Lane |
| 2002-08-22 | Since the plpgsql test has been part of the standard regression tests | Tom Lane |
| 2002-08-22 | Transpose info from src/pl/plpgsql/test/README into standard regression test ... | Tom Lane |
| 2002-08-22 | Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc | Marc G. Fournier |
| 2002-08-22 | Fix bit rot in pg_dump's ability to dump from 7.2 and 7.1 servers. | Tom Lane |
| 2002-08-22 | Fixed-size buffer in dumpClasses is not big enough anymore given the | Tom Lane |
| 2002-08-22 | Code review for recent TRUNCATE changes. Tighten relation-kind check, | Tom Lane |
| 2002-08-22 | Commit updated repeat() patch, from Neil Conway | Bruce Momjian |
| 2002-08-22 | This patch should fix the problem. Doesn't include my previous patch | Bruce Momjian |
| 2002-08-22 | repeat() fix: | Bruce Momjian |
| 2002-08-22 | # Disallow TRUNCATE on tables that are involved in referential | Bruce Momjian |
| 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 | Remove erroneous character from Makefile due to editor error. | Bruce Momjian |
| 2002-08-22 | Okay, libpq++ is moved to GBorg, and all traces of it have been removed | Marc G. Fournier |
| 2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
| 2002-08-21 | Add --help and --version options. Message cleanup. NLS. | Peter Eisentraut |
| 2002-08-21 | Changes made so new conversion Makefiles will build out of the source tree. | Bruce Momjian |
| 2002-08-21 | Move PO files into subdirectories separate from the source code. | Peter Eisentraut |
| 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 | Increase buffer size in cash_words(). Pure paranoia; I don't think the | Tom Lane |
| 2002-08-20 | Update expected files for recent changes of domain tests. | Tom Lane |
| 2002-08-20 | This patch improves the behavior of FOUND in PL/PgSQL. In Oracle, | Bruce Momjian |
| 2002-08-20 | - test for indexes on a domain | Bruce Momjian |