postgresql/src/bin
Andres Freund 4c8750a9cc Fix ac218aa4f6 to work on versions before 9.5.
Unfortunately ac218aa4f6 missed the fact that a reference to
'pg_catalog.regnamespace'::regclass wouldn't work before that type is
known. Fix that, by replacing the regtype usage with a join to
pg_type.

Reported-By: Tom Lane
Author: Andres Freund
Discussion: https://postgr.es/m/8863.1543297423@sss.pgh.pa.us
Backpatch: 9.5-, like ac218aa4f6
2018-11-26 23:26:05 -08:00
..
initdb Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
pg_archivecleanup Integrate recovery.conf into postgresql.conf 2018-11-25 16:33:40 +01:00
pg_basebackup Integrate recovery.conf into postgresql.conf 2018-11-25 16:33:40 +01:00
pg_config Translation updates 2018-05-21 12:29:52 -04:00
pg_controldata Translation updates 2018-06-25 12:37:18 +02:00
pg_ctl Implement "pg_ctl logrotate" command 2018-09-01 19:46:49 +03:00
pg_dump Fix pg_upgrade for oid removal. 2018-11-26 14:37:08 -08:00
pg_resetwal Avoid using potentially-under-aligned page buffers. 2018-09-01 15:27:17 -04:00
pg_rewind Integrate recovery.conf into postgresql.conf 2018-11-25 16:33:40 +01:00
pg_test_fsync Translation updates 2018-05-21 12:29:52 -04:00
pg_test_timing Translation updates 2018-05-21 12:29:52 -04:00
pg_upgrade Fix ac218aa4f6 to work on versions before 9.5. 2018-11-26 23:26:05 -08:00
pg_verify_checksums Fix issues with TAP tests of pg_verify_checksums 2018-11-20 10:20:52 +09:00
pg_waldump Avoid using potentially-under-aligned page buffers. 2018-09-01 15:27:17 -04:00
pgbench Rework the pgbench state machine code for clarity 2018-11-21 16:33:53 -03:00
pgevent Update copyright for 2018 2018-01-02 23:30:12 -05:00
psql Add CSV table output mode in psql. 2018-11-26 15:18:55 -05:00
scripts Add semicolons to end of internally run queries 2018-08-30 19:23:22 +02:00
Makefile Allow on-line enabling and disabling of data checksums 2018-04-05 22:04:48 +02:00