Commits

Showing commits that first shipped in 7.3 (backpatches included). Clear

DateSubjectAuthorReleases
2007-02-02 Repair insufficiently careful type checking for SQL-language functions: Tom Lane 7.3.18
2002-09-18 Extend pg_cast castimplicit column to a three-way value; this allows us Tom Lane 7.3.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-23 Further cleanup around the edges of OPAQUE/pseudotype changes. Correct 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-05 Restructure system-catalog index updating logic. Instead of having Tom Lane 7.3.1
2002-08-05 Preliminary code review for anonymous-composite-types patch: fix breakage Tom Lane 7.3.1
2002-08-05 Code review for anonymous-functions patch --- clean up some confusion Tom Lane 7.3.1
2002-08-04 Fix merge failures for anonymous-type patch. From Joe Conway. 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-18 Implement DROP SCHEMA. It lacks support for dropping conversions and Tom Lane 7.3.1
2002-07-16 Add more dependency insertions --- this completes the basic pg_depend Tom Lane 7.3.1
2002-05-22 Minor kibitzing. 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-17 Get rid of the last few uses of typeidTypeName() rather than 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-04-05 Divide functions into three volatility classes (immutable, stable, and 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-20 Code review for DOMAIN patch. Tom Lane 7.3.1