Commits

DateSubjectAuthorReleases
2011-02-14 Convert contrib modules to use the extension facility. Tom Lane 9.1.0
2008-11-14 Reduce contrib/intagg to a thin wrapper around the new core functions Tom Lane 8.4.0
2008-05-12 Restructure some header files a bit, in particular heapam.h, by removing some Alvaro Herrera 8.4.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0
2006-07-11 Alphabetically order reference to include files, "G" - "M". Bruce Momjian 8.2.0
2006-05-30 Magic blocks don't do us any good unless we use 'em ... so install one Tom Lane 8.2.0
2006-03-11 Add CVS tag lines to files that were lacking them. Bruce Momjian 8.2.0
2005-11-17 Make SQL arrays support null elements. This commit fixes the core array Tom Lane 8.2.0
2005-10-15 Standard pgindent run for 8.1. Bruce Momjian 8.1.0
2005-08-15 int_array_enum function should be using fcinfo->flinfo->fn_extra for Tom Lane 7.3.11
2005-08-15 int_array_enum function should be using fcinfo->flinfo->fn_extra for Tom Lane 7.4.9
2005-08-15 int_array_enum function should be using fcinfo->flinfo->fn_extra for Tom Lane 8.0.4
2005-08-15 int_array_enum function should be using fcinfo->flinfo->fn_extra for Tom Lane 8.1.0
2005-04-23 Treat a zero-D array as empty in int_enum(), per Andrew@supernews. Tom Lane 8.1.0
2005-04-23 int_aggregate's int_enum() doesn't work correctly with arrays that Tom Lane 7.3.10
2005-04-23 int_aggregate's int_enum() doesn't work correctly with arrays that Tom Lane 7.4.8
2005-04-23 int_aggregate's int_enum() doesn't work correctly with arrays that Tom Lane 8.0.3
2005-04-23 int_aggregate's int_enum() doesn't work correctly with arrays that Tom Lane 8.1.0
2005-04-14 Completion of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2005-03-23 Previous "64-bit fix" for intagg didn't actually work. This is already Tom Lane 7.3.10
2005-03-23 Previous "64-bit fix" for intagg didn't actually work. This is already Tom Lane 7.4.8
2005-03-23 Previous "64-bit fix" for intagg didn't actually work. This is already Tom Lane 8.0.2
2005-03-12 Adjust the API for aggregate function calls so that a C-coded function Tom Lane 8.1.0
2005-01-27 Now that I look at it, int_array_enum() didn't work either. Tom Lane 7.3.9
2005-01-27 Now that I look at it, int_array_enum() didn't work either. Tom Lane 7.4.7