| Age | Commit message (Expand) | Author |
| 2001-11-05 | CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column names | Tom Lane |
| 2001-11-05 | Remove ill-considered Assert. | Tom Lane |
| 2001-11-04 | Fix now-obsolete comment. | Tom Lane |
| 2001-11-04 | Merge three existing ways of signaling postmaster from child processes, | Tom Lane |
| 2001-11-04 | Got "ADD" to appear only in ALTER TABLE and not CREATE TABLE | Bruce Momjian |
| 2001-11-04 | Remove "ADD" from TABLE / ADD UNIQUE-PRIMARY error message because the | Bruce Momjian |
| 2001-11-02 | Add default expressions to INSERTs during planning, not during parse | Tom Lane |
| 2001-11-02 | Fix pg_pwd caching mechanism, which was broken by changes to fork | Tom Lane |
| 2001-11-02 | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane |
| 2001-11-01 | Minor code cleanups. | Tom Lane |
| 2001-11-01 | Reject tabs and linefeeds in usernames and passwords that are being | Tom Lane |
| 2001-11-01 | Add missing #include. | Tom Lane |
| 2001-11-01 | Suppress trivial compiler warning. | Tom Lane |
| 2001-10-31 | More *.po cleanups for new spacing. | Bruce Momjian |
| 2001-10-31 | Modify *.po files and regression expected output for new clearer error | Bruce Momjian |
| 2001-10-31 | Here is an updated version of /src/backend/po/ru.po | Bruce Momjian |
| 2001-10-31 | Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne. | Bruce Momjian |
| 2001-10-30 | Fix problems with subselects used in GROUP BY expressions, per gripe | Tom Lane |
| 2001-10-30 | Fix small problem Tom Lane found with pgindent run. | 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-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | Fix a couple of places where lack of parenthesization of a cast | Tom Lane |
| 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 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-25 | Add do { ... } while (0) to more bad macros. | Bruce Momjian |
| 2001-10-24 | All three *.po patches applied. | Bruce Momjian |
| 2001-10-24 | Allow concurrent index creation for the same table. | Hiroshi Inoue |
| 2001-10-23 | Add support for INTERVAL's new typmod values to format_type. | Tom Lane |
| 2001-10-23 | Fix foreign keys on system columns. | Tom Lane |
| 2001-10-23 | Make SPI's column-accessing functions work for system columns as well as | Tom Lane |
| 2001-10-23 | Now I had them reversed. Wow that syntax is error-prone. | Bruce Momjian |
| 2001-10-23 | Syntax fix. Can't use #ifdef in gram.y. | Bruce Momjian |
| 2001-10-23 | Back out LIMIT #,# removal and mark it as to-be-removed in 7.3. | Bruce Momjian |
| 2001-10-23 | Add error checking to PageRepairFragmentation to ensure that it can | Tom Lane |
| 2001-10-22 | Cause transformIndexConstraints() to do the right thing with requests | Tom Lane |
| 2001-10-22 | Consolidate tables of known system attributes into one table. | Tom Lane |
| 2001-10-22 | Further cleanup of ps_status setup code. On platforms where the | Tom Lane |
| 2001-10-22 | Add defenses against invalid operator names passed in CREATE OPERATOR | Tom Lane |
| 2001-10-21 | Fix FindExec() for case where executable is found via a relative path | Tom Lane |
| 2001-10-21 | Fix getopt-vs-init_ps_display problem by copying original argv[] info, | Tom Lane |
| 2001-10-20 | Change LIMIT #,# error message to be more generic. | Bruce Momjian |
| 2001-10-20 | Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion. | Bruce Momjian |
| 2001-10-20 | Fix transposed arguments for typmod for one INTERVAL production. | Thomas G. Lockhart |
| 2001-10-19 | Proper fix for glibc getopt() botch. Surprising we did not see this | Tom Lane |
| 2001-10-19 | Set optreset on platforms that have it before launching postmaster | Tom Lane |
| 2001-10-19 | Ensure that all startup paths (postmaster, standalone postgres, or | Tom Lane |
| 2001-10-19 | Move init_ps_display from postgres.c to postmaster.c, putting it | Tom Lane |
| 2001-10-18 | Spell 'between' correctly, clean up spacing in error messages. | Tom Lane |