summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* extern char* crypt_getpwdfilename(void);Vadim B. Mikheev1997-12-261-1/+1
* Implementation of UNIONs.Bruce Momjian1997-12-242-18/+6
* Change field name in RetrieveStmt from selectClause to unionClause.Thomas G. Lockhart1997-12-231-2/+3
* Lengthen some time conversion routine names now that longer namesThomas G. Lockhart1997-12-231-4/+4
* Expand a few date/time routine names to > 16 characters now that thisThomas G. Lockhart1997-12-231-55/+55
* Remove some recursion in optimizer and clean up some code there.Bruce Momjian1997-12-211-2/+2
* Fix aggregates on inherited tables.Bruce Momjian1997-12-202-8/+6
* Missed a HAVE_Marc G. Fournier1997-12-201-1/+1
* Make sure configure reflects changesMarc G. Fournier1997-12-201-0/+3
* First clean compile without a "PORTNAME" variable being set...Marc G. Fournier1997-12-201-0/+0
* More cleanups. Move alot of the prototype definitions straight intoMarc G. Fournier1997-12-191-0/+21
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-191-0/+3
* Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian1997-12-184-17/+4
* Cost cleanup.Bruce Momjian1997-12-181-14/+8
* Move declarations for timespan2tm() and tm2timespan() from dt.c to here.Thomas G. Lockhart1997-12-171-9/+12
* Add declarations for text, bpchar, and varchar length functions.Thomas G. Lockhart1997-12-162-19/+19
* Add declarations for text, bpchar, and varchar length functions.Thomas G. Lockhart1997-12-161-5/+27
* Make password null on startup.Bruce Momjian1997-12-121-2/+2
* Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian1997-12-111-4/+4
* Spark/Linux patch for locking, from Tom SzybistBruce Momjian1997-12-091-3/+4
* Major code cleanup following the pg_password insertion...Marc G. Fournier1997-12-091-2/+2
* Define USE_GERMAN_DATES for use in date/time I/O functions.Thomas G. Lockhart1997-12-041-1/+3
* Change Constraint structure to be a full node structure.Thomas G. Lockhart1997-12-041-67/+70
* Add Constraint node type.Thomas G. Lockhart1997-12-041-2/+2
* Missed a few files from Todd's patch...oops :)Marc G. Fournier1997-12-042-0/+37
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-046-38/+81
* Specify hash table support functions for float8 and int4 rather than usingThomas G. Lockhart1997-11-301-31/+31
* Add datetime and timespan hash index declarations. Use float8 for both;Thomas G. Lockhart1997-11-301-3/+5
* Remove duplicate block of declarations. Must have been introduced recentlyThomas G. Lockhart1997-11-301-73/+74
* Change hash field for a few equality operators so all have it set.Thomas G. Lockhart1997-11-301-27/+27
* Add pg_type.h to include list to regain declaration of type OID assignments.Thomas G. Lockhart1997-11-301-0/+1
* Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian1997-11-281-4/+4
* Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr...Bruce Momjian1997-11-281-3/+3
* Re-order args for TypeCreate() to be clearer.Bruce Momjian1997-11-261-2/+2
* Make parser functions static where possible.Bruce Momjian1997-11-261-3/+3
* Make parser functions static where possible.Bruce Momjian1997-11-269-72/+10
* Cleanup up include files.Bruce Momjian1997-11-262-4/+17
* Cleanup up include files.Bruce Momjian1997-11-2659-230/+303
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-2518-163/+506
* Move descriptions to pg_proc, add descriptions.Bruce Momjian1997-11-242-1266/+777
* Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian1997-11-241-1/+1
* Remove tqual.h includes not needed.Bruce Momjian1997-11-243-6/+5
* Archive cleanups.Bruce Momjian1997-11-211-2/+2
* More archive cleanup.Bruce Momjian1997-11-213-16/+3
* More archive cleanup.Bruce Momjian1997-11-211-3/+1
* Remove unused files.Bruce Momjian1997-11-212-0/+0
* Remove archive stuff.Bruce Momjian1997-11-2111-135/+64
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-209-59/+19
* Make \d commands not wrap over 80 cols.Bruce Momjian1997-11-181-35/+35
* Add descriptions for types and operators.Bruce Momjian1997-11-182-558/+507