| Age | Commit message (Expand) | Author |
| 2000-02-21 | Tweak planner to use OFFSET+LIMIT, not just LIMIT, as estimate of the | Tom Lane |
| 2000-02-20 | Further cleanups for type coercion: treat the locution typename(argument) | Tom Lane |
| 2000-02-20 | Create a new expression node type RelabelType, which exists solely to | Tom Lane |
| 2000-02-20 | Fix broken list-slinging logic in func_select_candidate and | Tom Lane |
| 2000-02-20 | Even after the great date/time consolidation, TypeCategory() was still | Tom Lane |
| 2000-02-20 | Reduce proc_exit(1) to proc_exit(0) for errors detected in backend | Tom Lane |
| 2000-02-20 | Fix SERIAL columns, which Thomas inadvertently broke parsing of. | Tom Lane |
| 2000-02-19 | Repair longstanding violation of SQL92 semantics: GROUP BY would | Tom Lane |
| 2000-02-19 | Get rid of postgres.c's separate parsing logic for PGDATESTYLE env. | Tom Lane |
| 2000-02-19 | Accept the noise-word ALL in aggregate function invocations for SQL92 | Tom Lane |
| 2000-02-19 | First workaround solution for Jan's column constraint attributes. | Thomas G. Lockhart |
| 2000-02-19 | Clean up scan.l's handling of \r vs \n --- they are reliably treated as | Tom Lane |
| 2000-02-19 | Remove gcc warnings. The Postgres world isn't really safe | 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 | Fix assert bug(was my fault) | Hiroshi Inoue |
| 2000-02-17 | Finish repairing 6.5's problems with r-tree indexes: create appropriate | Tom Lane |
| 2000-02-16 | All regression tests pass except for rules.sql (unrelated). | Thomas G. Lockhart |
| 2000-02-16 | Implement "date/time grand unification". | Thomas G. Lockhart |
| 2000-02-16 | Make ISO date style (e.g. "2000-02-16 09:33") the default. | Thomas G. Lockhart |
| 2000-02-16 | If we don't have any stats for a boolean column, assume | Tom Lane |
| 2000-02-16 | Make eqsel produce better results for boolean columns, | Tom Lane |
| 2000-02-15 | Remove long-dead code. | Tom Lane |
| 2000-02-15 | Fix missing lfirst() in ListTableAsAttrs(). This code | Tom Lane |
| 2000-02-15 | New cost model for planning, incorporating a penalty for random page | Tom Lane |
| 2000-02-15 | Silence gcc warning about uninitialized var. | Tom Lane |
| 2000-02-15 | Removed unused var to silence gcc warning. | Tom Lane |
| 2000-02-15 | Repair bogus rule display of attr lists. | Tom Lane |
| 2000-02-15 | Remove some // comments, which are not ANSI C last I heard. | Tom Lane |
| 2000-02-15 | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart |
| 2000-02-15 | Add "DEC" as synonym for "DECIMAL". | Thomas G. Lockhart |
| 2000-02-15 | Recognize special case of POSIX time zone: "GMT+8" and "GMT-8". | Thomas G. Lockhart |
| 2000-02-15 | Fix up error and log messages. | 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 | Enable backward sequential scan even after reaching EOF. | Hiroshi Inoue |
| 2000-02-09 | Ooops ... 'char c' can hold a char, but it can't hold EOF ... | Tom Lane |
| 2000-02-08 | I'm sending patch with new version of to_char numbers formatting. | Bruce Momjian |
| 2000-02-07 | Mask removal of network_ops in 7.0. | Bruce Momjian |
| 2000-02-07 | Enabled MATCH <unspecified> | Jan Wieck |
| 2000-02-07 | Added complete MATCH <unspecified> support contributed by Don Baccus. | Jan Wieck |
| 2000-02-07 | Repair planning bugs caused by my misguided removal of restrictinfo link | Tom Lane |
| 2000-02-07 | Remove ugly call ImmediateSharedRelationCacheInvalidate() | Hiroshi Inoue |
| 2000-02-06 | Removed special hack causing ON UPDATE NO ACTION trigger to | Jan Wieck |
| 2000-02-06 | Rename same() to sameseti() to have a slightly less generic name. Move | Tom Lane |
| 2000-02-05 | Replace nth() calls in inner loops with traversal of the list via | Tom Lane |
| 2000-02-05 | Further cleanup for OR-of-AND WHERE-clauses. orindxpath can now handle | Tom Lane |
| 2000-02-05 | Enabling automatic primary key detection for self-referencing | Jan Wieck |