| Age | Commit message (Expand) | Author |
| 1998-01-20 | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian |
| 1998-01-16 | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian |
| 1998-01-15 | Thank god for searchable mail archives. | PostgreSQL Daemon |
| 1998-01-10 | Fix CLUSTER. | 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 | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian |
| 1998-01-05 | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian |
| 1997-12-30 | Slightly delayed patches from Todd...damn holidays :) | Marc G. Fournier |
| 1997-12-29 | Change some mallocs to palloc. | Bruce Momjian |
| 1997-12-22 | Fix for select 1=1 or 2=2, select 1=1 and 2=2, and select sum(2+2). | Bruce Momjian |
| 1997-12-20 | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier |
| 1997-12-19 | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier |
| 1997-12-17 | Makefile cleaned up | Marc G. Fournier |
| 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 | Major code cleanup following the pg_password insertion... | Marc G. Fournier |
| 1997-12-06 | Add VARHDRSZ where needed. Many places just used 4. | Bruce Momjian |
| 1997-12-05 | Fix tolower loops to go in proper direction for cache. | Bruce Momjian |
| 1997-12-04 | Change Constraint structure name from ConstraintDef to Constraint. | 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-28 | Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. | Bruce Momjian |
| 1997-11-28 | Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr... | Bruce Momjian |
| 1997-11-26 | Re-order args for TypeCreate() to be clearer. | Bruce Momjian |
| 1997-11-25 | Break parser functions into smaller files, group together. | Bruce Momjian |
| 1997-11-24 | Move dbcommands.c to commands/. It should not be in the parser directory. | Bruce Momjian |
| 1997-11-24 | Move dbcommands.c to commands/. It should not be in the parser directory. | Bruce Momjian |
| 1997-11-21 | Archive cleanups. | Bruce Momjian |
| 1997-11-21 | Remove unused files. | Bruce Momjian |
| 1997-11-21 | Remove archive stuff. | Bruce Momjian |
| 1997-11-21 | Remove archive stuff. | Bruce Momjian |
| 1997-11-20 | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian |
| 1997-11-17 | Remove 16 char limit on system table/index names. Rename system indexes. | Bruce Momjian |
| 1997-11-05 | Remove NOT_USED for Massimo. | Bruce Momjian |
| 1997-11-02 | Good Bye, Time Travel! | Vadim B. Mikheev |
| 1997-10-30 | Fix for compile warning, from Ernst Molitor. | Bruce Momjian |
| 1997-10-28 | Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). | Vadim B. Mikheev |
| 1997-10-27 | Fix binary cursors broken by MOVE implementation. | Vadim B. Mikheev |
| 1997-10-25 | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian |
| 1997-10-02 | Fix \ handling | Vadim B. Mikheev |
| 1997-09-30 | STATEMENT triggers are not implemented - elog (WARN). | Vadim B. Mikheev |
| 1997-09-29 | MOVE implementation. | Vadim B. Mikheev |
| 1997-09-22 | Blowaway relation buffers from buffer pool before truncation. | Vadim B. Mikheev |
| 1997-09-20 | Fix up elog warning messages. | Thomas G. Lockhart |
| 1997-09-18 | Inline memset() as MemSet(). | Bruce Momjian |
| 1997-09-18 | ALTER TABLE ADD COLUMN: set atthasdef to FALSE. | Vadim B. Mikheev |
| 1997-09-18 | Inline frequently called functions. | Bruce Momjian |
| 1997-09-12 | heapattr functions now return a Datum, not char *. | Bruce Momjian |
| 1997-09-11 | Cleanups. | Vadim B. Mikheev |