aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Move descriptions to pg_proc, add descriptions.Bruce Momjian1997-11-24
* Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian1997-11-24
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* Archive cleanups.Bruce Momjian1997-11-21
* More archive cleanup.Bruce Momjian1997-11-21
* More archive cleanup.Bruce Momjian1997-11-21
* Remove unused files.Bruce Momjian1997-11-21
* Remove archive stuff.Bruce Momjian1997-11-21
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Make \d commands not wrap over 80 cols.Bruce Momjian1997-11-18
* Add descriptions for types and operators.Bruce Momjian1997-11-18
* Remove 16 char limit on system table/index names. Rename system indexes.Bruce Momjian1997-11-17
* Add DTK_DOY to help decode day of year fields.Thomas G. Lockhart1997-11-17
* Include first text in some type descriptions (~29 entries).Thomas G. Lockhart1997-11-17
* New \dS psql command. initdb cleanup.Bruce Momjian1997-11-16
* Remove pg_magic, defaults, server, hosts, and demon tables. unused.Bruce Momjian1997-11-15
* Fix problem of COPY before vacuum.Bruce Momjian1997-11-15
* Add new \df psql option and oid8types() function.Bruce Momjian1997-11-15
* Add new psql \da, \do, and \dT options.Bruce Momjian1997-11-14
* FIx for indexing regex stuff. Change rowoid to objoid.Bruce Momjian1997-11-14
* Add pg_description table for info on tables, columns, operators, types, and a...Bruce Momjian1997-11-13
* Fix case issues with quotes.Bruce Momjian1997-11-10
* new alpha linux locking from Travis Melhiser <melhiser@viper.co.union.nc.us>Bruce Momjian1997-11-07
* Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian1997-11-07
* Include transam.h to get NullTransactionId definedThomas G. Lockhart1997-11-07
* Declare routines which support SET keyword = value SQL commands.Thomas G. Lockhart1997-11-07
* Support alternate database locations.Thomas G. Lockhart1997-11-07
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* No more warnings on macros, thanks VAdim.Bruce Momjian1997-10-30
* Update version to 6.3. dump/reload for 6.1 version users.Bruce Momjian1997-10-30
* Add routines istrue() and isfalse() to directly evaluate boolean type.Thomas G. Lockhart1997-10-30
* Fix for netbsd locking, from Henry B. Hotz.Bruce Momjian1997-10-30