| Age | Commit message (Expand) | Author |
| 2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
| 2000-08-29 | This is mostly the same as an earlier patch I | Bruce Momjian |
| 2000-08-26 | This file seems not to have been updated for the most | Tom Lane |
| 2000-08-24 | GetAttributeByName and GetAttributeByNum should be declared to return | Tom Lane |
| 2000-08-21 | First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. | Tom Lane |
| 2000-08-07 | Forgot to update the regression test output. | Thomas G. Lockhart |
| 2000-08-06 | Implement LIKE/ESCAPE. Change parser to use like()/notlike() | Thomas G. Lockhart |
| 2000-08-03 | Convert inet-related functions to new fmgr style. I have also taken it | Tom Lane |
| 2000-07-30 | Type lztext is toast. | Tom Lane |
| 2000-07-30 | Convert all remaining geometric operators to new fmgr style. This | Tom Lane |
| 2000-07-29 | PATH and POLYGON datatypes are now TOASTable. Associated functions | Tom Lane |
| 2000-07-28 | Add int2-vs-int8 comparison operators. These are now necessary because | Tom Lane |
| 2000-07-23 | Unset locale variables before running regression tests. (All of them!) | Peter Eisentraut |
| 2000-07-23 | Further cleanup of array behavior. Slice assignments to arrays with | Tom Lane |
| 2000-07-18 | Add an opr_sanity check for misdefined aggregates that have transition | Tom Lane |
| 2000-07-17 | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane |
| 2000-07-16 | Hmm. I didn't expect a change since I hadn't added tests for the new | Bruce Momjian |
| 2000-07-14 | Implement nested block comments in the backend and in psql. | Thomas G. Lockhart |
| 2000-07-13 | Fix typo, from Keith Parks | Peter Eisentraut |
| 2000-07-09 | Fix handling of pre-existing LD_LIBRARY_PATH, from Keith Parks | Peter Eisentraut |
| 2000-07-09 | Another round of those unportable config/build changes :-/ | Peter Eisentraut |
| 2000-07-06 | Backend makefile cleanup. make maintainer-clean is now completely | Peter Eisentraut |
| 2000-07-05 | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane |
| 2000-07-05 | Make the regression tests safe for TOAST. | Tom Lane |
| 2000-07-05 | New resultmap for Alpha, from Ryan Kirkpatrick | Bruce Momjian |
| 2000-07-03 | In the attache is new (correct) version. I add TZ (timezone) support | Bruce Momjian |
| 2000-07-02 | Attached is a new patch which addresses this problem. (oids in | Bruce Momjian |
| 2000-07-01 | Back out Karels to_char changes. | Bruce Momjian |
| 2000-07-01 | In the attache is new to_date()/to_timestamp() version. | Bruce Momjian |
| 2000-06-20 | Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in the | Peter Eisentraut |
| 2000-06-19 | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane |
| 2000-06-17 | Remove fmgrstamp-h business -- not needed and confusing | Peter Eisentraut |
| 2000-06-13 | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane |
| 2000-06-12 | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian |
| 2000-06-11 | Update sequence-related functions to new fmgr style. Remove downcasing, | Tom Lane |
| 2000-06-10 | Update regression tests for ONLY and other recent changes. | Tom Lane |
| 2000-06-09 | Clean up regression for new 1st/9th/3rd fixes. | Bruce Momjian |
| 2000-06-09 | Add inherit regression files. | Bruce Momjian |
| 2000-06-09 | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian |
| 2000-06-05 | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane |
| 2000-06-04 | Remove FROM warning by fixing query. | Bruce Momjian |
| 2000-06-03 | New warning code about auto-created range table entries. | Bruce Momjian |
| 2000-05-29 | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane |
| 2000-05-29 | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane |
| 2000-05-24 | Make the world safe for QNX's busted shell ... | Tom Lane |
| 2000-05-18 | Unset PGHOST | Bruce Momjian |
| 2000-05-18 | Use postmaster -i only on certain platforms. | Bruce Momjian |
| 2000-05-18 | Add QNX localhost flag to regression tests | Bruce Momjian |
| 2000-05-17 | The check of class string in configure (line 1732) fails because this class | Bruce Momjian |
| 2000-05-16 | Remove configure check for how to abbreviate 'tr A-Z a-z', and instead | Tom Lane |