| Age | Commit message (Expand) | Author |
| 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 |
| 2000-02-08 | I'm sending patch with new version of to_char numbers formatting. | Bruce Momjian |
| 2000-02-07 | Repair planning bugs caused by my misguided removal of restrictinfo link | Tom Lane |
| 2000-02-06 | Rename same() to sameseti() to have a slightly less generic name. Move | Tom Lane |
| 2000-02-05 | Further cleanup for OR-of-AND WHERE-clauses. orindxpath can now handle | Tom Lane |
| 2000-01-31 | Fixed bug in NO ACTION trigger proc entries. | Jan Wieck |
| 2000-01-31 | Fix problems seen in parallel regress tests when SI buffer overruns (causing | Tom Lane |
| 2000-01-29 | Delete unused and long-dead header file. | Tom Lane |
| 2000-01-27 | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane |
| 2000-01-26 | Remove duplicate extern declaration. | Tom Lane |
| 2000-01-26 | Add: | Bruce Momjian |
| 2000-01-25 | as attache of this mail is patch (to the main tree) with to_char's | Bruce Momjian |
| 2000-01-24 | Made abstime/reltime use int4 instead of time_t (TODO item) | Peter Eisentraut |
| 2000-01-24 | First cut at making useful selectivity estimates for range queries | Tom Lane |
| 2000-01-24 | Update for index change. Semes it didn't work the first time. | Bruce Momjian |
| 2000-01-24 | Remove Ops parameter from STATRELID cache lookup, for Tom Lane and | Bruce Momjian |
| 2000-01-23 | Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetches | Tom Lane |
| 2000-01-23 | First cut at unifying regular selectivity estimation with indexscan | Tom Lane |
| 2000-01-22 | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane |
| 2000-01-22 | added ALTER TABLE DROP COLUMN, early version | Peter Eisentraut |
| 2000-01-22 | Change a few routines into macros to improve speed of COPY IN inner loop. | Tom Lane |
| 2000-01-21 | Fix tab-complete so it works with old versions of readline that don't | Tom Lane |
| 2000-01-20 | Clean up longstanding gcc warnings by adding missing extern | Tom Lane |
| 2000-01-20 | Clean up longstanding gcc warnings by adding missing extern | Tom Lane |
| 2000-01-19 | Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result | Tom Lane |
| 2000-01-19 | Removed MBFLAGS from makefiles since it's now done in include/config.h. | Peter Eisentraut |
| 2000-01-18 | Add builtin functions: | Tatsuo Ishii |
| 2000-01-17 | setheapoverride() is history. Uses replaced with CommandCounterIncrement() | Tom Lane |
| 2000-01-17 | Pass atttypmod to CoerceTargetExpr, so that it can pass it on to | Tom Lane |
| 2000-01-17 | Hmm, numeric array type was missing too. Added. | Tom Lane |
| 2000-01-17 | Fix for TODO item * spinlock stuck problem when elog(FATAL) | Hiroshi Inoue |
| 2000-01-17 | Update unused_oids script so it works with non-GNU awk --- /* ... */ | Tom Lane |
| 2000-01-17 | Apparently, no one's ever used float4abs(), because it's got incorrect | Tom Lane |
| 2000-01-17 | Create a new parsetree node type, TypeCast, so that transformation of | Tom Lane |
| 2000-01-16 | Included all yacc and lex files into the distribution. | Peter Eisentraut |