Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove pgaccess from CVS. It has its own home now. | Bruce Momjian | 2002-08-30 |
| | |||
* | Update to pgaccess 0.91. | Bruce Momjian | 2002-07-02 |
| | |||
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
| | |||
* | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian | 2002-06-20 |
| | |||
* | Add copyright mentions, per Tom Lane. | Bruce Momjian | 2001-02-18 |
| | |||
* | Update to pgaccess 0.98.7. | Bruce Momjian | 2001-01-27 |
| | |||
* | Remove not-really-standard implementation of CREATE TABLE's UNDER clause, | Tom Lane | 2001-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 as | Bruce Momjian | 2000-12-15 |
| | | | | WARNING. Fix German FAQ mention about warning. | ||
* | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 |
| | | | | Fix misspelling of disbursion to dispersion. | ||
* | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian | 2000-06-09 |
| | |||
* | Update pgaccess to 0.98.5 | Bruce Momjian | 2000-03-31 |
| | |||
* | Remove obsolete note about pg_vlock lock file. | Tom Lane | 1999-11-28 |
| | |||
* | Add 0.98. | Bruce Momjian | 1999-10-30 |
| | |||
* | Remove 0.96 for update to 0.98 | Bruce Momjian | 1999-10-30 |
| | |||
* | bring it all into -current again | Marc G. Fournier | 1999-09-20 |