Commits

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

DateSubjectAuthorReleases
2014-05-06 Remove tabs after spaces in C comments Bruce Momjian 8.4.22
2013-11-24 Fix array slicing of int2vector and oidvector values. Tom Lane 8.4.19
2009-06-18 Refine the use of terminology around bound and unbound cursors and cursor Peter Eisentraut 8.4.0
2009-06-11 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list Bruce Momjian 8.4.0
2009-01-01 Update copyright for 2009. Bruce Momjian 8.4.0
2008-11-21 Make the enumvals column of pg_settings be text[] instead of just Magnus Hagander 8.4.0
2008-11-14 Actually, instead of whining about how type internal might not safely store Tom Lane 8.4.0
2008-10-13 Implement comparison of generic records (composite types), and invent a Tom Lane 8.4.0
2008-09-25 Establish the rule that array types should have the same typdelim as their Tom Lane 8.4.0
2008-07-30 Flip the default typispreferred setting from true to false. This affects Tom Lane 8.4.0
2008-07-30 Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() Tom Lane 8.4.0
2008-07-14 Create a type-specific typanalyze routine for tsvector, which collects stats Tom Lane 8.4.0
2008-06-24 Reduce the alignment requirement of type "name" from int to char, and arrange Tom Lane 8.4.0
2008-04-21 Allow float8, int8, and related datatypes to be passed by value on machines Tom Lane 8.4.0
2008-04-18 Modify the float4 datatype to be pass-by-val. Along the way, remove the last Alvaro Herrera 8.4.0
2008-03-27 Reduce the need for frontend programs to include "postgres.h" by refactoring Tom Lane 8.4.0
2008-03-19 Support ALTER TYPE RENAME. Petr Jelinek Tom Lane 8.4.0