aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix an assortment of spelling mistakes and typosDavid Rowley2025-01-02
* Update copyright for 2025Bruce Momjian2025-01-01
* Partial pgindent of .l and .y filesPeter Eisentraut2024-12-25
* Remove pgrminclude annotationsPeter Eisentraut2024-12-24
* Try to avoid semaphore-related test failures on NetBSD/OpenBSD.Tom Lane2024-12-23
* psql: Add more information about service nameMichael Paquier2024-12-18
* Fix memory leak in pg_restore with zstd-compressed data.Tom Lane2024-12-17
* pg_combinebackup: Fix PITR comparison test in 002_compare_backupsMichael Paquier2024-12-17
* psql: Tab completion for JOIN ... USING column listTomas Vondra2024-12-16
* psql: Tab completion for JOIN ... ON/USINGTomas Vondra2024-12-16
* psql: Tab completion for LATERAL joinsTomas Vondra2024-12-16
* psql: Tab completion for CREATE MATERIALIZED VIEW ... USINGTomas Vondra2024-12-16
* psql: Tab completion for CREATE TEMP TABLE ... USINGTomas Vondra2024-12-16
* psql: Tab completion for ALTER TYPE ... CASCADE/RESTRICTTomas Vondra2024-12-16
* psql: Tab completion for ALTER TYPE ... ADD ATTRIBUTETomas Vondra2024-12-16
* pgbench: fix misprocessing of some nested \if constructs.Tom Lane2024-12-15
* Fix possible crash in pg_dump with identity sequences.Tom Lane2024-12-13
* Dump not-null constraints on inherited columns correctlyÁlvaro Herrera2024-12-13
* Fix a memory leak in dumping functions with TRANSFORMsDaniel Gustafsson2024-12-11
* Improve reporting of pg_upgrade log files on test failureMichael Paquier2024-12-11
* Remove useless casts to (const void *)Peter Eisentraut2024-12-06
* Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro2024-12-04
* Rework some code handling pg_subscription data in psql and pg_dumpMichael Paquier2024-12-03
* psql: Sprinkle more CppAsString2() in describe.cMichael Paquier2024-11-29
* psql: Add tab completion for COPY (MERGE ...Peter Eisentraut2024-11-28
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* pgbench: Ensure previous progress message is fully cleared when updating.Fujii Masao2024-11-27
* Handle better implicit transaction state of pipeline modeMichael Paquier2024-11-27
* meson: Build pgevent as shared_module rather than shared_libraryPeter Eisentraut2024-11-26
* Clean up newlines following left parenthesesÁlvaro Herrera2024-11-26
* pg_amcheck: Use CppAsString2() for relkind and relpersistence in queriesMichael Paquier2024-11-26
* pg_dump: Add dumpSchema and dumpData derivative flags.Nathan Bossart2024-11-25
* psql: Fix category of \parse in output of --help=commands and \?Michael Paquier2024-11-22
* psql: Include \pset xheader_width in --help=commands|variablesMichael Paquier2024-11-22
* Fix newly introduced 010_keep_recycled_wals.plÁlvaro Herrera2024-11-21
* clarify --no-comments option in --help and SGML filesBruce Momjian2024-11-20
* Avoid deleting critical WAL segments during pg_rewindÁlvaro Herrera2024-11-15
* Fix pg_upgrade's cross-version tests when old < 18Álvaro Herrera2024-11-13
* Add pg_constraint rows for not-null constraintsÁlvaro Herrera2024-11-08
* Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila2024-11-07
* Find invalid databases during upgrade check stageDaniel Gustafsson2024-11-06
* Remove unused #include's from bin .c filesPeter Eisentraut2024-11-06
* pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass.Tom Lane2024-11-04
* pg_dump: provide a stable sort order for rules.Tom Lane2024-11-04
* pg_combinebackup: Error if incremental file exists in full backup.Robert Haas2024-11-04
* pg_combinebackup: When reconstructing, avoid double slash in filename.Robert Haas2024-11-04
* Change the default value of the streaming option to 'parallel'.Amit Kapila2024-10-28
* pgbench: Fix typo.Tatsuo Ishii2024-10-25
* Remove unused code for unlogged materialized views.Fujii Masao2024-10-18
* initdb: Change default to using data checksums.Peter Eisentraut2024-10-16