| Age | Commit message (Expand) | Author |
| 1998-01-11 | Fix SCO and change index name. | Bruce Momjian |
| 1998-01-11 | Add UNION, GROUP, DISTINCT to INSERT. | Bruce Momjian |
| 1998-01-10 | Bye CursorStmt, now use SelectStmt. | Bruce Momjian |
| 1998-01-09 | Remove old quel labels. | Bruce Momjian |
| 1998-01-09 | Remove old quel labels. | Bruce Momjian |
| 1998-01-07 | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian |
| 1998-01-07 | Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ... | Bruce Momjian |
| 1998-01-05 | Move variable.c to commands/ and aclchk.c to catalog/. | Bruce Momjian |
| 1998-01-05 | Move variable.c to commands/ and aclchk.c to catalog/. | Bruce Momjian |
| 1998-01-05 | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian |
| 1998-01-04 | Various fixes NETBSD/sparc related | Marc G. Fournier |
| 1998-01-04 | Fix for count(*), aggs with views and multiple tables and sum(3). | Bruce Momjian |
| 1998-01-01 | Include text_substr() function and use instead of oracle_compat equivalent. | Thomas G. Lockhart |
| 1998-01-01 | Add substring function for text based on oracle_compat package but | Thomas G. Lockhart |
| 1997-12-30 | bring in alpha/linux s_lock changes | Marc G. Fournier |
| 1997-12-30 | Slightly delayed patches from Todd...damn holidays :) | Marc G. Fournier |
| 1997-12-29 | Fix for ORDER BY in UNION. | Bruce Momjian |
| 1997-12-29 | Cleanup of UNION ALL fix. Manual page updates. | Bruce Momjian |
| 1997-12-27 | UNION work for UNION ALL and other union stuff. | Bruce Momjian |
| 1997-12-26 | extern char* crypt_getpwdfilename(void); | Vadim B. Mikheev |
| 1997-12-24 | Implementation of UNIONs. | Bruce Momjian |
| 1997-12-23 | Change field name in RetrieveStmt from selectClause to unionClause. | Thomas G. Lockhart |
| 1997-12-23 | Lengthen some time conversion routine names now that longer names | Thomas G. Lockhart |
| 1997-12-23 | Expand a few date/time routine names to > 16 characters now that this | Thomas G. Lockhart |
| 1997-12-21 | Remove some recursion in optimizer and clean up some code there. | Bruce Momjian |
| 1997-12-20 | Fix aggregates on inherited tables. | Bruce Momjian |
| 1997-12-20 | Missed a HAVE_ | Marc G. Fournier |
| 1997-12-20 | Make sure configure reflects changes | Marc G. Fournier |
| 1997-12-20 | First clean compile without a "PORTNAME" variable being set... | Marc G. Fournier |
| 1997-12-19 | More cleanups. Move alot of the prototype definitions straight into | Marc G. Fournier |
| 1997-12-19 | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier |
| 1997-12-18 | Remove Existential, and ifdef out generate_fjoin. Neither did anything. | Bruce Momjian |
| 1997-12-18 | Cost cleanup. | Bruce Momjian |
| 1997-12-17 | Move declarations for timespan2tm() and tm2timespan() from dt.c to here. | Thomas G. Lockhart |
| 1997-12-16 | Add declarations for text, bpchar, and varchar length functions. | Thomas G. Lockhart |
| 1997-12-16 | Add declarations for text, bpchar, and varchar length functions. | Thomas G. Lockhart |
| 1997-12-12 | Make password null on startup. | Bruce Momjian |
| 1997-12-11 | Rename pg_plan and pg_eval to be more meaningful. | Bruce Momjian |
| 1997-12-09 | Spark/Linux patch for locking, from Tom Szybist | Bruce Momjian |
| 1997-12-09 | Major code cleanup following the pg_password insertion... | Marc G. Fournier |
| 1997-12-04 | Define USE_GERMAN_DATES for use in date/time I/O functions. | Thomas G. Lockhart |
| 1997-12-04 | Change Constraint structure to be a full node structure. | Thomas G. Lockhart |
| 1997-12-04 | Add Constraint node type. | Thomas G. Lockhart |
| 1997-12-04 | Missed a few files from Todd's patch...oops :) | Marc G. Fournier |
| 1997-12-04 | From: todd brandys <brandys@eng3.hep.uiuc.edu> | Marc G. Fournier |
| 1997-11-30 | Specify hash table support functions for float8 and int4 rather than using | Thomas G. Lockhart |
| 1997-11-30 | Add datetime and timespan hash index declarations. Use float8 for both; | Thomas G. Lockhart |
| 1997-11-30 | Remove duplicate block of declarations. Must have been introduced recently | Thomas G. Lockhart |
| 1997-11-30 | Change hash field for a few equality operators so all have it set. | Thomas G. Lockhart |
| 1997-11-30 | Add pg_type.h to include list to regain declaration of type OID assignments. | Thomas G. Lockhart |