Commits

DateSubjectAuthorReleases
2003-07-04 Some early work on error message editing. Operator-not-found and Tom Lane 7.4.1
2003-03-10 This patch fixes a bunch of spelling mistakes in comments throughout the Tom Lane 7.4.1
2002-09-02 Code review for HeapTupleHeader changes. Add version number to page headers Tom Lane 7.3.1
2002-08-29 Code review for standalone composite types, query-specified composite Tom Lane 7.3.1
2002-08-22 Add a bunch of pseudo-types to replace the behavior formerly associated Tom Lane 7.3.1
2002-08-09 has_table_privilege spawns scions has_database_privilege, has_function_privilege, Tom Lane 7.3.1
2002-08-05 Restructure system-catalog index updating logic. Instead of having Tom Lane 7.3.1
2002-08-02 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, Tom Lane 7.3.1
2002-07-29 Centralize code for interpreting schema references, which had gotten Tom Lane 7.3.1
2002-07-14 Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch). 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-05-21 Remove global variable scanCommandId in favor of storing a command ID Tom Lane 7.3.1
2002-05-20 Restructure indexscan API (index_beginscan, index_getnext) per Tom Lane 7.3.1
2002-05-13 Make operators have their own comments separate from those of the Tom Lane 7.3.1
2002-04-27 Restructure aclcheck error reporting to make permission-failure Tom Lane 7.3.1
2002-04-19 pg_trigger's index on tgrelid is replaced by a unique index on Tom Lane 7.3.1
2002-04-18 Rule names are now unique per-relation, rather than unique globally. 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-11 Restructure representation of aggregate functions so that they have pg_proc 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
2002-03-21 Change the aclchk.c routines to uniformly use OIDs to identify the Tom Lane 7.3.1
2001-11-02 Fix problem reported by Alex Korn: if a relation has been dropped and Tom Lane 7.2.1
2001-10-03 DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax Tom Lane 7.2.1