summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1997-12-02Remove premature code in constraint parsing.Thomas G. Lockhart
1997-12-01Document pg_dump -z, clean up option list. Fix problem with libpq handling o...Bruce Momjian
1997-11-30Change elog WARN messages for UNIQUE and PRIMARY, FOREIGN KEYThomas G. Lockhart
1997-11-30Add comments and move a few declaration blocks to help readability.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-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-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-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-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-19FIx for unix domain sockets, from Goran Thyni.Bruce Momjian
1997-11-19Call ExecEvalExpr with &isDone (not with NULL).Vadim B. Mikheev
1997-11-18Get rid of unused variable 'address'.Vadim B. Mikheev
1997-11-17Remove 16 char limit on system table/index names. Rename system indexes.Bruce Momjian
1997-11-17Define prototype for ExecutorLimit() to avoid compiler complaints.Thomas G. Lockhart
1997-11-17Update UNION and subselect syntax.Thomas G. Lockhart
1997-11-17Update generated source for scan.l.Thomas G. Lockhart
1997-11-17Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F').Thomas G. Lockhart
1997-11-17Use limits.h for INT, SHRT, and SCHAR min and max values rather thanThomas G. Lockhart
1997-11-17Use SHRT_MIN and SHRT_MAX for 2-byte integer limits.Thomas G. Lockhart
1997-11-17Allow fractional values for delta times (e.g. '2.5 days').Thomas G. Lockhart
1997-11-17Include unistd.h to get read/write function declarations.Thomas G. Lockhart
1997-11-17Add storage/ipc.h include file to get read/write function declarations.Thomas G. Lockhart
1997-11-17Fix compiler complaints about mismatched pointer args using coersions.Thomas G. Lockhart
1997-11-17Apply Bryan's IPC PatchesMarc G. Fournier
1997-11-15Remove pg_magic, defaults, server, hosts, and demon tables. unused.Bruce Momjian
1997-11-15Add new \df psql option and oid8types() function.Bruce Momjian
1997-11-14Include flex output in the standard distribution to fix problems withThomas G. Lockhart
1997-11-14Supress cleaning scan.c since we will try to include it in the distribution.Thomas G. Lockhart
1997-11-14Add flag to supress one compiler warning regarding unused "unput" functionThomas G. Lockhart
1997-11-14Reformat parser table (cosmetic only).Thomas G. Lockhart
1997-11-14FIx for indexing regex stuff. Change rowoid to objoid.Bruce Momjian