Commits

DateSubjectAuthorReleases
2001-11-01 Reject tabs and linefeeds in usernames and passwords that are being Tom Lane 7.2.1
2001-07-12 Remove grammar restrictions on order of optional clauses in CREATE GROUP. Tom Lane 7.2.1
2001-07-10 Changes from Vince Vielhaber to allow the optional clauses of CREATE Tom Lane 7.2.1
2001-06-14 has_table_privilege functions from Joe Conway (with some kibitzing from Tom Lane 7.2.1
2001-06-12 Clean up various to-do items associated with system indexes: Tom Lane 7.2.1
2001-01-23 Fix all the places that called heap_update() and heap_delete() without Tom Lane 7.1.1
2000-11-16 Change SearchSysCache coding conventions so that a reference count is Tom Lane 7.1.1
2000-10-19 Fix missing CommandCounterIncrement in DROP USER. Tom Lane 7.1.1
2000-08-27 Clean up callers of AllocateFile and BasicOpenFile to ensure that Tom Lane 7.1.1
2000-08-03 More functions updated to new fmgr style --- money, name, tid datatypes. Tom Lane 7.1.1
2000-07-22 Missed some array updates ... Tom Lane 7.1.1
2000-07-17 Revise aggregate functions per earlier discussions in pghackers. Tom Lane 7.1.1
2000-07-05 Update textin() and textout() to new fmgr style. This is just phase Tom Lane 7.1.1
2000-06-28 First phase of memory management rewrite (see backend/utils/mmgr/README Tom Lane 7.1.1
2000-06-09 Another round of updates for new fmgr, mostly in the datetime code. Tom Lane 7.1.1
2000-06-02 Create an fd.c entry point that is just like plain open(2) except that Tom Lane 7.1.1
2000-05-29 Second round of fmgr changes: triggers are now invoked in new style, Tom Lane 7.1.1
2000-05-28 First round of changes for new fmgr interface. fmgr itself and the Tom Lane 7.1.1
2000-05-04 Don't leak a file descriptor when updating pg_pwd file. Also, check for Tom Lane 7.1.1
2000-03-15 Remove another incorrect UserAbortTransactionBlock() call. Tom Lane 7.1.1
2000-02-15 Silence gcc warning about uninitialized var. Tom Lane 7.1.1
1999-12-20 Clean up some minor gcc warnings. Tom Lane 7.1.1
1999-11-21 Change backend-side COPY to write files with permissions 644 not 666 Tom Lane 7.1.1
1999-09-18 Mega-commit to make heap_open/heap_openr/heap_close take an Tom Lane 7.1.1
1999-04-02 Repair problems with omitted password and VALID UNTIL Tom Lane 7.1.1