| Age | Commit message (Expand) | Author |
| 1999-04-16 | Fix kill() call in elog() so that it gets its own pid by calling getpid(). | Tatsuo Ishii |
| 1999-04-16 | Overhaul Wisconsin Benchmark test suit | Tatsuo Ishii |
| 1999-04-16 | Improve error messages when a connection is rejected. | Tom Lane |
| 1999-04-15 | Fix max(int8) result by making sure int8larger() copies its result | Thomas G. Lockhart |
| 1999-04-15 | Initialize reltuples = 1000, relpages = 10 in a newly created | Tom Lane |
| 1999-04-15 | Add ORDER BY clauses to some select-from-view operations | Tom Lane |
| 1999-04-15 | psql did the wrong thing with COPY FROM STDIN inside a file | Tom Lane |
| 1999-04-15 | Move some useful date/time test macros to here to allow | Thomas G. Lockhart |
| 1999-04-15 | Declare hashint8(). | Thomas G. Lockhart |
| 1999-04-15 | Fix code to check legal dates *before* calling localtime() to get the | Thomas G. Lockhart |
| 1999-04-15 | Fix boolean assignment of return values to use "FALSE" rather than the | Thomas G. Lockhart |
| 1999-04-15 | Code modified to reject out of range day of month. | Thomas G. Lockhart |
| 1999-04-15 | Fix error message to match that returned by new regression test reference | Thomas G. Lockhart |
| 1999-04-15 | Correct documentation of CREATE OPERATOR. | Tom Lane |
| 1999-04-14 | Correct psql's online help for CREATE OPERATOR, which did | Tom Lane |
| 1999-04-14 | pg_dump was trying to use an incorrect (or, perhaps, only obsolete?) | Tom Lane |
| 1999-04-14 | *** empty log message *** | Michael Meskes |
| 1999-04-14 | use new config.guess output for system specific expected files .. | Marc G. Fournier |
| 1999-04-14 | use config.guess instead of uname -s to figure out system, so that we can | Marc G. Fournier |
| 1999-04-13 | Fix adding columns to a temp table. | Bruce Momjian |
| 1999-04-13 | Add ARM32 support by Andrew McMurry | Bruce Momjian |
| 1999-04-13 | array_in is defined in the system catalog as taking two arguments while it | Bruce Momjian |
| 1999-04-13 | There are some bugs about backward scanning using | Bruce Momjian |
| 1999-04-13 | *** empty log message *** | Michael Meskes |
| 1999-04-12 | Fix HEAP_MOVED_IN handling in HeapTupleSatisfiesDirty(). | Vadim B. Mikheev |
| 1999-04-12 | Some comments... | Vadim B. Mikheev |
| 1999-04-12 | Unique btree-s: | Vadim B. Mikheev |
| 1999-04-12 | add mipsel-unknown-linux-gnu support. config.guess seems slightly changed | Tatsuo Ishii |
| 1999-04-11 | Implement UpdateCount | Peter Mount |
| 1999-04-11 | Repair problems seen when CREATE OPERATOR mentions a | Tom Lane |
| 1999-04-10 | Fix another batch of bogosities in pg_operator table. | Tom Lane |
| 1999-04-10 | Tweak create_operator regress test so it doesn't illustrate | Tom Lane |
| 1999-04-09 | Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke while | Tom Lane |
| 1999-04-07 | Fix some more hashjoin-related bugs in pg_operator. Fix | Tom Lane |
| 1999-04-07 | Unmark 'hashable' operators that can't really be used for | Tom Lane |
| 1999-04-06 | Version string was truncating the last character. | Thomas G. Lockhart |
| 1999-04-06 | On reflection, filesize limit ought to be an exact power | Tom Lane |
| 1999-04-05 | Reduce default file size limit to 1Gb, and move the | Tom Lane |
| 1999-04-05 | Fix HEAP_MOVED_OFF handling in HeapTupleSatisfiesDirty | Vadim B. Mikheev |
| 1999-04-05 | Fix potential overflow problems when relation size exceeds | Tom Lane |
| 1999-04-04 | We use CFLAGS = -O2 on every other gcc platform, so why not | Tom Lane |
| 1999-04-04 | Use MAXALIGN value found by configure instead of a | Tom Lane |
| 1999-04-03 | Give a better error message if an SQL-language function is | Tom Lane |
| 1999-04-03 | Fix bogus pg_amop entries for int8 hash, cidr btree, | Tom Lane |
| 1999-04-03 | Fix nasty bug in optimization of multiway joins: optimizer | Tom Lane |
| 1999-04-02 | Repair problems with omitted password and VALID UNTIL | Tom Lane |
| 1999-04-02 | Remove overly presumptuous use of __STDC__ in c.h, replacing | Tom Lane |
| 1999-04-02 | Clean up compile errors and warnings, cf Billy Allie's | Tom Lane |
| 1999-04-02 | Update config.guess and config.sub to versions from | Tom Lane |
| 1999-03-30 | Add -E option | Tatsuo Ishii |