summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-10-17Update TODO with html changes.Bruce Momjian
1997-10-17Update TODO to reflect new HISTORY file.Bruce Momjian
1997-10-17Last (?) updations.Vadim B. Mikheev
1997-10-17DEFAULT fixedVadim B. Mikheev
1997-10-17Changes due to fixed DEFAULT behaviour.Vadim B. Mikheev
1997-10-17Trigger function for inserting user names.Vadim B. Mikheev
Install compiled functions into $(LIBDIR)/contrib. (Thanks to Brook Milligan <brook@trillium.NMSU.Edu>)
1997-10-17Accept additional values for TRUE: y, Y, 1.Thomas G. Lockhart
Leave all other input values to return FALSE. In next version, do more checking for valid inputs for both TRUE and FALSE.
1997-10-17Fix delta time decoding for 12 AM/PM.Thomas G. Lockhart
1997-10-17Include recipe for updating pg_aggregate to fix avg(money) function.Thomas G. Lockhart
1997-10-17New function PQcmdTuples.Bruce Momjian
1997-10-16Updates for 6.2.1. Update pgaccess to 0.61. Add to HISTORY.Bruce Momjian
1997-10-16DROP TRIGGER.Vadim B. Mikheev
1997-10-16Ignore copies of columns specified in ORDER/GROUP BYVadim B. Mikheev
1997-10-16Cleanups for 6.2.1.Bruce Momjian
1997-10-15Fix for backward cursors with ORDER BY.Vadim B. Mikheev
1997-10-15Small updates for v6.2.1.Thomas G. Lockhart
1997-10-15Put in some migration guides. Should have had these for each release.Thomas G. Lockhart
1997-10-15Include SQL/92 string continuation across newlines.Thomas G. Lockhart
Allows the following example: select 'first string' '---' 'last string'; to be output as 'first string---last string'.
1997-10-15Fix final function for cash avg() aggregate.Thomas G. Lockhart
Wrong function referenced in previous versions.
1997-10-12Decrement relation reference count incremented inVadim B. Mikheev
RelationIdCacheGetRelation() to flush relations from cache in commit time.
1997-10-12DEFAULT is handled by analyze.c now.Vadim B. Mikheev
1997-10-09Use P_TYPE rather than TYPE_P (which will be the name in the next release).Thomas G. Lockhart
1997-10-09Allow both TIME and TYPE as column and table names.Thomas G. Lockhart
1997-10-09Clean up function declarations for the boolean type packageThomas G. Lockhart
to use bool as the type for arguments and return values.
1997-10-09Allow 't', 'T', and even/odd ASCII characters to denote true/falseThomas G. Lockhart
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.
1997-10-09Support special values 'now', 'current', etc on output.Thomas G. Lockhart
1997-10-09Allow TIME in column and table names (SQL/92 non-reserved word).Thomas G. Lockhart
1997-10-09Fix error in ordering of arguments.Thomas G. Lockhart
1997-10-03Update to version 0.51.Bruce Momjian
1997-10-03We never do remember to up the PG_VERSION number, do we? :(Marc G. Fournier
1997-10-03Update to 0.5.Bruce Momjian
1997-10-03Update machine-specific FAQs. Too late.Bruce Momjian
1997-10-03Linux/alpha patch from Dan MaynardBruce Momjian
1997-10-03From JM de Lauwereyns (jmlauwer@icdc.caissedesdepots.fr):Thomas G. Lockhart
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)
1997-10-02Sparc lock fix for Linux/netbsd.REL6_2Bruce Momjian
1997-10-02Updates for releaseVadim B. Mikheev
1997-10-02New edition by D'Arcy and me.Vadim B. Mikheev
1997-10-02General function for SERIAL/IDENTITY/AUTOINCREMENT feature.Vadim B. Mikheev
Handle INSERT event in timetravel().
1997-10-02Last changes.Vadim B. Mikheev
1997-10-02+ MOVEVadim B. Mikheev
+ CREATE TRIGGER Little changes for create table.
1997-10-02Dump DEFAULT, CHECK, Triggers.Vadim B. Mikheev
Fix BASETYPE for aggregates with sfunc2 only.
1997-10-02Fix \ handlingVadim B. Mikheev
1997-10-02MOVE commandVadim B. Mikheev
1997-10-02A word about constraint nature of DEFAULT.Vadim B. Mikheev
1997-10-02Space pad it a little bit...improve readability...Marc G. Fournier
1997-10-02First attempt at an installation completion message suggesting to keepThomas G. Lockhart
in touch with the Web site for updates etc.
1997-10-02Bring in a "registration" file to be printed out after the user hasMarc G. Fournier
performed a 'make install' Uses 'more', which should be standard across all systems, I hope?
1997-10-02Document which is default for:Marc G. Fournier
enable-hba/enable-cassert/enable-locale
1997-10-01Update manuals for 6.2 release.Bruce Momjian
1997-10-01Update manuals for 6.2 release.Bruce Momjian