summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1997-12-01Add tests for varchar() and combinations of string types.Thomas G. Lockhart
1997-12-01Adjust tests to reflect removal of time travel.Thomas G. Lockhart
Add tests for strings and varchar.
1997-12-01Adjust output to reflect changes in tests.Thomas G. Lockhart
1997-11-30Change elog WARN messages for UNIQUE and PRIMARY, FOREIGN KEYThomas G. Lockhart
to NOTICE messages so that execution proceeds rather than halting. These clauses are ignored as stated in the messages. Allow NOT NULL UNIQUE syntax (both were allowed individually before). Allow Postgres-style casting ("::") of non-constants.
1997-11-30Add comments and move a few declaration blocks to help readability.Thomas G. Lockhart
No functional changes this time!
1997-11-30Specify hash table support functions for float8 and int4 rather than usingThomas G. Lockhart
btree support functions. Don't know why this was that way, but would assume that these should be consistant with all other types with hash support. Regression tests OK. Change a few comments and field alignment to make things more readable.
1997-11-30Add datetime and timespan hash index declarations. Use float8 for both;Thomas G. Lockhart
certainly OK for datetime since it is a float8 and should be OK for timespan since the first field within timespan is a float8. Use float8 hash function for time type (rather than char8).
1997-11-30Remove duplicate block of declarations. Must have been introduced recentlyThomas G. Lockhart
since I've run ./duplicate_oids (and found no problems) in the last couple of months. Add and modify some DESCR() entries to describe functions.
1997-11-30Change hash field for a few equality operators so all have it set.Thomas G. Lockhart
Don't know why these few were not already this way, and don't know if there is some hidden problem with this, but assume it was done accidentally as entries were copied from other operators. Regression tests are OK, but... Move one block of declaration source to keep OIDs in increasing order. Did not change OID values, just moved source code.
1997-11-30Add pg_type.h to include list to regain declaration of type OID assignments.Thomas G. Lockhart
Lost these when some include files were reorganized. Regression test could not compile.
1997-11-30Fix for \dd on types.Bruce Momjian
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 ↵Bruce Momjian
heap_create().
1997-11-27Salt fix for password, from Tatsuo Ishii.Bruce Momjian
1997-11-27Prevent flushing from packets, by Massimo.Bruce Momjian
1997-11-27Cleaups of comments.Bruce Momjian
1997-11-26Add README for parser directoryBruce Momjian
1997-11-26Re-order args for TypeCreate() to be clearer.Bruce Momjian
1997-11-26Fix from Zeugswetter Andreas DBT for Sendproc.Bruce Momjian
1997-11-26Make parser functions static where possible.Bruce Momjian
1997-11-26Make parser functions static where possible.Bruce Momjian
1997-11-26\dd fix.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-24Remove gram problems with archive.Bruce Momjian
1997-11-24Change heading.Bruce Momjian
1997-11-24Cleanup wrapping in \d commands.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-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-23Fix for textcat on varchar() fields.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-21Remove archive stuff.Bruce Momjian
1997-11-20Remove all time travel stuff. Small parser cleanup.Bruce Momjian
1997-11-19Fix socket file permissions, from Goran Thyni.Bruce Momjian
1997-11-19Add to .similar file, Tatsuo IshiiBruce Momjian
1997-11-19FIx for unix domain sockets, from Goran Thyni.Bruce Momjian
1997-11-19Call ExecEvalExpr with &isDone (not with NULL).Vadim B. Mikheev
1997-11-19Change \df order.Bruce Momjian
1997-11-18Remove stuff that is now in psql \d.Bruce Momjian
1997-11-18Get rid of unused variable 'address'.Vadim B. Mikheev
1997-11-18Make \d commands not wrap over 80 cols.Bruce Momjian
1997-11-18Add descriptions for types and operators.Bruce Momjian
1997-11-17Clean out pgbuiltin now that new psql \d commands exist.Bruce Momjian