postgresql/src/bin
Bruce Momjian 82119a696e [ Newest version of patch applied.]
This patch is an updated version of the lock listing patch. I've made
the following changes:

    - write documentation
    - wrap the SRF in a view called 'pg_locks': all user-level
      access should be done through this view
    - re-diff against latest CVS

One thing I chose not to do is adapt the SRF to use the anonymous
composite type code from Joe Conway. I'll probably do that eventually,
but I'm not really convinced it's a significantly cleaner way to
bootstrap SRF builtins than the method this patch uses (of course, it
has other uses...)

Neil Conway
2002-08-17 13:04:19 +00:00
..
initdb [ Newest version of patch applied.] 2002-08-17 13:04:19 +00:00
initlocation Update copyright to 2002. 2002-06-20 20:29:54 +00:00
ipcclean Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_config Upgrade to Autoconf version 2.53. Replaced many custom macro 2002-03-29 17:32:55 +00:00
pg_controldata Fix broken Makefiles. 2002-08-17 04:03:36 +00:00
pg_ctl Implement WAL log location control using "-X" or PGXLOG. 2002-08-04 06:26:38 +00:00
pg_dump Modify pg_dump to dump foreign-key constraints as constraints, not as 2002-08-16 23:01:21 +00:00
pg_encoding Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
pg_id pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
pg_resetxlog Fix broken Makefiles. 2002-08-17 04:03:36 +00:00
pgaccess Another "$@" cleanup with new syntax, ${1+"$@"}. 2002-07-19 15:31:43 +00:00
pgtclsh Update copyright to 2002. 2002-06-20 20:29:54 +00:00
psql Modify pg_dump to dump foreign-key constraints as constraints, not as 2002-08-16 23:01:21 +00:00
scripts Make sure all clients have the same understanding of default user name 2002-08-10 16:57:32 +00:00
Makefile Fix broken Makefiles. 2002-08-17 04:03:36 +00:00