]> granicus.if.org Git - postgresql/history - src
Remove extraneous row from user_relns table. Don't know where it came from...
[postgresql] / src /
1997-10-25 Thomas G. LockhartRemove extraneous row from user_relns table. Don't...
1997-10-25 Thomas G. LockhartHave compiler use 486 instruction set. (Should add...
1997-10-25 Thomas G. LockhartAdd SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRE...
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 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-17 Vadim B. MikheevDEFAULT fixed
1997-10-17 Vadim B. MikheevChanges due to fixed DEFAULT behaviour.
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 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. 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 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. 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. FournierBring in a "registration" file to be printed out after...
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 Bruce MomjianCleanup.
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. MikheevFix error indicator for SPI_getvalue() and SPI_getbinval()
1997-09-29 Vadim B. MikheevMOVE implementation (added bool ismove to FetchStmt).
1997-09-29 Vadim B. MikheevMOVE implementation.
1997-09-29 Bruce MomjianHPUX patches from Vladimir Turin.
1997-09-28 Bruce MomjianCleanup tmp files for ccsym.
1997-09-28 Marc G. FournierFrom: Darren King <darrenk@insightdist.com>
1997-09-28 Marc G. FournierFrom: CNT systemen BV <cntsys@cistron.nl>
1997-09-28 Bruce Momjianccsym cleanup.
1997-09-27 Bruce MomjianChanged location of libpgtcl stuff.
1997-09-27 Bruce MomjianChanged location of libpgtcl stuff.
1997-09-27 Bruce MomjianChanged location of libpgtcl stuff.
1997-09-27 Bruce MomjianCleanup for find_keywords.
1997-09-27 Bruce MomjianCleanup for find_keywords.
1997-09-27 Bruce MomjianAdd fiel to list keywords.
1997-09-27 Bruce MomjianMake GetAttributeByNum visible again for external use.
1997-09-27 Thomas G. LockhartUpdate catalog lists for v6.2.
1997-09-27 Thomas G. LockhartUse "man drop" as an introduction to all drop commands.
1997-09-27 Bruce MomjianManual page cleanup.
next