postgresql/src/bin
Tom Lane 1042de69db pg_dump: avoid useless query in binary_upgrade_set_type_oids_by_type_oid
Commit 6df7a9698 wrote appendPQExpBuffer where it should have
written printfPQExpBuffer.  This resulted in re-issuing the
previous query along with the desired one, which very accidentally
had no negative consequences except for some wasted cycles.

Back-patch to v14 where that came in.

Discussion: https://postgr.es/m/1714711.1642962663@sss.pgh.pa.us
2022-01-23 13:54:24 -05:00
..
initdb Translation updates 2021-11-08 10:06:30 +01:00
pg_amcheck Translation updates 2021-11-08 10:06:30 +01:00
pg_archivecleanup Translation updates 2021-11-08 10:06:30 +01:00
pg_basebackup Revert "Check that we have a working tar before trying to use it" 2021-12-08 16:50:04 -05:00
pg_checksums Translation updates 2021-11-08 10:06:30 +01:00
pg_config Translation updates 2021-11-08 10:06:30 +01:00
pg_controldata Translation updates 2021-11-08 10:06:30 +01:00
pg_ctl Translation updates 2021-11-08 10:06:30 +01:00
pg_dump pg_dump: avoid useless query in binary_upgrade_set_type_oids_by_type_oid 2022-01-23 13:54:24 -05:00
pg_resetwal Translation updates 2021-11-08 10:06:30 +01:00
pg_rewind Translation updates 2021-11-08 10:06:30 +01:00
pg_test_fsync Translation updates 2021-11-08 10:06:30 +01:00
pg_test_timing Translation updates 2021-11-08 10:06:30 +01:00
pg_upgrade Move into separate file all the SQL queries used in pg_upgrade tests 2021-12-02 10:31:29 +09:00
pg_verifybackup Translation updates 2021-11-08 10:06:30 +01:00
pg_waldump Translation updates 2021-11-08 10:06:30 +01:00
pgbench Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY. 2021-10-23 18:36:42 -07:00
pgevent Update copyright for 2021 2021-01-02 13:06:25 -05:00
psql Fix psql \d's query for identifying parent triggers. 2022-01-17 21:18:49 -05:00
scripts Translation updates 2021-11-08 10:06:30 +01:00
Makefile Add pg_amcheck, a CLI for contrib/amcheck. 2021-03-12 13:00:01 -05:00