Commits

DateSubjectAuthorReleases
2011-09-09 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. Tom Lane 9.2.0
2011-03-26 Clean up cruft around collation initialization for tupdescs and scankeys. Tom Lane 9.1.0
2010-08-08 Add stats functions and views to provide access to a transaction's own Tom Lane 9.1.0
2009-11-29 Make pg_stat_activity.application_name visible to all users, rather than Tom Lane 9.0.0
2009-11-28 Add support for an application_name parameter, which is displayed in Tom Lane 9.0.0
2008-05-15 Add support for tracking call counts and elapsed runtime for user-defined Tom Lane 8.4.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2007-09-25 Just-in-time background writing strategy. This code avoids re-scanning Tom Lane 8.3.0
2007-09-20 HOT updates. When we update a tuple without changing any of its indexed Tom Lane 8.3.0
2007-09-11 Rename recently-added pg_stat_activity column from txn_start to xact_start, Tom Lane 8.3.0
2007-06-28 Implement "distributed" checkpoints in which the checkpoint I/O is spread Tom Lane 8.3.0
2007-05-17 Temporary fix for the problem that pg_stat_activity, inet_client_addr(), Tom Lane 8.2.5
2007-05-17 Temporary fix for the problem that pg_stat_activity, inet_client_addr(), Tom Lane 8.3.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0
2007-02-07 Add a function pg_stat_clear_snapshot() that discards any statistics snapshot Tom Lane 8.3.0
2006-08-19 Add a 'waiting' column to pg_stat_activity to carry the same information Tom Lane 8.2.0
2006-06-19 Take the statistics collector out of the loop for monitoring backends' Tom Lane 8.2.0
2005-10-17 Clean up libpq's pollution of application namespace by renaming the Tom Lane 8.1.0
2005-06-29 Clean up the rather historically encumbered interface to now() and Tom Lane 8.1.0
2005-06-28 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid Tom Lane 8.1.0
2004-10-01 Convert pg_stat_get_backend_idset to use the existing SRF support. Tom Lane 7.4.6
2004-10-01 Convert pg_stat_get_backend_idset to use the existing SRF support. Tom Lane 8.0.0
2003-07-27 Error message editing in utils/adt. Again thanks to Joe Conway for doing Tom Lane 7.4.1
2003-04-04 Avoid repeated computation of the constants date2j(1970, 1, 1) and Tom Lane 7.4.1
2003-04-04 Code review for pg_stat_get_backend_activity_start patch --- fix Tom Lane 7.4.1