summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
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-12File has moved to include/catalog.Bruce Momjian
1997-11-10Do a more complete job of supporting time zone information.Thomas G. Lockhart
1997-11-10Change quickdie elog notice to a single message.Thomas G. Lockhart
1997-11-10Change messages regarding "TimeRange" to say that time travel is no longerThomas G. Lockhart
1997-11-10Clean up path handling esp. when interpreting environment variables.Thomas G. Lockhart
1997-11-10Add errormsg initialization from patch by Keith Parks.Thomas G. Lockhart
1997-11-10Clean up handling of environment variables in path names.Thomas G. Lockhart
1997-11-10Clean up indenting.Bruce Momjian
1997-11-10Fix case issues with quotes.Bruce Momjian
1997-11-10Patch from Goran ThyniBruce Momjian
1997-11-09From: Bryan Henderson <bryanh@giraffe.netgate.net>Marc G. Fournier
1997-11-09From: Bryan Henderson <bryanh@giraffe.netgate.net>Marc G. Fournier
1997-11-07Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian
1997-11-07Routines for database initial access info and support.Thomas G. Lockhart
1997-11-07Add database.c for database initial access info and support.Thomas G. Lockhart
1997-11-07Implement CREATE DATABASE/WITH LOCATION=.Thomas G. Lockhart
1997-11-07Enable SET value = DEFAULT by passing null parameter to parsers.Thomas G. Lockhart
1997-11-07Support alternate database locations.Thomas G. Lockhart
1997-11-07Change phrasing of input error message.Thomas G. Lockhart
1997-11-05Remove NOT_USED for Massimo.Bruce Momjian
1997-11-02Good Bye, Time Travel!Vadim B. Mikheev
1997-11-01Fix acl error, and remove duplicate pqtrace.Bruce Momjian
1997-10-31Indexes for LIKE and ~, !~ operations.Bruce Momjian
1997-10-30Remove duplocate lock_timeout value.Bruce Momjian
1997-10-30Add initial backend support for SET/SHOW/RESET TIME ZONE.Thomas G. Lockhart
1997-10-30Add routines istrue() and isfalse() to directly evaluate boolean type.Thomas G. Lockhart
1997-10-30Add support for SQL92 delimited identifiers.Thomas G. Lockhart
1997-10-30Add support for delimited identifiers. Include new exclusive state "xd".Thomas G. Lockhart
1997-10-30Fix up elog messages for consistant usage of quotes around arguments.Thomas G. Lockhart
1997-10-30Fix for international identifiers, from Tatsuo IshiiBruce Momjian