Commits

DateSubjectAuthorReleases
2013-01-01 Update copyrights for 2013 Bruce Momjian 9.3.0
2012-08-30 Split tuple struct defs from htup.h to htup_details.h Alvaro Herrera 9.3.0
2012-07-21 Revert temporary patch to debug Windows breakage. Robert Haas 9.3.0
2012-07-20 Temporary patch to try to debug why event trigger patch broke Windows. Robert Haas 9.3.0
2012-07-20 Make new event trigger facility actually do something. Robert Haas 9.3.0
2012-06-10 Run pgindent on 9.2 source tree in preparation for first 9.3 Bruce Momjian 9.2.0
2012-02-01 Code review for plpgsql fn_signature patch. Tom Lane 9.2.0
2012-01-31 Print function signature, not just name, in PL/pgSQL error messages. Heikki Linnakangas 9.2.0
2012-01-01 Update copyright notices for year 2012. Bruce Momjian 9.2.0
2011-11-30 Improve table locking behavior in the face of current DDL. Robert Haas 9.2.0
2011-11-21 Further code review for range types patch. Tom Lane 9.2.0
2011-11-12 In plpgsql, allow foreign tables to define row types. Tom Lane 9.1.2
2011-11-12 In plpgsql, allow foreign tables to define row types. Tom Lane 9.2.0
2011-11-03 Support range data types. Heikki Linnakangas 9.2.0
2011-09-04 Clean up the #include mess a little. Tom Lane 9.2.0
2011-09-01 Remove unnecessary #include references, per pgrminclude script. Bruce Momjian 9.2.0
2011-08-26 Add another marker. Bruce Momjian 9.2.0
2011-07-09 Try to acquire relation locks in RangeVarGetRelid. Robert Haas 9.2.0
2011-07-04 Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h Alvaro Herrera 9.2.0
2011-05-23 Make plpgsql complain about conflicting IN and OUT parameter names. Tom Lane 9.1.0
2011-05-22 Make plpgsql provide the typmods for its variables to the main parser. Tom Lane 9.1.0
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2011-04-10 pgindent run before PG 9.1 beta 1. Bruce Momjian 9.1.0
2011-03-27 Fix plpgsql to release SPI plans when a function or DO block is freed. Tom Lane 9.1.0
2011-03-26 Clean up cruft around collation initialization for tupdescs and scankeys. Tom Lane 9.1.0