| Age | Commit message (Expand) | Author |
| 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 |
| 2000-02-20 | Moved psql \eset and \eshow to \encoding | Peter Eisentraut |
| 2000-02-20 | Even after the great date/time consolidation, TypeCategory() was still | Tom Lane |
| 2000-02-19 | Get rid of postgres.c's separate parsing logic for PGDATESTYLE env. | Tom Lane |
| 2000-02-18 | Plug some more memory leaks in the planner. It still leaks like a sieve, | Tom Lane |
| 2000-02-18 | Implement reindex command | Hiroshi Inoue |
| 2000-02-18 | Replace inefficient _bt_invokestrat calls with direct calls to the | Tom Lane |
| 2000-02-17 | Finish repairing 6.5's problems with r-tree indexes: create appropriate | Tom Lane |
| 2000-02-16 | Implement "date/time grand unification". | Thomas G. Lockhart |
| 2000-02-15 | New cost model for planning, incorporating a penalty for random page | Tom Lane |
| 2000-02-15 | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart |
| 2000-02-15 | Fix up tabbing for _int8 entry. | Thomas G. Lockhart |
| 2000-02-13 | contrib-array.patch | Bruce Momjian |
| 2000-02-13 | 2. trigger.c fails to compile due to a syntax error. It contains | Bruce Momjian |
| 2000-02-10 | Add btree indexing of boolean values | Bruce Momjian |
| 2000-02-09 | I checked the WinNT port yesterday (a few days old snapshot from CVS) and I | Bruce Momjian |