summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
1998-01-11Fix SCO and change index name.Bruce Momjian
1998-01-11Add UNION, GROUP, DISTINCT to INSERT.Bruce Momjian
1998-01-10Bye CursorStmt, now use SelectStmt.Bruce Momjian
1998-01-09Remove old quel labels.Bruce Momjian
1998-01-09Remove old quel labels.Bruce Momjian
1998-01-07Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian
1998-01-07Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian
1998-01-05Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian
1998-01-05Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1998-01-04Various fixes NETBSD/sparc relatedMarc G. Fournier
1998-01-04Fix for count(*), aggs with views and multiple tables and sum(3).Bruce Momjian
1998-01-01Include text_substr() function and use instead of oracle_compat equivalent.Thomas G. Lockhart
1998-01-01Add substring function for text based on oracle_compat package butThomas G. Lockhart
1997-12-30bring in alpha/linux s_lock changesMarc G. Fournier
1997-12-30Slightly delayed patches from Todd...damn holidays :)Marc G. Fournier
1997-12-29Fix for ORDER BY in UNION.Bruce Momjian
1997-12-29Cleanup of UNION ALL fix. Manual page updates.Bruce Momjian
1997-12-27UNION work for UNION ALL and other union stuff.Bruce Momjian
1997-12-26extern char* crypt_getpwdfilename(void);Vadim B. Mikheev
1997-12-24Implementation of UNIONs.Bruce Momjian
1997-12-23Change field name in RetrieveStmt from selectClause to unionClause.Thomas G. Lockhart
1997-12-23Lengthen some time conversion routine names now that longer namesThomas G. Lockhart
1997-12-23Expand a few date/time routine names to > 16 characters now that thisThomas G. Lockhart
1997-12-21Remove some recursion in optimizer and clean up some code there.Bruce Momjian
1997-12-20Fix aggregates on inherited tables.Bruce Momjian
1997-12-20Missed a HAVE_Marc G. Fournier
1997-12-20Make sure configure reflects changesMarc G. Fournier
1997-12-20First clean compile without a "PORTNAME" variable being set...Marc G. Fournier
1997-12-19More cleanups. Move alot of the prototype definitions straight intoMarc G. Fournier
1997-12-19More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier
1997-12-18Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian
1997-12-18Cost cleanup.Bruce Momjian
1997-12-17Move declarations for timespan2tm() and tm2timespan() from dt.c to here.Thomas G. Lockhart
1997-12-16Add declarations for text, bpchar, and varchar length functions.Thomas G. Lockhart
1997-12-16Add declarations for text, bpchar, and varchar length functions.Thomas G. Lockhart
1997-12-12Make password null on startup.Bruce Momjian
1997-12-11Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian
1997-12-09Spark/Linux patch for locking, from Tom SzybistBruce Momjian
1997-12-09Major code cleanup following the pg_password insertion...Marc G. Fournier
1997-12-04Define USE_GERMAN_DATES for use in date/time I/O functions.Thomas G. Lockhart
1997-12-04Change Constraint structure to be a full node structure.Thomas G. Lockhart
1997-12-04Add Constraint node type.Thomas G. Lockhart
1997-12-04Missed a few files from Todd's patch...oops :)Marc G. Fournier
1997-12-04From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier
1997-11-30Specify hash table support functions for float8 and int4 rather than usingThomas G. Lockhart
1997-11-30Add datetime and timespan hash index declarations. Use float8 for both;Thomas G. Lockhart
1997-11-30Remove duplicate block of declarations. Must have been introduced recentlyThomas G. Lockhart
1997-11-30Change hash field for a few equality operators so all have it set.Thomas G. Lockhart
1997-11-30Add pg_type.h to include list to regain declaration of type OID assignments.Thomas G. Lockhart