summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2024-12-03Rework some code handling pg_subscription data in psql and pg_dumpMichael Paquier
2024-11-28psql: Sprinkle more CppAsString2() in describe.cMichael Paquier
2024-11-28psql: Add tab completion for COPY (MERGE ...Peter Eisentraut
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-27pgbench: Ensure previous progress message is fully cleared when updating.Fujii Masao
2024-11-27Handle better implicit transaction state of pipeline modeMichael Paquier
2024-11-26meson: Build pgevent as shared_module rather than shared_libraryPeter Eisentraut
2024-11-26Clean up newlines following left parenthesesÁlvaro Herrera
2024-11-26pg_amcheck: Use CppAsString2() for relkind and relpersistence in queriesMichael Paquier
2024-11-25pg_dump: Add dumpSchema and dumpData derivative flags.Nathan Bossart
2024-11-22psql: Fix category of \parse in output of --help=commands and \?Michael Paquier
2024-11-22psql: Include \pset xheader_width in --help=commands|variablesMichael Paquier
2024-11-21Fix newly introduced 010_keep_recycled_wals.plÁlvaro Herrera
2024-11-20clarify --no-comments option in --help and SGML filesBruce Momjian
2024-11-15Avoid deleting critical WAL segments during pg_rewindÁlvaro Herrera
2024-11-13Fix pg_upgrade's cross-version tests when old < 18Álvaro Herrera
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-11-06Find invalid databases during upgrade check stageDaniel Gustafsson
2024-11-06Remove unused #include's from bin .c filesPeter Eisentraut
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