| Age | Commit message (Expand) | Author |
| 1999-04-25 | Still had a few MULTIBYTE problems when client encoding was | Tom Lane |
| 1999-04-25 | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane |
| 1999-04-25 | Revise backend libpq interfaces so that messages to the frontend | Tom Lane |
| 1999-04-20 | Un-break CREATE TYPE. Fix some other inconsistencies in the | Tom Lane |
| 1999-04-20 | Change elog(ERROR) to get back to main loop via a plain sigsetjmp, | Tom Lane |
| 1999-04-19 | Repair some problems in planner's handling of HAVING clauses. | Tom Lane |
| 1999-04-16 | Add missing function prototypes to stifle gcc warnings. | 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-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-10 | Fix another batch of bogosities in pg_operator table. | 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 | 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-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 | 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-03-30 | Small cleanups. | Bruce Momjian |
| 1999-03-29 | Modify fmgr so that internal name (compiler name) of a built-in | Tom Lane |
| 1999-03-28 | 1. Vacuum is updated for MVCC. | Vadim B. Mikheev |
| 1999-03-28 | Clean up various minor irregularities detected by type_sanity | Tom Lane |
| 1999-03-28 | Remove pg_attribute_check.sql: these checks merged into new | Tom Lane |
| 1999-03-28 | Fix bogus function signature for areajoinsel. | Tom Lane |
| 1999-03-27 | Delete unused system table pg_parg. | Tom Lane |
| 1999-03-26 | No longer need this file here; superseded by oidjoins regress test. | Tom Lane |
| 1999-03-26 | Remove a bunch of dead entries exposed by findoidjoins crosschecks. | Tom Lane |
| 1999-03-25 | Revise memutils.h to use alignment information gathered by | Tom Lane |
| 1999-03-25 | Clean up att_align calculations so that XXXALIGN macros | Tom Lane |
| 1999-03-24 | Add KOI8/WIN/ALT to the multi-byte encoding selections | Tatsuo Ishii |
| 1999-03-23 | Remove Tee code, move to _deadcode. | Bruce Momjian |
| 1999-03-22 | Hi, | Bruce Momjian |
| 1999-03-19 | I suggest the following portability patch, which does not | Bruce Momjian |
| 1999-03-17 | Add new postgres -O option to allow system table structure changes. | Bruce Momjian |
| 1999-03-16 | Here is a patch. | Bruce Momjian |
| 1999-03-15 | Fix brain death in !!= operator ... it's still pretty bogus | Tom Lane |
| 1999-03-15 | Fix int8 configure one more time ... prior version didn't | Tom Lane |
| 1999-03-14 | Attempting to insert a value of 'now' into a datetime type | Bruce Momjian |
| 1999-03-14 | Cleanup of hash functions in pg_proc. | Bruce Momjian |
| 1999-03-14 | We have tested the patches on three platforms: | Bruce Momjian |
| 1999-03-14 | Enclosed below I have a patch to allow a btree index on the int8 type. | Bruce Momjian |
| 1999-03-10 | Make type 'regproc' binary-compatible with int4 and oid, | Tom Lane |
| 1999-03-10 | Fix some typos in argument and result types in pg_proc | Tom Lane |
| 1999-03-09 | Changes to fix/improve the dynamic loading on NT | Marc G. Fournier |
| 1999-03-08 | Have configure check for use of %lld for int64, and if that fails, check for | Marc G. Fournier |
| 1999-03-07 | Modify mcxt.h so that it doesn't pull in half of creation. | Tom Lane |
| 1999-03-07 | geqo now at 11 tables | Bruce Momjian |