Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | | | | | | | Allow true/false, yes/no, 1/0. Throw elog warning if anything else. Allow shorter strings, so "t", "tr", "tru" and "true" match "true". Old behavior accepted anything starting with "t" as TRUE, everything else as FALSE. | |||
* | Include explicit SQL update instructions. | Thomas G. Lockhart | 1997-10-25 | |
| | | | | Should have been here in time for 6.2.1 release... | |||
* | StrNCpy cleanup. | Bruce Momjian | 1997-10-25 | |
| | ||||
* | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | 1997-10-25 | |
| | ||||
* | Fix alignment of source. | Bruce Momjian | 1997-10-24 | |
| | ||||
* | 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-22 | |
| | ||||
* | Update for 6.2.1REL6_2_1 | Bruce Momjian | 1997-10-18 | |
| | ||||
* | Update for 6.2.1. | Bruce Momjian | 1997-10-18 | |
| | ||||
* | 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 | |
| | | | | | Install compiled functions into $(LIBDIR)/contrib. (Thanks to Brook Milligan <brook@trillium.NMSU.Edu>) | |||
* | Accept additional values for TRUE: y, Y, 1. | Thomas G. Lockhart | 1997-10-17 | |
| | | | | | Leave all other input values to return FALSE. In next version, do more checking for valid inputs for both TRUE and FALSE. | |||
* | 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-17 | |
| | ||||
* | 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-16 | |
| | ||||
* | Fix for backward cursors with ORDER BY. | Vadim B. Mikheev | 1997-10-15 | |
| | ||||
* | Small updates for v6.2.1. | Thomas G. Lockhart | 1997-10-15 | |
| | ||||
* | Put in some migration guides. Should have had these for each release. | Thomas G. Lockhart | 1997-10-15 | |
| | ||||
* | Include SQL/92 string continuation across newlines. | Thomas G. Lockhart | 1997-10-15 | |
| | | | | | | | | Allows the following example: select 'first string' '---' 'last string'; to be output as 'first string---last string'. | |||
* | Fix final function for cash avg() aggregate. | Thomas G. Lockhart | 1997-10-15 | |
| | | | | Wrong function referenced in previous versions. | |||
* | Decrement relation reference count incremented in | Vadim B. Mikheev | 1997-10-12 | |
| | | | | | RelationIdCacheGetRelation() to flush relations from cache in commit time. | |||
* | DEFAULT is handled by analyze.c now. | Vadim B. Mikheev | 1997-10-12 | |
| | ||||
* | 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 | |
| | ||||
* | Clean up function declarations for the boolean type package | Thomas G. Lockhart | 1997-10-09 | |
| | | | | to use bool as the type for arguments and return values. | |||
* | Allow 't', 'T', and even/odd ASCII characters to denote true/false | Thomas G. Lockhart | 1997-10-09 | |
| | | | | | | | rather than just 't' and 'T'. This allows yes/no and 1/0 to be interpreted as one might expect. Clean up function declarations to use bool as the type for arguments and return values. | |||
* | 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-09 | |
| | ||||
* | Fix error in ordering of arguments. | Thomas G. Lockhart | 1997-10-09 | |
| | ||||
* | Update to version 0.51. | Bruce Momjian | 1997-10-03 | |
| | ||||
* | We never do remember to up the PG_VERSION number, do we? :( | Marc G. Fournier | 1997-10-03 | |
| | ||||
* | Update to 0.5. | Bruce Momjian | 1997-10-03 | |
| | ||||
* | Update machine-specific FAQs. Too late. | Bruce Momjian | 1997-10-03 | |
| | ||||
* | Linux/alpha patch from Dan Maynard | Bruce Momjian | 1997-10-03 | |
| | ||||
* | From JM de Lauwereyns (jmlauwer@icdc.caissedesdepots.fr): | Thomas G. Lockhart | 1997-10-03 | |
| | | | | | | lconv is already taken as a struct identifier defined in a /usr/include file. Only has an effect with USE_LOCALE enabled. (Apparently unique to AIX and/or AIX compiler? thomas) | |||
* | Sparc lock fix for Linux/netbsd.REL6_2 | Bruce Momjian | 1997-10-02 | |
| | ||||
* | Updates for release | Vadim B. Mikheev | 1997-10-02 | |
| | ||||
* | New edition by D'Arcy and me. | Vadim B. Mikheev | 1997-10-02 | |
| | ||||
* | General function for SERIAL/IDENTITY/AUTOINCREMENT feature. | Vadim B. Mikheev | 1997-10-02 | |
| | | | | Handle INSERT event in timetravel(). | |||
* | Last changes. | Vadim B. Mikheev | 1997-10-02 | |
| |