Commits

DateSubjectAuthorReleases
2005-07-26 Add a role property 'rolinherit' which, when false, denotes that the role Tom Lane 8.1.0
2005-06-29 More cleanup on roles patch. Allow admin option to be inherited through Tom Lane 8.1.0
2005-06-28 Bring syntax of role-related commands into SQL compliance. To avoid Tom Lane 8.1.0
2005-06-28 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid Tom Lane 8.1.0
2005-06-26 Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule Tom Lane 8.1.0
2005-06-22 Make REINDEX DATABASE do what one would expect, namely reindex all indexes Tom Lane 8.1.0
2005-06-17 Two-phase commit. Original patch by Heikki Linnakangas, with additional Tom Lane 8.1.0
2004-07-27 Replace nested-BEGIN syntax for subtransactions with spec-compliant Tom Lane 8.0.0
2004-07-12 Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always Tom Lane 8.0.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0
2004-02-21 Implement a solution to the 'Turkish locale downcases I incorrectly' Tom Lane 7.4.2
2004-02-21 Implement a solution to the 'Turkish locale downcases I incorrectly' Tom Lane 8.0.0
2003-11-21 COMMENT ON casts, conversions, languages, operator classes, and Tom Lane 8.0.0
2003-04-08 First phase of work on array improvements. ARRAY[x,y,z] constructor Tom Lane 7.4.1
2003-03-11 Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options Tom Lane 7.4.1
2003-02-10 Get rid of last few vestiges of parsetree dependency on grammar token Tom Lane 7.4.1
2002-12-12 Preliminary code review for domain CHECK constraints patch: add documentation, Tom Lane 7.4.1
2002-11-11 Code review for ON COMMIT patch. Make the actual on-commit action happen Tom Lane 7.4.1
2002-09-18 Extend pg_cast castimplicit column to a three-way value; this allows us Tom Lane 7.3.1
2002-08-27 PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing Tom Lane 7.3.1
2002-07-29 Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more Tom Lane 7.3.1
2002-05-03 Retire xlateSqlType/xlateSqlFunc; all type name translations are now Tom Lane 7.3.1
2002-05-02 Tweak scanner/grammar interface so that the keyword-as-identifier rules Tom Lane 7.3.1
2002-04-21 Restructure AclItem representation so that we can have more than eight Tom Lane 7.3.1
2002-04-18 Make PUBLIC an unreserved word (in fact, not a keyword at all), Tom Lane 7.3.1