| Age | Commit message (Expand) | Author |
| 2000-04-14 | Fix spelling of "millennium". | Thomas G. Lockhart |
| 2000-04-14 | Fix silly definition order in config.h --- we had prototypes like | Tom Lane |
| 2000-04-14 | Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket on | Tom Lane |
| 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-10 | Tweak smgrblindwrt per advice from Vadim: add parameter indicating | Tom Lane |
| 2000-04-09 | Buffer manager modifications to keep a local buffer-dirtied bit as well | Tom Lane |
| 2000-04-08 | Add zpbit and varbit data types from Adrian Joubert | Thomas G. Lockhart |
| 2000-04-07 | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart |
| 2000-04-04 | Fix bug noted by Bruce: FETCH in an already-aborted transaction block | Tom Lane |
| 2000-04-04 | Fix extremely nasty little bug observed when a sub-SELECT appears in | Tom Lane |
| 2000-03-31 | Get rid of SetBufferWriteMode(), which was an accident waiting to happen. | Tom Lane |
| 2000-03-30 | Add configure checks to see if 'using namespace std' and | Tom Lane |
| 2000-03-27 | Fix up comments where had been uglified by the automated reformatter. | Thomas G. Lockhart |
| 2000-03-24 | Improve comment. | Tom Lane |
| 2000-03-24 | Rename bytea functions to not have upper-case letters in their names. | Tom Lane |
| 2000-03-23 | >> 5. empty define that results in an empty but terminated line ( ; ) | Bruce Momjian |
| 2000-03-22 | Repair logic flaw in cost estimator: cost_nestloop() was estimating CPU | Tom Lane |
| 2000-03-21 | Restructure planning code so that preprocessing of targetlist and quals | Tom Lane |
| 2000-03-20 | Reverse out BYTEA type coersion. | Bruce Momjian |
| 2000-03-20 | Add compatiblity information for bytea. | Bruce Momjian |
| 2000-03-19 | Change MemSet and StrNCpy to evaluate their arguments only once. | Tom Lane |
| 2000-03-19 | Fix incorrect implementation of log(x) for numeric, as well as | Tom Lane |
| 2000-03-18 | Update bytea type description | Bruce Momjian |
| 2000-03-18 | Clean up minor compiler warnings. | Tom Lane |
| 2000-03-17 | Add safety check on expression nesting depth. Default value is set by | Tom Lane |
| 2000-03-17 | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane |
| 2000-03-16 | Turns out that Mazurkiewicz's gripe about 'function inheritance' is | Tom Lane |
| 2000-03-16 | Fix some (more) problems with subselects in rules. Rewriter failed to | Tom Lane |
| 2000-03-14 | Cache fmgr lookup data for index's getnext() function in IndexScanDesc, | Tom Lane |
| 2000-03-14 | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart |
| 2000-03-09 | Trial implementation of ALTER DROP COLUMN. | Hiroshi Inoue |
| 2000-03-08 | I've made a diff against the 7.0beta1 tree that accomplishes several things: | Bruce Momjian |
| 2000-03-05 | Added configure test for readline's filename_completion_function | Peter Eisentraut |
| 2000-03-01 | Simplify parsing of column constraints by treating constraint attributes | Tom Lane |
| 2000-02-27 | Jan forgot to increment catversion when adding lztext. Naughty naughty. | Tom Lane |
| 2000-02-27 | Reactivated LZTEXT data type and changed rule plan- and qual-strings | Jan Wieck |
| 2000-02-27 | Add Assert() to check for trying to heap_close a relation when the | Tom Lane |
| 2000-02-26 | Fix exprTypmod to recognize length-coercion function expressions, | Tom Lane |
| 2000-02-26 | Shared-memory hashtables have non-extensible directories, which means | Tom Lane |
| 2000-02-24 | Add missing files like foreign key regression tests and config.h.win32. | Bruce Momjian |
| 2000-02-24 | Add numeric <-> int8 and numeric <-> int2 conversion functions, as well | Tom Lane |
| 2000-02-23 | 1. miscadmin.h needs to include sys/types.h for a definition of pid_t | Bruce Momjian |
| 2000-02-22 | Change cancel while waiting-for-lock stuff. | Hiroshi Inoue |
| 2000-02-21 | Change parse-time representation of float literals (which include oversize | Tom Lane |
| 2000-02-21 | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane |
| 2000-02-21 | fix the TODO | Hiroshi Inoue |
| 2000-02-20 | Create a new expression node type RelabelType, which exists solely to | Tom Lane |