Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove pg_magic, defaults, server, hosts, and demon tables. unused. | Bruce Momjian | 1997-11-15 |
| | |||
* | Add new \df psql option and oid8types() function. | Bruce Momjian | 1997-11-15 |
| | |||
* | Include flex output in the standard distribution to fix problems with | Thomas G. Lockhart | 1997-11-14 |
| | | | | | old AT&T lexers and exclusive states (Solaris has trouble and probably others). | ||
* | Supress cleaning scan.c since we will try to include it in the distribution. | Thomas G. Lockhart | 1997-11-14 |
| | | | | | This should help Solaris and (presumably) other distributions with old AT&T-descended lex programs which can't handle "exclusive states". | ||
* | Add flag to supress one compiler warning regarding unused "unput" function | Thomas G. Lockhart | 1997-11-14 |
| | | | | in flex-specific code. | ||
* | Reformat parser table (cosmetic only). | Thomas G. Lockhart | 1997-11-14 |
| | |||
* | FIx for indexing regex stuff. Change rowoid to objoid. | 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 ↵ | Bruce Momjian | 1997-11-13 |
| | | | | aggregates. Modify psql with new \dd operator to access description | ||
* | File has moved to include/catalog. | Bruce Momjian | 1997-11-12 |
| | |||
* | Do a more complete job of supporting time zone information. | Thomas G. Lockhart | 1997-11-10 |
| | | | | | Try to save pre-existing TZ environment variable if possible. Includes code from Keith Parks. | ||
* | Change quickdie elog notice to a single message. | Thomas G. Lockhart | 1997-11-10 |
| | | | | Clean up FloatExceptionHandler elog message source code. | ||
* | Change messages regarding "TimeRange" to say that time travel is no longer | Thomas G. Lockhart | 1997-11-10 |
| | | | | | available. Remove lots of #ifdef'd debugging print statements. | ||
* | Clean up path handling esp. when interpreting environment variables. | Thomas G. Lockhart | 1997-11-10 |
| | | | | Remove unused old code. | ||
* | Add errormsg initialization from patch by Keith Parks. | Thomas G. Lockhart | 1997-11-10 |
| | |||
* | Clean up handling of environment variables in path names. | Thomas G. Lockhart | 1997-11-10 |
| | |||
* | Clean up indenting. | Bruce Momjian | 1997-11-10 |
| | |||
* | Fix case issues with quotes. | Bruce Momjian | 1997-11-10 |
| | |||
* | Patch from Goran Thyni | Bruce Momjian | 1997-11-10 |
| | |||
* | From: Bryan Henderson <bryanh@giraffe.netgate.net> | Marc G. Fournier | 1997-11-09 |
| | | | | | | My analysis of the formerly mentioned IPC reinitialization problem was hampered by an imprecise error message. I have rewritten it so it is clearer and more accurate. | ||
* | From: Bryan Henderson <bryanh@giraffe.netgate.net> | Marc G. Fournier | 1997-11-09 |
| | | | | | The attached patch makes elog() write the message to stderr if there is no frontend to talk to. | ||
* | Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se | Bruce Momjian | 1997-11-07 |
| | |||
* | Routines for database initial access info and support. | Thomas G. Lockhart | 1997-11-07 |
| | |||
* | Add database.c for database initial access info and support. | Thomas G. Lockhart | 1997-11-07 |
| | |||
* | Implement CREATE DATABASE/WITH LOCATION=. | Thomas G. Lockhart | 1997-11-07 |
| | | | | | | | Implement SET keyword = DEFAULT and SET TIME ZONE DEFAULT. Re-enable JOIN= option in CREATE OPERATOR statement (damaged for v6.2). Allow more SQL and/or Postgres reserved words as column identifiers or, if there are shift/reduce problems, at least as column labels. | ||
* | Enable SET value = DEFAULT by passing null parameter to parsers. | Thomas G. Lockhart | 1997-11-07 |
| | | | | Enable SET TIME ZONE using TZ environment variable. | ||
* | Support alternate database locations. | Thomas G. Lockhart | 1997-11-07 |
| | |||
* | Change phrasing of input error message. | Thomas G. Lockhart | 1997-11-07 |
| | | | | Add istrue() and isfalse() routines to implement SQL3 IS TRUE and IS FALSE. | ||
* | Remove NOT_USED for Massimo. | Bruce Momjian | 1997-11-05 |
| | |||
* | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 |
| | |||
* | Fix acl error, and remove duplicate pqtrace. | Bruce Momjian | 1997-11-01 |
| | |||
* | Indexes for LIKE and ~, !~ operations. | Bruce Momjian | 1997-10-31 |
| | |||
* | Remove duplocate lock_timeout value. | Bruce Momjian | 1997-10-30 |
| | |||
* | Add initial backend support for SET/SHOW/RESET TIME ZONE. | Thomas G. Lockhart | 1997-10-30 |
| | | | | | Uses TZ environment variable. Needs additional schemes for brain-dead SQL92 time offsets. | ||
* | Add routines istrue() and isfalse() to directly evaluate boolean type. | Thomas G. Lockhart | 1997-10-30 |
| | |||
* | Add support for SQL92 delimited identifiers. | Thomas G. Lockhart | 1997-10-30 |
| | | | | | Add support for SQL3 IS TRUE and IS FALSE. Augment support for SQL92 SET TIME ZONE... | ||
* | Add support for delimited identifiers. Include new exclusive state "xd". | Thomas G. Lockhart | 1997-10-30 |
| | | | | Remove unused ScanString variable and code. | ||
* | Fix up elog messages for consistant usage of quotes around arguments. | Thomas G. Lockhart | 1997-10-30 |
| | |||
* | Fix for international identifiers, from Tatsuo Ishii | Bruce Momjian | 1997-10-30 |
| | |||
* | Fix for when POSIX time not defined. | Bruce Momjian | 1997-10-30 |
| | |||
* | Fix for compile warning, from Ernst Molitor. | Bruce Momjian | 1997-10-30 |
| | |||
* | AIX patch from Darren King. | Bruce Momjian | 1997-10-30 |
| | |||
* | Remove strcasecmp for univel. | Bruce Momjian | 1997-10-30 |
| | |||
* | Generate error on large integer. | Bruce Momjian | 1997-10-30 |
| | |||
* | Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). | Vadim B. Mikheev | 1997-10-28 |
| | |||
* | Free ascii representations of compared values! | Vadim B. Mikheev | 1997-10-27 |
| | |||
* | Use shared lock when building indices | Vadim B. Mikheev | 1997-10-27 |
| | |||
* | Fix binary cursors broken by MOVE implementation. | Vadim B. Mikheev | 1997-10-27 |
| | | | | (Thanks to Bruce for finding what caused problem). | ||
* | Add SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP, | Thomas G. Lockhart | 1997-10-25 |
| | | | | | | | | | | | | | CURRENT_USER. Add syntax for primary and foreign keys. Change optional syntax in CREATE INDEX to avoid parsing conflict with TIMESTAMP WITH TIME ZONE data type (use USING <class> rather than WITH...). Decouple various categories of data type syntax to allow the most possible non-ambiguous extensions to SQL92 for column names and labels. This should make the parser a bit more understandable, or at least easier to find where and how the data types are handled. Support syntax for IN and EXISTS clauses with subselects. Support SQL92 syntax for IS TRUE/IS FALSE/IS NOT TRUE/IS NOT FALSE. | ||
* | Add SQL92 reserved words for primary and foreign keys. | Thomas G. Lockhart | 1997-10-25 |
| | | | | | | Add keywords for national character types. Shorted date/time keyword token names for convenience. Add SQL3 reserved words TRUE and FALSE. |