]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1997-10-25  Thomas G. LockhartAdd SQL92 reserved words for primary and foreign keys.
1997-10-25  Thomas G. LockhartAdd conversion routines for int2, int4, and oid to...
1997-10-25  Thomas G. LockhartChange column number constant to reflect change in...
1997-10-25  Thomas G. LockhartChange embedded query to reflect column name change...
1997-10-25  Thomas G. LockhartRename "TYPE" parser keyword token from P_TYPE to TYPE_...
1997-10-25  Thomas G. LockhartReassign cash/float4 arithmetic operator oids to avoid...
1997-10-25  Thomas G. LockhartAdd conversion functions for int2, int4, oid to and...
1997-10-25  Thomas G. LockhartRename column to avoid "action" SQL92 reserved word.
1997-10-25  Thomas G. LockhartShorten routine names to <= 16 characters to fit in...
1997-10-25  Thomas G. LockhartAdd conversion routines for oid to and from text.
1997-10-25  Thomas G. LockhartClean up comments.
1997-10-25  Thomas G. LockhartAdd conversions for int2 and int4 to and from text.
1997-10-25  Thomas G. LockhartFix occasional uninitialized variable fractional seconds
1997-10-25  Thomas G. LockhartAdd conversion from datetime to time data type.
1997-10-25  Thomas G. LockhartModify one last line to complete changes for StrNCpy...
1997-10-25  Thomas G. LockhartAdd debugging statement enabled by CASHDEBUG symbol...
1997-10-25  Thomas G. LockhartCheck explicitly for valid input strings for both TRUE...
1997-10-25  Thomas G. LockhartInclude explicit SQL update instructions.
1997-10-25  Bruce MomjianStrNCpy cleanup.
1997-10-25  Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
1997-10-24  Bruce MomjianFix alignment of source.
1997-10-22  Vadim B. MikheevDebug stuff added to BlowawayRelationBuffers().
1997-10-22  Vadim B. MikheevFix multi-column index scans in internal pages.
1997-10-22  Bruce MomjianFix \. in manual page.
1997-10-18  Bruce MomjianUpdate for 6.2.1 REL6_2_1
1997-10-18  Bruce MomjianUpdate for 6.2.1.
1997-10-17  Bruce MomjianUpdate TODO with html changes.
1997-10-17  Bruce MomjianUpdate TODO to reflect new HISTORY file.
1997-10-17  Vadim B. MikheevLast (?) updations.
1997-10-17  Vadim B. MikheevDEFAULT fixed
1997-10-17  Vadim B. MikheevChanges due to fixed DEFAULT behaviour.
1997-10-17  Vadim B. MikheevTrigger function for inserting user names.
1997-10-17  Thomas G. LockhartAccept additional values for TRUE: y, Y, 1.
1997-10-17  Thomas G. LockhartFix delta time decoding for 12 AM/PM.
1997-10-17  Thomas G. LockhartInclude recipe for updating pg_aggregate to fix avg...
1997-10-17  Bruce MomjianNew function PQcmdTuples.
1997-10-16  Bruce MomjianUpdates for 6.2.1. Update pgaccess to 0.61. Add to...
1997-10-16  Vadim B. MikheevDROP TRIGGER.
1997-10-16  Vadim B. MikheevIgnore copies of columns specified in ORDER/GROUP BY
1997-10-16  Bruce MomjianCleanups for 6.2.1.
1997-10-15  Vadim B. MikheevFix for backward cursors with ORDER BY.
1997-10-15  Thomas G. LockhartSmall updates for v6.2.1.
1997-10-15  Thomas G. LockhartPut in some migration guides. Should have had these...
1997-10-15  Thomas G. LockhartInclude SQL/92 string continuation across newlines.
1997-10-15  Thomas G. LockhartFix final function for cash avg() aggregate.
1997-10-12  Vadim B. MikheevDecrement relation reference count incremented in
1997-10-12  Vadim B. MikheevDEFAULT is handled by analyze.c now.
1997-10-09  Thomas G. LockhartUse P_TYPE rather than TYPE_P (which will be the name...
1997-10-09  Thomas G. LockhartAllow both TIME and TYPE as column and table names.
1997-10-09  Thomas G. LockhartClean up function declarations for the boolean type...
1997-10-09  Thomas G. LockhartAllow 't', 'T', and even/odd ASCII characters to denote...
1997-10-09  Thomas G. LockhartSupport special values 'now', 'current', etc on output.
1997-10-09  Thomas G. LockhartAllow TIME in column and table names (SQL/92 non-reserv...
1997-10-09  Thomas G. LockhartFix error in ordering of arguments.
1997-10-03  Bruce MomjianUpdate to version 0.51.
1997-10-03  Marc G. FournierWe never do remember to up the PG_VERSION number, do...
1997-10-03  Bruce MomjianUpdate to 0.5.
1997-10-03  Bruce MomjianUpdate machine-specific FAQs. Too late.
1997-10-03  Bruce MomjianLinux/alpha patch from Dan Maynard
1997-10-03  Thomas G. LockhartFrom JM de Lauwereyns (jmlauwer@icdc.caissedesdepots...
1997-10-02  Bruce MomjianSparc lock fix for Linux/netbsd. REL6_2
1997-10-02  Vadim B. MikheevUpdates for release
1997-10-02  Vadim B. MikheevNew edition by D'Arcy and me.
1997-10-02  Vadim B. MikheevGeneral function for SERIAL/IDENTITY/AUTOINCREMENT...
1997-10-02  Vadim B. MikheevLast changes.
1997-10-02  Vadim B. Mikheev+ MOVE
1997-10-02  Vadim B. MikheevDump DEFAULT, CHECK, Triggers.
1997-10-02  Vadim B. MikheevFix \ handling
1997-10-02  Vadim B. MikheevMOVE command
1997-10-02  Vadim B. MikheevA word about constraint nature of DEFAULT.
1997-10-02  Marc G. FournierSpace pad it a little bit...improve readability...
1997-10-02  Thomas G. LockhartFirst attempt at an installation completion message...
1997-10-02  Marc G. FournierBring in a "registration" file to be printed out after...
1997-10-02  Marc G. FournierDocument which is default for:
1997-10-01  Bruce MomjianUpdate manuals for 6.2 release.
1997-10-01  Bruce MomjianUpdate manuals for 6.2 release.
1997-10-01  Bruce MomjianUpdate manuals for 6.2 release.
1997-10-01  Bruce MomjianUpdate manuals for 6.2 release.
1997-10-01  Bruce MomjianUpdate manuals for 6.2 release.
1997-10-01  Bruce MomjianUpdate manuals for 6.2 release.
1997-10-01  Bruce MomjianUpdate manuals for 6.2 release.
1997-10-01  Bruce MomjianUpdate PQntuples now returns rows affected.
1997-10-01  Thomas G. LockhartDocument NOT NULL for table creation.
1997-10-01  Bruce MomjianUpdate to 0.4.
1997-10-01  Bruce MomjianUpdate to 0.4 version.
1997-09-30  Bruce MomjianFix permits.
1997-09-30  Bruce MomjianAdd support for NetBSD/sparc.
1997-09-30  Bruce MomjianHPUX 10 fix.
1997-09-30  Vadim B. MikheevLittle changes.
1997-09-30  Vadim B. MikheevSTATEMENT triggers are not implemented - elog (WARN).
1997-09-30  Vadim B. MikheevTrigger programming guide.
1997-09-30  Bruce MomjianCleanup.
1997-09-30  Bruce MomjianVadim's updates to HISTORY file.
1997-09-30  Bruce MomjianUpdate for 6.2 release.
1997-09-30  Bruce MomjianUpdate readme.
1997-09-30  Bruce MomjianUpdate pgtcl to 0.3. Update README.
1997-09-29  Marc G. FournierUpdate to the newest version before beta12, and add...
1997-09-29  Marc G. FournierFrom: Peter T Mount <patches@maidast.demon.co.uk>
1997-09-29  Marc G. FournierBring in Constantin's PGaccess TCL interface (v0.21)
1997-09-29  Vadim B. MikheevSPI programming guide.
next