| Age | Commit message (Expand) | Author |
| 2000-04-10 | The constant in backend/utils/misc/trace.c, line 32 limits the length of | Bruce Momjian |
| 2000-04-09 | Further tweaking of indexscan cost estimates. | Tom Lane |
| 2000-04-08 | Add zpbit and varbit data types from Adrian Joubert | Thomas G. Lockhart |
| 2000-04-07 | Update create_rule manual page. | Bruce Momjian |
| 2000-04-07 | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart |
| 2000-03-31 | Fix low-probability bug in relcache startup: write_irels wrote the | Tom Lane |
| 2000-03-30 | Tweak indexscan cost estimation: round estimated # of tuples visited up | Tom Lane |
| 2000-03-29 | Change rules for interpreting date/time input to disallow 1 and 3 character | Thomas G. Lockhart |
| 2000-03-24 | Rename bytea functions to not have upper-case letters in their names. | Tom Lane |
| 2000-03-23 | Float-to-int conversion functions should return NULL when given NULL | Tom Lane |
| 2000-03-23 | Improve selectivity estimation involving string constants: pay attention | Tom Lane |
| 2000-03-20 | Reverse out BYTEA type coersion. | Bruce Momjian |
| 2000-03-20 | Update for BYTEAOID. | Bruce Momjian |
| 2000-03-20 | Add compatiblity information for bytea. | Bruce Momjian |
| 2000-03-19 | cash_words_out function truncated its output by 1 character due to | Tom Lane |
| 2000-03-18 | Clean up minor compiler warnings. | Tom Lane |
| 2000-03-17 | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane |
| 2000-03-16 | Support full POSIX-style time zone: EST+3, PST-3, etc. | Thomas G. Lockhart |
| 2000-03-16 | Hi, | Bruce Momjian |
| 2000-03-15 | Update comment obsoleted by Thomas's latest fixes. | Tom Lane |
| 2000-03-15 | Fix busted TRANSLATE() code --- it coredumped due to pfree()'ing the | Tom Lane |
| 2000-03-14 | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart |
| 2000-03-13 | Extend numeric_round and numeric_trunc to accept negative scale inputs | Tom Lane |
| 2000-03-13 | Remove unnecessary limitations on lengths of bpchar and varchar constants. | Tom Lane |
| 2000-03-09 | Trial implementation of ALTER DROP COLUMN. | Hiroshi Inoue |
| 2000-03-08 | Extend #ifdef CLOBBER_FREED_MEMORY debugging option so that memory | Tom Lane |
| 2000-03-08 | Bruce and all: | Bruce Momjian |
| 2000-03-08 | Reversed out inet patch. | Bruce Momjian |
| 2000-03-08 | Hi, | Bruce Momjian |
| 2000-03-07 | Protects you from coredumps if you do eg. str::int4 where str is a text | Bruce Momjian |
| 2000-03-07 | Sorting for the inet data type randomly returns the wrong result | Bruce Momjian |
| 2000-03-01 | Small performance improvement in comparetup_heap. | Tom Lane |
| 2000-02-27 | Reactivated LZTEXT data type and changed rule plan- and qual-strings | Jan Wieck |
| 2000-02-27 | Minor improvements in regprocout() and oidvectortypes(). | Tom Lane |
| 2000-02-26 | Add date and time datatype handling to convert_to_scalar. (I was waiting | Tom Lane |
| 2000-02-26 | Change rule dumper to produce reasonable output for casts that assign | Tom Lane |
| 2000-02-26 | Shared-memory hashtables have non-extensible directories, which means | Tom Lane |
| 2000-02-24 | Add numeric <-> int8 and numeric <-> int2 conversion functions, as well | Tom Lane |
| 2000-02-24 | int8in failed to detect overflow; it really should. | Tom Lane |
| 2000-02-21 | Quick hack solution so that pg_dump of views works. Needs repair after | Tom Lane |
| 2000-02-21 | Oops, commited a test version of this file by accident. Revert. | Tom Lane |
| 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-20 | Create a new expression node type RelabelType, which exists solely to | 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 | 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 |