aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Improve grammar of options for command arrays in TAP testsMichael Paquier2025-01-22
* Run perltidyMichael Paquier2025-01-22
* Support PG_UNICODE_FAST locale in the builtin collation provider.Jeff Davis2025-01-17
* vacuumdb: Fix comment for vacuum_one_database().Nathan Bossart2025-01-17
* Avoid calling pqsignal() with invalid signals on Windows frontends.Nathan Bossart2025-01-16
* Drop warning-free support for Flex 2.5.35Peter Eisentraut2025-01-15
* psql: Add option to use expanded mode to all list commands.Dean Rasheed2025-01-14
* psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output.Dean Rasheed2025-01-14
* Fix off_t overflow in pg_basebackup on Windows.Thomas Munro2025-01-09
* Lower default value of autovacuum_worker_slots in initdb as needed.Nathan Bossart2025-01-07
* flex code modernization: Replace YY_EXTRA_TYPE define with flex optionPeter Eisentraut2025-01-06
* 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