| Age | Commit message (Expand) | Author |
| 1997-10-27 | c.h: | Vadim B. Mikheev |
| 1997-10-27 | Free ascii representations of compared values! | Vadim B. Mikheev |
| 1997-10-27 | Use shared lock when building indices | Vadim B. Mikheev |
| 1997-10-27 | Fix binary cursors broken by MOVE implementation. | Vadim B. Mikheev |
| 1997-10-25 | Modify to reflect changes in boolean input behavior (rejects bad input | Thomas G. Lockhart |
| 1997-10-25 | Remove extraneous row from user_relns table. Don't know where it came from... | Thomas G. Lockhart |
| 1997-10-25 | Have compiler use 486 instruction set. (Should add item in linux FAQ). | Thomas G. Lockhart |
| 1997-10-25 | Add SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP, | Thomas G. Lockhart |
| 1997-10-25 | Add SQL92 reserved words for primary and foreign keys. | Thomas G. Lockhart |
| 1997-10-25 | Add conversion routines for int2, int4, and oid to and from text. | Thomas G. Lockhart |
| 1997-10-25 | Change column number constant to reflect change in column name | Thomas G. Lockhart |
| 1997-10-25 | Change embedded query to reflect column name change from "action" | Thomas G. Lockhart |
| 1997-10-25 | Rename "TYPE" parser keyword token from P_TYPE to TYPE_P to conform | Thomas G. Lockhart |
| 1997-10-25 | Reassign cash/float4 arithmetic operator oids to avoid duplicate oids. | Thomas G. Lockhart |
| 1997-10-25 | Add conversion functions for int2, int4, oid to and from text. | Thomas G. Lockhart |
| 1997-10-25 | Rename column to avoid "action" SQL92 reserved word. | Thomas G. Lockhart |
| 1997-10-25 | Shorten routine names to <= 16 characters to fit in pg_proc table. | Thomas G. Lockhart |
| 1997-10-25 | Add conversion routines for oid to and from text. | Thomas G. Lockhart |
| 1997-10-25 | Clean up comments. | Thomas G. Lockhart |
| 1997-10-25 | Add conversions for int2 and int4 to and from text. | Thomas G. Lockhart |
| 1997-10-25 | Fix occasional uninitialized variable fractional seconds | Thomas G. Lockhart |
| 1997-10-25 | Add conversion from datetime to time data type. | Thomas G. Lockhart |
| 1997-10-25 | Modify one last line to complete changes for StrNCpy() macro addition. | Thomas G. Lockhart |
| 1997-10-25 | Add debugging statement enabled by CASHDEBUG symbol definition. | Thomas G. Lockhart |
| 1997-10-25 | Check explicitly for valid input strings for both TRUE and FALSE. | Thomas G. Lockhart |
| 1997-10-25 | Include explicit SQL update instructions. | Thomas G. Lockhart |
| 1997-10-25 | StrNCpy cleanup. | Bruce Momjian |
| 1997-10-25 | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian |
| 1997-10-24 | Fix alignment of source. | Bruce Momjian |
| 1997-10-22 | Debug stuff added to BlowawayRelationBuffers(). | Vadim B. Mikheev |
| 1997-10-22 | Fix multi-column index scans in internal pages. | Vadim B. Mikheev |
| 1997-10-22 | Fix \. in manual page. | Bruce Momjian |
| 1997-10-18 | Update for 6.2.1REL6_2_1 | Bruce Momjian |
| 1997-10-18 | Update for 6.2.1. | Bruce Momjian |
| 1997-10-17 | Update TODO with html changes. | Bruce Momjian |
| 1997-10-17 | Update TODO to reflect new HISTORY file. | Bruce Momjian |
| 1997-10-17 | Last (?) updations. | Vadim B. Mikheev |
| 1997-10-17 | DEFAULT fixed | Vadim B. Mikheev |
| 1997-10-17 | Changes due to fixed DEFAULT behaviour. | Vadim B. Mikheev |
| 1997-10-17 | Trigger function for inserting user names. | Vadim B. Mikheev |
| 1997-10-17 | Accept additional values for TRUE: y, Y, 1. | Thomas G. Lockhart |
| 1997-10-17 | Fix delta time decoding for 12 AM/PM. | Thomas G. Lockhart |
| 1997-10-17 | Include recipe for updating pg_aggregate to fix avg(money) function. | Thomas G. Lockhart |
| 1997-10-17 | New function PQcmdTuples. | Bruce Momjian |
| 1997-10-16 | Updates for 6.2.1. Update pgaccess to 0.61. Add to HISTORY. | Bruce Momjian |
| 1997-10-16 | DROP TRIGGER. | Vadim B. Mikheev |
| 1997-10-16 | Ignore copies of columns specified in ORDER/GROUP BY | Vadim B. Mikheev |
| 1997-10-16 | Cleanups for 6.2.1. | Bruce Momjian |
| 1997-10-15 | Fix for backward cursors with ORDER BY. | Vadim B. Mikheev |
| 1997-10-15 | Small updates for v6.2.1. | Thomas G. Lockhart |