| Commit message (Expand) | Author | Age |
* | Define USE_GERMAN_DATES for use in date/time I/O functions. | Thomas G. Lockhart | 1997-12-04 |
* | Change Constraint structure to be a full node structure. | Thomas G. Lockhart | 1997-12-04 |
* | Add Constraint node type. | Thomas G. Lockhart | 1997-12-04 |
* | Missed a few files from Todd's patch...oops :) | Marc G. Fournier | 1997-12-04 |
* | From: todd brandys <brandys@eng3.hep.uiuc.edu> | Marc G. Fournier | 1997-12-04 |
* | Specify hash table support functions for float8 and int4 rather than using | Thomas G. Lockhart | 1997-11-30 |
* | Add datetime and timespan hash index declarations. Use float8 for both; | Thomas G. Lockhart | 1997-11-30 |
* | Remove duplicate block of declarations. Must have been introduced recently | Thomas G. Lockhart | 1997-11-30 |
* | Change hash field for a few equality operators so all have it set. | Thomas G. Lockhart | 1997-11-30 |
* | Add pg_type.h to include list to regain declaration of type OID assignments. | Thomas G. Lockhart | 1997-11-30 |
* | Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. | Bruce Momjian | 1997-11-28 |
* | Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr... | Bruce Momjian | 1997-11-28 |
* | Re-order args for TypeCreate() to be clearer. | Bruce Momjian | 1997-11-26 |
* | Make parser functions static where possible. | Bruce Momjian | 1997-11-26 |
* | Make parser functions static where possible. | Bruce Momjian | 1997-11-26 |
* | Cleanup up include files. | Bruce Momjian | 1997-11-26 |
* | Cleanup up include files. | Bruce Momjian | 1997-11-26 |
* | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 |
* | Move descriptions to pg_proc, add descriptions. | Bruce Momjian | 1997-11-24 |
* | Move dbcommands.c to commands/. It should not be in the parser directory. | Bruce Momjian | 1997-11-24 |
* | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 |
* | Archive cleanups. | Bruce Momjian | 1997-11-21 |
* | More archive cleanup. | Bruce Momjian | 1997-11-21 |
* | More archive cleanup. | Bruce Momjian | 1997-11-21 |
* | Remove unused files. | Bruce Momjian | 1997-11-21 |
* | Remove archive stuff. | Bruce Momjian | 1997-11-21 |
* | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 |
* | Make \d commands not wrap over 80 cols. | Bruce Momjian | 1997-11-18 |
* | Add descriptions for types and operators. | Bruce Momjian | 1997-11-18 |
* | Remove 16 char limit on system table/index names. Rename system indexes. | Bruce Momjian | 1997-11-17 |
* | Add DTK_DOY to help decode day of year fields. | Thomas G. Lockhart | 1997-11-17 |
* | Include first text in some type descriptions (~29 entries). | Thomas G. Lockhart | 1997-11-17 |
* | New \dS psql command. initdb cleanup. | Bruce Momjian | 1997-11-16 |
* | Remove pg_magic, defaults, server, hosts, and demon tables. unused. | Bruce Momjian | 1997-11-15 |
* | Fix problem of COPY before vacuum. | Bruce Momjian | 1997-11-15 |
* | Add new \df psql option and oid8types() function. | Bruce Momjian | 1997-11-15 |
* | Add new psql \da, \do, and \dT options. | Bruce Momjian | 1997-11-14 |
* | FIx for indexing regex stuff. Change rowoid to objoid. | Bruce Momjian | 1997-11-14 |
* | Add pg_description table for info on tables, columns, operators, types, and a... | Bruce Momjian | 1997-11-13 |
* | Fix case issues with quotes. | Bruce Momjian | 1997-11-10 |
* | new alpha linux locking from Travis Melhiser <melhiser@viper.co.union.nc.us> | Bruce Momjian | 1997-11-07 |
* | Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se | Bruce Momjian | 1997-11-07 |
* | Include transam.h to get NullTransactionId defined | Thomas G. Lockhart | 1997-11-07 |
* | Declare routines which support SET keyword = value SQL commands. | Thomas G. Lockhart | 1997-11-07 |
* | Support alternate database locations. | Thomas G. Lockhart | 1997-11-07 |
* | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 |
* | No more warnings on macros, thanks VAdim. | Bruce Momjian | 1997-10-30 |
* | Update version to 6.3. dump/reload for 6.1 version users. | Bruce Momjian | 1997-10-30 |
* | Add routines istrue() and isfalse() to directly evaluate boolean type. | Thomas G. Lockhart | 1997-10-30 |
* | Fix for netbsd locking, from Henry B. Hotz. | Bruce Momjian | 1997-10-30 |