summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups for 6.2.1.Bruce Momjian1997-10-169-29/+52
|
* Fix for backward cursors with ORDER BY.Vadim B. Mikheev1997-10-152-25/+113
|
* Small updates for v6.2.1.Thomas G. Lockhart1997-10-151-48/+41
|
* Put in some migration guides. Should have had these for each release.Thomas G. Lockhart1997-10-154-0/+25
|
* Include SQL/92 string continuation across newlines.Thomas G. Lockhart1997-10-151-1/+4
| | | | | | | | 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. Lockhart1997-10-151-7/+7
| | | | Wrong function referenced in previous versions.
* Decrement relation reference count incremented inVadim B. Mikheev1997-10-122-12/+13
| | | | | RelationIdCacheGetRelation() to flush relations from cache in commit time.
* DEFAULT is handled by analyze.c now.Vadim B. Mikheev1997-10-122-8/+87
|
* Use P_TYPE rather than TYPE_P (which will be the name in the next release).Thomas G. Lockhart1997-10-091-4/+4
|
* Allow both TIME and TYPE as column and table names.Thomas G. Lockhart1997-10-091-3/+6
|
* Clean up function declarations for the boolean type packageThomas G. Lockhart1997-10-091-6/+6
| | | | to use bool as the type for arguments and return values.
* Allow 't', 'T', and even/odd ASCII characters to denote true/falseThomas G. Lockhart1997-10-091-8/+11
| | | | | | | 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. Lockhart1997-10-091-23/+25
|
* Allow TIME in column and table names (SQL/92 non-reserved word).Thomas G. Lockhart1997-10-091-3/+18
|
* Fix error in ordering of arguments.Thomas G. Lockhart1997-10-091-3/+3
|
* Update to version 0.51.Bruce Momjian1997-10-032-5/+4
|
* We never do remember to up the PG_VERSION number, do we? :(Marc G. Fournier1997-10-031-2/+2
|
* Update to 0.5.Bruce Momjian1997-10-032-128/+901
|
* Update machine-specific FAQs. Too late.Bruce Momjian1997-10-032-62/+285
|
* Linux/alpha patch from Dan MaynardBruce Momjian1997-10-031-2/+2
|
* From JM de Lauwereyns (jmlauwer@icdc.caissedesdepots.fr):Thomas G. Lockhart1997-10-031-21/+20
| | | | | | 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_2Bruce Momjian1997-10-021-2/+2
|
* Updates for releaseVadim B. Mikheev1997-10-022-9/+26
|
* New edition by D'Arcy and me.Vadim B. Mikheev1997-10-022-226/+262
|
* General function for SERIAL/IDENTITY/AUTOINCREMENT feature.Vadim B. Mikheev1997-10-028-34/+241
| | | | Handle INSERT event in timetravel().
* Last changes.Vadim B. Mikheev1997-10-021-4/+5
|
* + MOVEVadim B. Mikheev1997-10-021-3/+9
| | | | | + CREATE TRIGGER Little changes for create table.
* Dump DEFAULT, CHECK, Triggers.Vadim B. Mikheev1997-10-023-41/+326
| | | | Fix BASETYPE for aggregates with sfunc2 only.
* Fix \ handlingVadim B. Mikheev1997-10-021-2/+19
|
* MOVE commandVadim B. Mikheev1997-10-021-0/+44
|
* A word about constraint nature of DEFAULT.Vadim B. Mikheev1997-10-021-2/+4
|
* Space pad it a little bit...improve readability...Marc G. Fournier1997-10-021-0/+4
|
* First attempt at an installation completion message suggesting to keepThomas G. Lockhart1997-10-021-1/+10
| | | | in touch with the Web site for updates etc.
* Bring in a "registration" file to be printed out after the user hasMarc G. Fournier1997-10-022-1/+21
| | | | | | performed a 'make install' Uses 'more', which should be standard across all systems, I hope?
* Document which is default for:Marc G. Fournier1997-10-021-7/+3
| | | | enable-hba/enable-cassert/enable-locale
* Update manuals for 6.2 release.Bruce Momjian1997-10-011-2/+2
|
* Update manuals for 6.2 release.Bruce Momjian1997-10-011-2/+2
|
* Update manuals for 6.2 release.Bruce Momjian1997-10-011-2/+2
|
* Update manuals for 6.2 release.Bruce Momjian1997-10-011-2/+2
|
* Update manuals for 6.2 release.Bruce Momjian1997-10-011-2/+2
|
* Update manuals for 6.2 release.Bruce Momjian1997-10-012-6/+14
|
* Update manuals for 6.2 release.Bruce Momjian1997-10-012-11/+10
|
* Update PQntuples now returns rows affected.Bruce Momjian1997-10-011-2/+4
|
* Document NOT NULL for table creation.Thomas G. Lockhart1997-10-012-8/+9
| | | | Clarify usage of date_part() for timespan data type.
* Update to 0.4.Bruce Momjian1997-10-012-631/+454
|
* Update to 0.4 version.Bruce Momjian1997-10-011-28/+297
|
* Fix permits.Bruce Momjian1997-09-301-1/+0
|
* Add support for NetBSD/sparc.Bruce Momjian1997-09-301-2/+2
|
* HPUX 10 fix.Bruce Momjian1997-09-301-1/+1
|
* Little changes.Vadim B. Mikheev1997-09-302-9/+15
|