| Age | Commit message (Expand) | Author |
| 2000-04-16 | Change postmaster.opts.default.sample. remove -S option. | Tatsuo Ishii |
| 2000-04-16 | get_relattval() should treat a NULL constant as a non-constant expression, | Tom Lane |
| 2000-04-15 | elog(NOTICE) during COPY incorrectly reset lineno to 0, causing any | Tom Lane |
| 2000-04-14 | fixed another psql \e bug (handle newlines as whitespace) | Peter Eisentraut |
| 2000-04-14 | Fix spelling of "millennium". | Thomas G. Lockhart |
| 2000-04-14 | Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC. | Thomas G. Lockhart |
| 2000-04-14 | Fix silly definition order in config.h --- we had prototypes like | Tom Lane |
| 2000-04-14 | Another static-vs-not-static error. | Tom Lane |
| 2000-04-14 | Remove bogus extern for 'descriptors' variable, which is in fact static. | Tom Lane |
| 2000-04-14 | #undef const, inline, signed, volatile, on the expectation that a C++ | Tom Lane |
| 2000-04-14 | Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket on | Tom Lane |
| 2000-04-14 | If configure finds that inet_aton() is not present on this platform, | Tom Lane |
| 2000-04-14 | Revert inclusion of postgres_ext.h to use "..." instead of <...>, per | Tom Lane |
| 2000-04-14 | Repair bug reported by Wickstrom: backend would crash if WHERE clause | Tom Lane |
| 2000-04-13 | Fixed CREATE TYPE to recognize changed parsenodes | Jan Wieck |
| 2000-04-12 | A few more macro cleanups | Bruce Momjian |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-04-12 | Reverse out macro fix for the time being. | Bruce Momjian |
| 2000-04-12 | Prevent drop database failure from showing. | Bruce Momjian |
| 2000-04-12 | Fix assert with missing semicolon | Bruce Momjian |
| 2000-04-12 | Update pgindent | Bruce Momjian |
| 2000-04-11 | Update pgindent | Bruce Momjian |
| 2000-04-11 | Update pgindent for 7.0 release | Bruce Momjian |
| 2000-04-11 | Thomas pointed out this bug in my non-blocking stuff. | Bruce Momjian |
| 2000-04-11 | Allow libpq++ compile to fail | Bruce Momjian |
| 2000-04-11 | disable plperl | Bruce Momjian |
| 2000-04-11 | Clean up temp files from \e. | Bruce Momjian |
| 2000-04-10 | Tweak smgrblindwrt per advice from Vadim: add parameter indicating | Tom Lane |
| 2000-04-10 | The constant in backend/utils/misc/trace.c, line 32 limits the length of | Bruce Momjian |
| 2000-04-10 | Fix an Assert bug(was my fault) pointed out by Tom Lane. | Hiroshi Inoue |
| 2000-04-09 | Buffer manager modifications to keep a local buffer-dirtied bit as well | Tom Lane |
| 2000-04-09 | Further tweaking of indexscan cost estimates. | Tom Lane |
| 2000-04-08 | Add new pg_options.sample file. | Bruce Momjian |
| 2000-04-08 | Tweak TypeCategory to treat new BIT types as of STRING category, rather | Tom Lane |
| 2000-04-08 | I think we want machine pattern i.86 not i386 --- looks like config.guess | Tom Lane |
| 2000-04-08 | Add colo to display at end of initdb. | Bruce Momjian |
| 2000-04-08 | *** empty log message *** | Michael Meskes |
| 2000-04-08 | Fix relcache refcount leakage when inv_drop is applied | Tom Lane |
| 2000-04-08 | Add zpbit and varbit data types from Adrian Joubert | Thomas G. Lockhart |
| 2000-04-08 | Update for to_char change. | Tom Lane |
| 2000-04-08 | Tweak parallel test script so that command line options for postmaster | Tom Lane |
| 2000-04-08 | Add copyObject logic for TruncateStmt and a few other utility-statement | Tom Lane |
| 2000-04-07 | Update create_rule manual page. | Bruce Momjian |
| 2000-04-07 | resultmap additions for solaris x86 ... | Marc G. Fournier |
| 2000-04-07 | Use initdb --noclean so that test database is available for examination | Tom Lane |
| 2000-04-07 | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart |
| 2000-04-07 | Commebts & one check in EndEvalPlanQual(). | Vadim B. Mikheev |
| 2000-04-07 | Fix (I hope) resource leakage in EvalPlanQual: open subplans must be | Tom Lane |
| 2000-04-07 | Partial fix for EvalPlanQual bugs reported by Magnus Hagander, 3-Apr. | Tom Lane |
| 2000-04-06 | Update initdb display of postmaster startup | Bruce Momjian |