Commits

DateSubjectAuthorReleases
2004-02-21 Implement a solution to the 'Turkish locale downcases I incorrectly' Tom Lane 8.0.0
2002-12-10 If typecmds is going to have its own header file, said header file Tom Lane 7.4.1
2002-09-21 Provide an upgrade strategy for dump files containing functions declared Tom Lane 7.3.1
2002-07-29 Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more Tom Lane 7.3.1
2002-07-12 Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. Tom Lane 7.3.1
2002-07-01 First phase of applying Rod Taylor's pg_depend patch. This just adds Tom Lane 7.3.1
2002-05-22 Modify sequence state storage to eliminate dangling-pointer problem Tom Lane 7.3.1
2002-04-16 Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take Tom Lane 7.3.1
2002-04-15 The contents of command.c, creatinh.c, define.c, remove.c and rename.c Tom Lane 7.3.1
2002-04-09 Functions live in namespaces. Qualified function names work, eg Tom Lane 7.3.1
2002-03-29 pg_type has a typnamespace column; system now supports creating types Tom Lane 7.3.1
2002-03-26 pg_class has a relnamespace column. You can create and access tables Tom Lane 7.3.1
2001-09-08 Clean up some confusion about where and how to set whereToSendOutput. Tom Lane 7.2.1
2001-08-21 Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in Tom Lane 7.2.1
2001-07-16 Partial indexes work again, courtesy of Martijn van Oosterhout. Tom Lane 7.2.1
2000-10-07 Arrange that no database accesses are attempted during parser() --- this Tom Lane 7.1.1
2000-08-24 SQL-language functions are now callable in ordinary fmgr contexts ... Tom Lane 7.1.1