summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
1997-11-28Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian
1997-11-28Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr...Bruce Momjian
1997-11-26Re-order args for TypeCreate() to be clearer.Bruce Momjian
1997-11-26Make parser functions static where possible.Bruce Momjian
1997-11-26Make parser functions static where possible.Bruce Momjian
1997-11-26Cleanup up include files.Bruce Momjian
1997-11-26Cleanup up include files.Bruce Momjian
1997-11-25Break parser functions into smaller files, group together.Bruce Momjian
1997-11-24Move descriptions to pg_proc, add descriptions.Bruce Momjian
1997-11-24Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian
1997-11-24Remove tqual.h includes not needed.Bruce Momjian
1997-11-21Archive cleanups.Bruce Momjian
1997-11-21More archive cleanup.Bruce Momjian
1997-11-21More archive cleanup.Bruce Momjian
1997-11-21Remove unused files.Bruce Momjian
1997-11-21Remove archive stuff.Bruce Momjian
1997-11-20Remove all time travel stuff. Small parser cleanup.Bruce Momjian
1997-11-18Make \d commands not wrap over 80 cols.Bruce Momjian
1997-11-18Add descriptions for types and operators.Bruce Momjian
1997-11-17Remove 16 char limit on system table/index names. Rename system indexes.Bruce Momjian
1997-11-17Add DTK_DOY to help decode day of year fields.Thomas G. Lockhart
1997-11-17Include first text in some type descriptions (~29 entries).Thomas G. Lockhart
1997-11-16New \dS psql command. initdb cleanup.Bruce Momjian
1997-11-15Remove pg_magic, defaults, server, hosts, and demon tables. unused.Bruce Momjian
1997-11-15Fix problem of COPY before vacuum.Bruce Momjian
1997-11-15Add new \df psql option and oid8types() function.Bruce Momjian
1997-11-14Add new psql \da, \do, and \dT options.Bruce Momjian
1997-11-14FIx for indexing regex stuff. Change rowoid to objoid.Bruce Momjian
1997-11-13Add pg_description table for info on tables, columns, operators, types, and a...Bruce Momjian
1997-11-10Fix case issues with quotes.Bruce Momjian
1997-11-07new alpha linux locking from Travis Melhiser <melhiser@viper.co.union.nc.us>Bruce Momjian
1997-11-07Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian
1997-11-07Include transam.h to get NullTransactionId definedThomas G. Lockhart
1997-11-07Declare routines which support SET keyword = value SQL commands.Thomas G. Lockhart
1997-11-07Support alternate database locations.Thomas G. Lockhart
1997-11-02Good Bye, Time Travel!Vadim B. Mikheev
1997-10-30No more warnings on macros, thanks VAdim.Bruce Momjian
1997-10-30Update version to 6.3. dump/reload for 6.1 version users.Bruce Momjian
1997-10-30Add routines istrue() and isfalse() to directly evaluate boolean type.Thomas G. Lockhart
1997-10-30Fix for netbsd locking, from Henry B. Hotz.Bruce Momjian
1997-10-28Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev
1997-10-27c.h:Vadim B. Mikheev
1997-10-25Add conversion routines for int2, int4, and oid to and from text.Thomas G. Lockhart
1997-10-25Reassign cash/float4 arithmetic operator oids to avoid duplicate oids.Thomas G. Lockhart
1997-10-25Add conversion functions for int2, int4, oid to and from text.Thomas G. Lockhart