Commits

DateSubjectAuthorReleases
2007-11-11 Ensure that typmod decoration on a datatype name is validated in all cases, Tom Lane 8.3.0
2006-12-30 Support type modifiers for user-defined types, and pull most knowledge Tom Lane 8.3.0
2006-06-16 Fix problems with cached tuple descriptors disappearing while still in use Tom Lane 8.2.0
2006-03-16 Clean up representation of function RTEs for functions returning RECORD. Tom Lane 8.2.0
2006-03-14 Improve parser so that we can show an error cursor position for errors Tom Lane 8.2.0
2005-04-14 Make equalTupleDescs() compare attlen/attbyval/attalign rather than Tom Lane 8.0.3
2005-04-14 Make equalTupleDescs() compare attlen/attbyval/attalign rather than Tom Lane 8.1.0
2005-03-31 First phase of OUT-parameters project. We can now define and use SQL Tom Lane 8.1.0
2005-03-07 Adjust creation/destruction of TupleDesc data structure to reduce the Tom Lane 8.1.0
2004-10-20 Allow functions returning void or cstring to appear in FROM clause, Tom Lane 8.0.0
2004-04-01 Replace TupleTableSlot convention for whole-row variables and function Tom Lane 8.0.0
2003-08-11 Rewriter and planner should use only resno, not resname, to identify Tom Lane 7.4.1
2003-07-28 A visit from the message-style police ... Tom Lane 7.4.1
2003-07-21 Error message editing in backend/access. Tom Lane 7.4.1
2003-06-15 Replace cryptic 'Unknown kind of return type' messages with something Tom Lane 7.4.1
2002-09-28 Make the world at least somewhat safe for zero-column tables, and Tom Lane 7.3.1
2002-09-22 Replace pg_attribute.attisinherited with attislocal and attinhcount 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-30 Add attisinherited column to pg_attribute; use it to guard against Tom Lane 7.3.1
2002-08-29 Code review for standalone composite types, query-specified composite 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-02 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, Tom Lane 7.3.1
2002-07-31 Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in 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-02-27 Clean up BeginCommand and related routines. BeginCommand and EndCommand Tom Lane 7.3.1