| Age | Commit message (Expand) | Author |
| 1997-10-25 | Rename "TYPE" parser keyword token from P_TYPE to TYPE_P to conform | 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 | 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-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-16 | Ignore copies of columns specified in ORDER/GROUP BY | Vadim B. Mikheev |
| 1997-10-15 | Fix for backward cursors with ORDER BY. | Vadim B. Mikheev |
| 1997-10-15 | Include SQL/92 string continuation across newlines. | Thomas G. Lockhart |
| 1997-10-12 | Decrement relation reference count incremented in | Vadim B. Mikheev |
| 1997-10-12 | DEFAULT is handled by analyze.c now. | Vadim B. Mikheev |
| 1997-10-09 | Use P_TYPE rather than TYPE_P (which will be the name in the next release). | Thomas G. Lockhart |
| 1997-10-09 | Allow both TIME and TYPE as column and table names. | Thomas G. Lockhart |
| 1997-10-09 | Allow 't', 'T', and even/odd ASCII characters to denote true/false | Thomas G. Lockhart |
| 1997-10-09 | Support special values 'now', 'current', etc on output. | Thomas G. Lockhart |
| 1997-10-09 | Allow TIME in column and table names (SQL/92 non-reserved word). | Thomas G. Lockhart |
| 1997-10-03 | From JM de Lauwereyns (jmlauwer@icdc.caissedesdepots.fr): | Thomas G. Lockhart |
| 1997-10-02 | Fix \ handling | Vadim B. Mikheev |
| 1997-09-30 | STATEMENT triggers are not implemented - elog (WARN). | Vadim B. Mikheev |
| 1997-09-29 | Fix error indicator for SPI_getvalue() and SPI_getbinval() | Vadim B. Mikheev |
| 1997-09-29 | MOVE implementation. | Vadim B. Mikheev |
| 1997-09-27 | Make GetAttributeByNum visible again for external use. | Bruce Momjian |
| 1997-09-26 | AIX float fix. | Bruce Momjian |
| 1997-09-26 | Fix for psort temp file names, from Vadim. | Bruce Momjian |
| 1997-09-26 | Fix SUBSTRING(str FROM int TO int) parsing. | Thomas G. Lockhart |
| 1997-09-26 | Return error if char *query is null in SPI_prepare() | Vadim B. Mikheev |
| 1997-09-25 | Tatsuo's patch to fix alignment problems in structure for RISC machines. | Thomas G. Lockhart |
| 1997-09-25 | One more change to recover v6.1.1 escaped-text input behavior. | Thomas G. Lockhart |
| 1997-09-25 | Disable checking for zero or one points with deeper parens on input. | Thomas G. Lockhart |
| 1997-09-25 | Fix handling of functions with non-attribute first argument in WHERE | Vadim B. Mikheev |
| 1997-09-25 | Fix GROUP BY when order of entries is different from order in target list. | Vadim B. Mikheev |
| 1997-09-25 | Fix handling of SPI_tuptable. | Vadim B. Mikheev |
| 1997-09-24 | Add SQL/92 "constants" current_date, current_time, and current_timestamp. | Thomas G. Lockhart |
| 1997-09-24 | Add SQL/92 types decimal and numeric. | Thomas G. Lockhart |
| 1997-09-24 | Restore proper behavior for escaped quotes and for escaped literals | Thomas G. Lockhart |
| 1997-09-24 | Coerce type of NULL pointer return to suppress gcc compiler warnings. | Thomas G. Lockhart |
| 1997-09-24 | Remove extra float.h I added. | Bruce Momjian |
| 1997-09-24 | Allow use functions with no arguments in DEFAULT | Vadim B. Mikheev |
| 1997-09-24 | + SPI_palloc(), SPI_repalloc(), SPI_pfree() - for allocations | Vadim B. Mikheev |
| 1997-09-23 | AIX fixes. | Bruce Momjian |