aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Avoid breaking SJIS encoding while de-backslashing Windows paths.Tom Lane2025-01-29
* Fix grammatical typos around possessive "its"John Naylor2025-01-29
* Rename pubgencols_type to pubgencols in pg_publication.Amit Kapila2025-01-28
* pg_amcheck: Fix test failure on Windows with non-existing roleMichael Paquier2025-01-27
* Tighten pg_restore's recognition of its -F (format) option values.Tom Lane2025-01-25
* initdb: Convert tests to use long options with fat comma styleMichael Paquier2025-01-24
* Return yyparse() result not via global variablePeter Eisentraut2025-01-24
* Fix buildfarm failure introduced by commit e65dbc9927.Amit Kapila2025-01-23
* Change publication's publish_generated_columns option type to enum.Amit Kapila2025-01-23
* Add error pattern checks for some TAP tests for non-existing objectsMichael Paquier2025-01-23
* Improve TAP tests of pg_basebackupMichael Paquier2025-01-23
* Fix \dRp+ output when describing publications with a lower server version.Amit Kapila2025-01-22
* 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