| Age | Commit message (Expand) | Author |
| 2002-08-29 | Change FreeBSD to use -O2, important for MemSet. | Bruce Momjian |
| 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 | Cause REINDEX to regard TOAST tables as regular relations, not system | Tom Lane |
| 2002-08-29 | Remove MULTIBYTE | Tatsuo Ishii |
| 2002-08-29 | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii |
| 2002-08-29 | Rephrase 'Cannot insert into a view' and related messages, per | Tom Lane |
| 2002-08-29 | update mbregress expected files | Tatsuo Ishii |
| 2002-08-29 | Produce a somewhat-useful error message, namely | Tom Lane |
| 2002-08-29 | FOUND patch was a bit over-enthusiastic: SQL commands that are not | Tom Lane |
| 2002-08-29 | Remove support for version-0 FE/BE protocol, per pghackers discussion. | Tom Lane |
| 2002-08-29 | Fix ruleutils to dump column definition lists for anonymous record types | Tom Lane |
| 2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
| 2002-08-28 | Initial Spanish translation from Karim Mribti <karim@inlosa.com> | Peter Eisentraut |
| 2002-08-28 | Updates from Dennis Bjorklund | Peter Eisentraut |
| 2002-08-28 | Break up the long usage messages in pg_dump and pg_restore and | Peter Eisentraut |
| 2002-08-28 | Remove TIOGA files from CVS current; they remain in repositiry. | Bruce Momjian |
| 2002-08-28 | This trivial patches fixes the error message returned by CREATE INDEX | Bruce Momjian |
| 2002-08-28 | backend where a statically sized buffer is written to. Most of these | Bruce Momjian |
| 2002-08-28 | This is a quick patch to fix a crash in pgquery_dictresult() introduced | Bruce Momjian |
| 2002-08-28 | The following small patch provides a couple of minor updates (against | Bruce Momjian |
| 2002-08-28 | Dump ALTER DATABASE/USER ... SET ... | Peter Eisentraut |
| 2002-08-28 | Allow FOR UPDATE to appear after LIMIT/OFFSET to match MySQL syntax and as | Bruce Momjian |
| 2002-08-27 | Fix compile warning. | Tom Lane |
| 2002-08-27 | Flush output streams before calling pg_dump subprocess. | Peter Eisentraut |
| 2002-08-27 | Disable use of -c and -a together in pg_dump; they don't make sense together. | Bruce Momjian |
| 2002-08-27 | Bring comments back in sync with code. | Tom Lane |
| 2002-08-27 | Throw error on pg_atoi(''), regression adjustments. | Bruce Momjian |
| 2002-08-27 | Enable locale, so case conversion (identifier processing) and number | Peter Eisentraut |
| 2002-08-27 | Reimplement pg_dumpall in C. Currently no change in functionality, | Peter Eisentraut |
| 2002-08-27 | Add '+' mention in \? help. More clean of \? to do. | Bruce Momjian |
| 2002-08-27 | Make change for pg_locks table. | Bruce Momjian |
| 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 |