aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* 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
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-28
* c.h:Vadim B. Mikheev1997-10-27
* Add conversion routines for int2, int4, and oid to and from text.Thomas G. Lockhart1997-10-25
* Reassign cash/float4 arithmetic operator oids to avoid duplicate oids.Thomas G. Lockhart1997-10-25
* Add conversion functions for int2, int4, oid to and from text.Thomas G. Lockhart1997-10-25
* Rename column to avoid "action" SQL92 reserved word.Thomas G. Lockhart1997-10-25
* StrNCpy cleanup.Bruce Momjian1997-10-25