| Age | Commit message (Expand) | Author |
| 1997-08-24 | Major patch to speed up backend startup after profiling analysis. | Bruce Momjian |
| 1997-08-22 | + ExecConstraints () | Vadim B. Mikheev |
| 1997-08-22 | We store Cash/money as int of size 4, so make it an int rather than a long. | Bruce Momjian |
| 1997-08-22 | ConstraintDef changed | Vadim B. Mikheev |
| 1997-08-22 | Set attbyval for attdisbursion to FALSE | Vadim B. Mikheev |
| 1997-08-22 | + CreateTupleDescCopyConstr | Vadim B. Mikheev |
| 1997-08-22 | Allow functions and operators on internally-identical types to succeed. | Bruce Momjian |
| 1997-08-21 | Change time function names to be more consistent, and check for zero divides,... | Bruce Momjian |
| 1997-08-21 | #definitions for pg_attrdef & pg_relcheck names | Vadim B. Mikheev |
| 1997-08-21 | AttrConstr --> TupleConstr | Vadim B. Mikheev |
| 1997-08-21 | Rename pg_attribute.attnvals to attdisbursion. | Bruce Momjian |
| 1997-08-21 | Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix cal... | Bruce Momjian |
| 1997-08-21 | + extern double *box_area(BOX *box); | Vadim B. Mikheev |
| 1997-08-21 | + struct ConstaintDef - for constraints. | Vadim B. Mikheev |
| 1997-08-21 | New system relations to store DEFAULT/CHECK expressions. | Vadim B. Mikheev |
| 1997-08-20 | More NOT_USEDs | Bruce Momjian |
| 1997-08-20 | CHECK/DEFAULT syntax | Vadim B. Mikheev |
| 1997-08-19 | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian |
| 1997-08-19 | NOT NULL implementation (submitted by Robson Paniago de Miranda). | Vadim B. Mikheev |
| 1997-08-18 | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian |
| 1997-08-17 | Fixes for alphalinux port by abrams@philos.umass.edu | Marc G. Fournier |
| 1997-08-17 | Changes so that it actually checks for <readline/history.h>, instead | Marc G. Fournier |
| 1997-08-14 | Cleanup global variables, remove stable memory stuff. | Bruce Momjian |
| 1997-08-12 | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so... | Bruce Momjian |
| 1997-08-06 | I think I finally got psort working for all cases. | Bruce Momjian |
| 1997-08-06 | psort cleanups. | Bruce Momjian |
| 1997-08-06 | Allow internal sorts to be stored in memory rather than in files. | Bruce Momjian |
| 1997-08-03 | Cleanup for NAMEDATALEN use. | Bruce Momjian |
| 1997-07-30 | Check for and use <netdb.h> for postmaster.c, instead of checking if | Marc G. Fournier |
| 1997-07-30 | Remove HAVE_USAGE because it is no longer used. | Bruce Momjian |
| 1997-07-29 | Add new operators and functions for geometric types. | Thomas G. Lockhart |
| 1997-07-29 | Add new routines. | Thomas G. Lockhart |
| 1997-07-29 | mkLinux patches from Tatsuo Ishii. | Bruce Momjian |
| 1997-07-28 | Add SCO files. | Bruce Momjian |
| 1997-07-27 | HPUX 10 patches from Vladimir Turin | Bruce Momjian |
| 1997-07-24 | Various compile errors concerning overflow due to shifts, unsigned, and bad p... | Bruce Momjian |
| 1997-07-14 | Mips sysv4 support. | Bruce Momjian |
| 1997-07-11 | Remove endian information which is now in port-specific header files. | Thomas G. Lockhart |
| 1997-07-11 | Modify port-specific definitions to support missing endian information. | Thomas G. Lockhart |
| 1997-07-01 | Include definitions for endian info if not in system includes. | Thomas G. Lockhart |
| 1997-07-01 | Rearrange DTK_x constants. | Thomas G. Lockhart |
| 1997-06-23 | Remove code not previously enabled with USE_NEW_DATE and USE_NEW_TIME | Thomas G. Lockhart |
| 1997-06-23 | Drop internal routines for formatting time output. Use default formatter. | Thomas G. Lockhart |
| 1997-06-20 | Add parser category for "DST" Daylight Savings Time qualifier on time zones. | Thomas G. Lockhart |
| 1997-06-06 | From: "Brian E. Gallew" <geek+@cmu.edu> | Marc G. Fournier |
| 1997-06-06 | From: Phil Nelson <phil@cs.wwu.edu> | Marc G. Fournier |
| 1997-06-04 | Definition for RelationForgetRelation(). | Vadim B. Mikheev |
| 1997-06-03 | Add upgradepath(), isoldpath(), upgradepoly() and revertpoly() to allow | Thomas G. Lockhart |
| 1997-06-03 | Put parens around macro arguments for safety per D'Arcy's suggestion. | Thomas G. Lockhart |
| 1997-06-03 | #define GEQO_RELS 6 (not 7) | Vadim B. Mikheev |