| Age | Commit message (Expand) | Author |
| 2001-10-30 | Fix problems with subselects used in GROUP BY expressions, per gripe | Tom Lane |
| 2001-10-30 | fixed change in behavior introduced in bytea / getBytes changes. This patch ... | Barry Lind |
| 2001-10-30 | Fix small problem Tom Lane found with pgindent run. | Bruce Momjian |
| 2001-10-30 | updated patch from Mark Lillywhite per Tom Lane's comments: subtract VARHDRSZ... | Barry Lind |
| 2001-10-30 | applied patch from Mark Lillywhite, patch was already applied to jdbc2, this ... | Barry Lind |
| 2001-10-29 | Add trailing semicolon for Joe Conway | Bruce Momjian |
| 2001-10-29 | Update HISTORY per HACKERS discussion. | Bruce Momjian |
| 2001-10-29 | Add gp->gr_mem != NULL check for Solaris, per Seth Hettich | Bruce Momjian |
| 2001-10-29 | Check for NULL return from getgrgid(), per Seth Hettich | Bruce Momjian |
| 2001-10-29 | Fix bug with illegal call to calloc. | Tatsuo Ishii |
| 2001-10-29 | Change position of a check button in multibyte mode. | Hiroshi Inoue |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-27 | Add code to trip trailing newlines in a file. | Bruce Momjian |
| 2001-10-27 | Correct fix for indenting. | Bruce Momjian |
| 2001-10-26 | Update WAL configuration discussion to reflect post-7.1 tweaking. | Tom Lane |
| 2001-10-26 | More cleanup of CREATE FUNCTION examples. | Tom Lane |
| 2001-10-26 | Remove no-longer-needed dependencies on DLSUFFIX. | Tom Lane |
| 2001-10-26 | Editorial work on xfunc chapter --- better explanations about SQL | Tom Lane |
| 2001-10-26 | Adjust NR tests. More accurate. | Bruce Momjian |
| 2001-10-26 | Add code to not indent enum, per Tom Lane. | Bruce Momjian |
| 2001-10-26 | Add ODBC typedefs. | Bruce Momjian |
| 2001-10-26 | Update TODO list. | Bruce Momjian |
| 2001-10-25 | updates to jdbc documentation for 7.2 | Barry Lind |
| 2001-10-25 | Remove 294 reduce/reduce conflicts. | Tom Lane |
| 2001-10-25 | Fix a couple of places where lack of parenthesization of a cast | Tom Lane |
| 2001-10-25 | Mention pgindent/pgjindent. | Bruce Momjian |
| 2001-10-25 | Final update of HISTORY. | Bruce Momjian |
| 2001-10-25 | Add blank line before #endif to #endif's at the end of the file. | Bruce Momjian |
| 2001-10-25 | Update TODO list. | Bruce Momjian |
| 2001-10-25 | Add slash for comment spacing, for Tom. | Bruce Momjian |
| 2001-10-25 | Add comment spaces for trailing ) and comment. | Bruce Momjian |
| 2001-10-25 | Add spacing for single-line comments with trailing semicolon _and_ | Bruce Momjian |
| 2001-10-25 | Remove <> from FAQ_MSWIN, for Vince. | Bruce Momjian |
| 2001-10-25 | Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoid | Tom Lane |
| 2001-10-25 | Add missing output routine for FkConstraint nodes. | Tom Lane |
| 2001-10-25 | bmake sure that configure is tags as 7.2b1 now instead of 7.2devel | PostgreSQL Daemon |
| 2001-10-25 | Code cleanup.REL7_2_BETA1 | Bruce Momjian |
| 2001-10-25 | pgjindent jdbc files. First time jdbc files were formatted. | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-25 | Update to prevent CATALOG() from wrapping. | Bruce Momjian |
| 2001-10-25 | Add current typedef symbols to pgindent. | Bruce Momjian |
| 2001-10-25 | Add do { ... } while (0) to more bad macros. | Bruce Momjian |
| 2001-10-25 | Add more missing 'do { ... } while (0)' in missing macros. Without it, | Bruce Momjian |
| 2001-10-25 | Add missing "do { ... } while(0)" in ODBC macros and add find_baddefs | Bruce Momjian |
| 2001-10-24 | Include locale.h before undefining gettext() to avoid compilation errors | Peter Eisentraut |
| 2001-10-24 | All three *.po patches applied. | Bruce Momjian |
| 2001-10-24 | Here is a patch for DatabaseMetaData to show precision properly. It is | Bruce Momjian |
| 2001-10-24 | Allow concurrent index creation for the same table. | Hiroshi Inoue |
| 2001-10-24 | "time" is now a reserved keyword(changed to "mtime"). | Tatsuo Ishii |
| 2001-10-24 | fix for a bug in DatabaseMetaData.getIndexInfo(). This fixes a bug reported ... | Barry Lind |