| Age | Commit message (Expand) | Author |
| 1998-08-17 | Update for changes to gram.y. | Thomas G. Lockhart |
| 1998-08-17 | Allow NOT LIKE, IN, NOT IN, BETWEEN, and NOT BETWEEN expressions | Thomas G. Lockhart |
| 1998-08-17 | Use the parser macro IS_BINARY_COMPATIBLE() to allow more success | Thomas G. Lockhart |
| 1998-08-17 | Date: Sun, 16 Aug 1998 14:56:48 -0400 | Marc G. Fournier |
| 1998-08-16 | Allow a null pointer to be returned from get_opname(). | Thomas G. Lockhart |
| 1998-08-16 | Check for null pointer returned from get_opname(). | Thomas G. Lockhart |
| 1998-08-16 | Check for null pointer returned from get_opname(). | Thomas G. Lockhart |
| 1998-08-16 | Disable not-ready-to-use support code for the line data type. | Thomas G. Lockhart |
| 1998-08-15 | Some old cleanup fixes for close_ps() from G. Thaker. | Thomas G. Lockhart |
| 1998-08-14 | Allow binary-compatible indices to be considered when checking for valid | Thomas G. Lockhart |
| 1998-08-14 | Include OID as a built-in type. | Thomas G. Lockhart |
| 1998-08-11 | fix typo. | Bruce Momjian |
| 1998-08-11 | Strategy cleanups. | Bruce Momjian |
| 1998-08-11 | index strategy cleanup | Bruce Momjian |
| 1998-08-11 | the following patch fixes a bug in the oracle compatibility | Bruce Momjian |
| 1998-08-11 | Change owner from oid to int4 type. | Bruce Momjian |
| 1998-08-11 | More op_class cleanup. | Bruce Momjian |
| 1998-08-10 | Update flowchart. | Bruce Momjian |
| 1998-08-10 | Cleanups of optimizer. | Bruce Momjian |
| 1998-08-10 | Cleanup optimizer function names and clarify code. | Bruce Momjian |
| 1998-08-09 | New pgindent. | Bruce Momjian |
| 1998-08-09 | cleanups. | Bruce Momjian |
| 1998-08-07 | OPTIMIZER_DEBUG additions. | Bruce Momjian |
| 1998-08-06 | Make large objects their own relkind type. Fix dups in pg_class_mb | Bruce Momjian |
| 1998-08-05 | From: David Hartwig <daybee@bellatlantic.net> | Marc G. Fournier |
| 1998-08-04 | OR processing cleanup. | Bruce Momjian |
| 1998-08-04 | Fix encoding grammer problem. | Bruce Momjian |
| 1998-08-04 | MergeSort was sometimes called mergejoin and was confusing. Now | Bruce Momjian |
| 1998-08-04 | EXPLAIN VERBOSE prints the plan, and now pretty-prints the plan to | Bruce Momjian |
| 1998-08-04 | Make EXPLAIN show output more clearly. | Bruce Momjian |
| 1998-08-04 | Update flow chart. | Bruce Momjian |
| 1998-08-03 | Update mark/reset index code for multiple indexes, (OR code). | Bruce Momjian |
| 1998-08-03 | Cleanup of OR processing. | Bruce Momjian |
| 1998-08-02 | Allows the following query to succeed: "SELECT NULL ORDER BY 1;" | Thomas G. Lockhart |
| 1998-08-02 | Fix for OR handling with multiple indexes. | Bruce Momjian |
| 1998-08-01 | Cleanup of OR fix. | Bruce Momjian |
| 1998-08-01 | Allow index use with OR clauses. | Bruce Momjian |
| 1998-08-01 | Adrian Hall reported a problem to me that snprintf() doesn't exist in, at | Marc G. Fournier |
| 1998-08-01 | Lmgr cleanup, new locking modes for LLL. | Vadim B. Mikheev |
| 1998-07-31 | Matching clauses to functional indices was broken, now fixed. | Vadim B. Mikheev |
| 1998-07-30 | Fix scan adjustment. | Vadim B. Mikheev |
| 1998-07-27 | Use Snapshot in heap access methods. | Vadim B. Mikheev |
| 1998-07-26 | From: t-ishii@sra.co.jp | Marc G. Fournier |
| 1998-07-26 | Update flowchart. Add arrow. | Bruce Momjian |
| 1998-07-26 | Fix compile error. Make transaction/work optional on all transaction | Bruce Momjian |
| 1998-07-25 | Update psql help syntax to remove <> and uppercaese keywords. | Bruce Momjian |
| 1998-07-24 | Fix HAVING patch missing cast. | Bruce Momjian |
| 1998-07-24 | I'm sorry, but I think I introduced a little bug with my last patch. | Bruce Momjian |
| 1998-07-24 | I really hope that I haven't missed anything in this one... | Marc G. Fournier |
| 1998-07-22 | Fix _lo_commit: core if LO memmory context was not created (LO were not used?) | Vadim B. Mikheev |