1998-03-18:将“PASSWORD”添加为允许的列标识符。

25年前的今天

commit 561aead3f163549bfd8fa86c8cf98a38a9bb6981
Author: Thomas G. Lockhart <lockhart@fourpalms.org>
Date:   Wed Mar 18 16:50:25 1998 +0000

    Allow parsing expressions with ") -" (scan.l, scan.c only).
    Make "TABLE" optional in "LOCK TABLE" command
     and "... INTO TABLE..." clause.
    Explicitly parse CREATE SEQUENCE options to allow a negative integer
     as an argument; this is an artifact of unary minus handling in scan.l.
    Add "PASSWORD" as an allowed column identifier.
    These fixes will require a "make clean install" but not a dump/reload.

PostgreSQL 6.3 于 1998 年 3 月 1 日发布。PostgreSQL GIT 存储库表明此提交包含在 REL6_3_2 标签中(出于某种原因,没有 REL6_3_1 标签),但 PostgreSQL 6.3.1 发行说明显示这些更改已包含在该发行版中。

这种将多个项目打包到一次签入中的提交风格,对于 PostgreSQL 项目早期来说是典型的,当时的提交消息(当时仍然在 CVS 中)缺乏现在所应用的结构。