aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/lib/help
Commit message (Collapse)AuthorAge
* Remove pgaccess from CVS. It has its own home now.Bruce Momjian2002-08-30
|
* Update to pgaccess 0.91.Bruce Momjian2002-07-02
|
* Update copyright to 2002.Bruce Momjian2002-06-20
|
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-20
|
* Add copyright mentions, per Tom Lane.Bruce Momjian2001-02-18
|
* Update to pgaccess 0.98.7.Bruce Momjian2001-01-27
|
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-05
| | | | | | | | | | | and revert documentation to describe the existing INHERITS clause instead, per recent discussion in pghackers. Also fix implementation of SQL_inheritance SET variable: it is not cool to look at this var during the initial parsing phase, only during parse_analyze(). See recent bug report concerning misinterpretation of date constants just after a SET TIMEZONE command. gram.y really has to be an invariant transformation of the query string to a raw parsetree; anything that can vary with time must be done during parse analysis.
* Change ET_WARN to ET_NOTICE to match internal codes, leave message asBruce Momjian2000-12-15
| | | | WARNING. Fix German FAQ mention about warning.
* Add proofreader's changes to docs.Bruce Momjian2000-10-05
| | | | Fix misspelling of disbursion to dispersion.
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09
|
* Update pgaccess to 0.98.5Bruce Momjian2000-03-31
|
* Remove obsolete note about pg_vlock lock file.Tom Lane1999-11-28
|
* Add 0.98.Bruce Momjian1999-10-30
|
* Remove 0.96 for update to 0.98Bruce Momjian1999-10-30
|
* bring it all into -current againMarc G. Fournier1999-09-20