Commits

DateSubjectAuthorReleases
2007-09-21 Fix regex, LIKE, and some other second-rank text-manipulation functions Tom Lane 8.3.0
2007-04-06 Support varlena fields with single-byte headers and unaligned storage. Tom Lane 8.3.0
2006-08-16 Seems some C compilers think 'restrict' is a fully reserved word. Tom Lane 8.2.0
2006-08-15 Add server support for "plugin" libraries that can be used for add-on tasks Tom Lane 8.2.0
2006-05-31 Make PG_MODULE_MAGIC required in shared libraries that are loaded into Tom Lane 8.2.0
2006-05-30 Code review for magic-block patch. Remove separate header file pgmagic.h, Tom Lane 8.2.0
2006-04-04 Modify all callers of datatype input and receive functions so that if these Tom Lane 8.2.0
2005-06-09 Avoid bare 'struct Node;' declaration --- provokes annoying warnings 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-22 Use InitFunctionCallInfoData() macro instead of MemSet in performance Tom Lane 8.1.0
2004-04-01 Replace TupleTableSlot convention for whole-row variables and function Tom Lane 8.0.0
2004-01-19 Add a hash table to cache lookups of 'C'-language functions (that is, Tom Lane 8.0.0
2003-07-01 SQL functions can have arguments and results declared ANYARRAY or Tom Lane 7.4.1
2003-04-08 First phase of work on array improvements. ARRAY[x,y,z] constructor Tom Lane 7.4.1
2002-10-25 Add dummy variable declaration to PG_FUNCTION_INFO_V1() to prevent Tom Lane 7.3.1
2002-08-30 PL/pgSQL functions can return sets. Neil Conway's patch, modified so Tom Lane 7.3.1
2002-04-25 Implement types regprocedure, regoper, regoperator, regclass, regtype Tom Lane 7.3.1
2001-10-06 Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo Tom Lane 7.2.1
2000-11-20 Revise handling of oldstyle/newstyle functions per recent discussions Tom Lane 7.1.1
2000-08-24 SQL-language functions are now callable in ordinary fmgr contexts ... Tom Lane 7.1.1
2000-07-29 bpchar, varchar, bytea, numeric are toastable --- if you initdb, which Tom Lane 7.1.1
2000-07-12 First stage of reclaiming memory in executor by resetting short-term Tom Lane 7.1.1
2000-07-06 Functions on 'text' type updated to new fmgr style. 'text' is Tom Lane 7.1.1
2000-06-14 I had overlooked the fact that some fmgr-callable functions return void Tom Lane 7.1.1
2000-06-13 Another batch of fmgr updates. I think I have gotten all old-style Tom Lane 7.1.1