aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove 16 char limit on system table/index names. Rename system indexes.Bruce Momjian1997-11-17
* Define prototype for ExecutorLimit() to avoid compiler complaints.Thomas G. Lockhart1997-11-17
* Update UNION and subselect syntax.Thomas G. Lockhart1997-11-17
* Update generated source for scan.l.Thomas G. Lockhart1997-11-17
* Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F').Thomas G. Lockhart1997-11-17
* Use limits.h for INT, SHRT, and SCHAR min and max values rather thanThomas G. Lockhart1997-11-17
* Use SHRT_MIN and SHRT_MAX for 2-byte integer limits.Thomas G. Lockhart1997-11-17
* Allow fractional values for delta times (e.g. '2.5 days').Thomas G. Lockhart1997-11-17
* Include unistd.h to get read/write function declarations.Thomas G. Lockhart1997-11-17
* Add storage/ipc.h include file to get read/write function declarations.Thomas G. Lockhart1997-11-17
* Fix compiler complaints about mismatched pointer args using coersions.Thomas G. Lockhart1997-11-17
* Apply Bryan's IPC PatchesMarc G. Fournier1997-11-17
* Remove pg_magic, defaults, server, hosts, and demon tables. unused.Bruce Momjian1997-11-15
* Add new \df psql option and oid8types() function.Bruce Momjian1997-11-15
* Include flex output in the standard distribution to fix problems withThomas G. Lockhart1997-11-14
* Supress cleaning scan.c since we will try to include it in the distribution.Thomas G. Lockhart1997-11-14
* Add flag to supress one compiler warning regarding unused "unput" functionThomas G. Lockhart1997-11-14
* Reformat parser table (cosmetic only).Thomas G. Lockhart1997-11-14
* FIx for indexing regex stuff. Change rowoid to objoid.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
* File has moved to include/catalog.Bruce Momjian1997-11-12
* Do a more complete job of supporting time zone information.Thomas G. Lockhart1997-11-10
* Change quickdie elog notice to a single message.Thomas G. Lockhart1997-11-10
* Change messages regarding "TimeRange" to say that time travel is no longerThomas G. Lockhart1997-11-10
* Clean up path handling esp. when interpreting environment variables.Thomas G. Lockhart1997-11-10
* Add errormsg initialization from patch by Keith Parks.Thomas G. Lockhart1997-11-10
* Clean up handling of environment variables in path names.Thomas G. Lockhart1997-11-10
* Clean up indenting.Bruce Momjian1997-11-10
* Fix case issues with quotes.Bruce Momjian1997-11-10
* Patch from Goran ThyniBruce Momjian1997-11-10
* From: Bryan Henderson <bryanh@giraffe.netgate.net>Marc G. Fournier1997-11-09
* From: Bryan Henderson <bryanh@giraffe.netgate.net>Marc G. Fournier1997-11-09
* Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian1997-11-07
* Routines for database initial access info and support.Thomas G. Lockhart1997-11-07
* Add database.c for database initial access info and support.Thomas G. Lockhart1997-11-07
* Implement CREATE DATABASE/WITH LOCATION=.Thomas G. Lockhart1997-11-07
* Enable SET value = DEFAULT by passing null parameter to parsers.Thomas G. Lockhart1997-11-07
* Support alternate database locations.Thomas G. Lockhart1997-11-07
* Change phrasing of input error message.Thomas G. Lockhart1997-11-07
* Remove NOT_USED for Massimo.Bruce Momjian1997-11-05
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* Fix acl error, and remove duplicate pqtrace.Bruce Momjian1997-11-01
* Indexes for LIKE and ~, !~ operations.Bruce Momjian1997-10-31
* Remove duplocate lock_timeout value.Bruce Momjian1997-10-30
* Add initial backend support for SET/SHOW/RESET TIME ZONE.Thomas G. Lockhart1997-10-30
* Add routines istrue() and isfalse() to directly evaluate boolean type.Thomas G. Lockhart1997-10-30
* Add support for SQL92 delimited identifiers.Thomas G. Lockhart1997-10-30
* Add support for delimited identifiers. Include new exclusive state "xd".Thomas G. Lockhart1997-10-30
* Fix up elog messages for consistant usage of quotes around arguments.Thomas G. Lockhart1997-10-30