postgresql/src/bin
Tom Lane b2734a0d79 Support SQL-compliant triggers on columns, ie fire only if certain columns
are named in the UPDATE's SET list.

Note: the schema of pg_trigger has not actually changed; we've just started
to use a column that was there all along.  catversion bumped anyway so that
this commit is included in the history of potentially interesting changes
to system catalog contents.

Itagaki Takahiro
2009-10-14 22:14:25 +00:00
..
initdb Remove initdb's rather gratuitous check to see if the backend created a 2009-09-03 01:40:11 +00:00
pg_config Update of install-sh, mkinstalldirs, and associated configury 2009-08-26 22:24:44 +00:00
pg_controldata Track the current XID wrap limit (or more accurately, the oldest unfrozen 2009-08-31 02:23:23 +00:00
pg_ctl Change our WIN32 API version to be 5.01 (Windows XP), to bring in the proper 2009-09-07 11:22:12 +00:00
pg_dump Support SQL-compliant triggers on columns, ie fire only if certain columns 2009-10-14 22:14:25 +00:00
pg_resetxlog Track the current XID wrap limit (or more accurately, the oldest unfrozen 2009-08-31 02:23:23 +00:00
pgevent 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
psql Add "\pset linestyle ascii/unicode" option to psql, allowing our traditional 2009-10-13 21:04:01 +00:00
scripts Implement the DO statement to support execution of PL code without having 2009-09-22 23:43:43 +00:00
Makefile Expand test coverage support to entire tree 2009-08-07 20:50:22 +00:00