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