summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2024-11-04pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass.Tom Lane
2024-11-04pg_dump: provide a stable sort order for rules.Tom Lane
2024-11-04pg_combinebackup: Error if incremental file exists in full backup.Robert Haas
2024-11-04pg_combinebackup: When reconstructing, avoid double slash in filename.Robert Haas
2024-10-28Change the default value of the streaming option to 'parallel'.Amit Kapila
2024-10-25pgbench: Fix typo.Tatsuo Ishii
2024-10-18Remove unused code for unlogged materialized views.Fujii Masao
2024-10-16initdb: Change default to using data checksums.Peter Eisentraut
2024-10-14Allow TAP tests to force checksums off when calling init()Peter Eisentraut
2024-10-14psql: Fix \watch when using interval values less than 1msMichael Paquier
2024-10-11pgbench: Improve result outputs related to failed transactions.Tatsuo Ishii
2024-10-10Don't hard-code the input file name in gen_tabcomplete.pl's output.Tom Lane
2024-10-10Avoid possible segfault in psql's tab completion.Tom Lane
2024-10-08Silence buildfarm warning chatter from bd1276a3c.Tom Lane
2024-10-07vacuumdb: Schema-qualify operator in catalog query's WHERE clause.Nathan Bossart
2024-10-07Fix Y2038 issues with MyStartTime.Nathan Bossart
2024-10-07Convert tab-complete's long else-if chain to a switch statement.Tom Lane
2024-10-07Prepare tab-complete.c for preprocessing.Tom Lane
2024-10-07Invent "MatchAnyN" option for tab-complete.c's Matches/MatchesCS.Tom Lane
2024-10-05Reject non-ASCII locale names.Thomas Munro
2024-10-03Add log_verbosity = 'silent' support to COPY command.Fujii Masao
2024-10-03Remove support for unlogged on partitioned tablesMichael Paquier
2024-10-02File size in a backup manifest should use uint64, not size_t.Robert Haas
2024-10-02Add fastpaths for when no objects are foundDaniel Gustafsson
2024-10-02Remove superfluous PQExpBuffer resettingDaniel Gustafsson
2024-10-01initdb: Add new option "--no-data-checksums"Peter Eisentraut
2024-10-01Use macro to define the number of enum valuesPeter Eisentraut
2024-10-01Fix some pg_verifybackup issues reported by Coverity.Robert Haas
2024-09-30Do not treat \. as an EOF marker in CSV mode for COPY IN.Tom Lane
2024-09-30Remove incorrect entries in pg_walsummary's getopt_long call.Tom Lane
2024-09-30reindexdb: Skip reindexing temporary tables and indexes.Fujii Masao
2024-09-27Reindent pg_verifybackup.c.Robert Haas
2024-09-27pg_verifybackup: Verify tar-format backups.Robert Haas
2024-09-27Fix typo in pg_walsummary/nls.mk.Fujii Masao
2024-09-26Improve style of pg_upgrade task callback functions.Nathan Bossart
2024-09-25Remove extra whitespace in pg_upgrade status message.Nathan Bossart
2024-09-25vacuumdb: Skip temporary tables in query to build list of relationsMichael Paquier
2024-09-24Fix psql describe commands' handling of ACL columns for old servers.Tom Lane
2024-09-20Alphabetize #include directives in pg_checksums.c.Nathan Bossart
2024-09-19Fix order of includes in src/bin/pg_upgrade/info.cAlexander Korotkov
2024-09-19psql: Clean up more aggressively state of \bind[_named], \parse and \closeMichael Paquier
2024-09-17Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-16Fix redefinition of typedef.Nathan Bossart
2024-09-16pg_upgrade: Parallelize encoding conversion check.Nathan Bossart
2024-09-16pg_upgrade: Parallelize WITH OIDS check.Nathan Bossart
2024-09-16pg_upgrade: Parallelize incompatible polymorphics check.Nathan Bossart
2024-09-16pg_upgrade: Parallelize postfix operator check.Nathan Bossart
2024-09-16pg_upgrade: Parallelize contrib/isn check.Nathan Bossart
2024-09-16pg_upgrade: Parallelize data type checks.Nathan Bossart