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