postgresql/src/bin
Magnus Hagander 9b8aff8c19 Add REPLICATION privilege for ROLEs
This privilege is required to do Streaming Replication, instead of
superuser, making it possible to set up a SR slave that doesn't
have write permissions on the master.

Superuser privileges do NOT override this check, so in order to
use the default superuser account for replication it must be
explicitly granted the REPLICATION permissions. This is backwards
incompatible change, in the interest of higher default security.
2010-12-29 11:05:03 +01:00
..
initdb Move a couple of initdb's subroutines into src/port/. 2010-12-10 19:42:44 -05:00
pg_config Improved parallel make support 2010-11-12 22:15:16 +02:00
pg_controldata Improved parallel make support 2010-11-12 22:15:16 +02:00
pg_ctl Improve "pg_ctl -w start" server detection by writing the postmaster 2010-12-24 09:45:52 -05:00
pg_dump Add REPLICATION privilege for ROLEs 2010-12-29 11:05:03 +01:00
pg_resetxlog Improved parallel make support 2010-11-12 22:15:16 +02:00
pgevent Allow vpath builds and regression tests to succeed on Mingw. Backpatch to release 8.4 - earlier releases would require more changes and it's not worth the trouble. 2010-12-24 13:31:28 -05:00
psql Add REPLICATION privilege for ROLEs 2010-12-29 11:05:03 +01:00
scripts Improved parallel make support 2010-11-12 22:15:16 +02:00
Makefile Improved parallel make support 2010-11-12 22:15:16 +02:00