aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Change pg_test_timing to measure in nanoseconds not microseconds.Tom Lane2025-07-08
* pg_walsummary: Improve stability of test checking statisticsMichael Paquier2025-07-08
* Standardize LSN formatting by zero paddingÁlvaro Herrera2025-07-07
* Fix new pg_upgrade query not to rely on regnamespaceÁlvaro Herrera2025-07-04
* pg_upgrade: Add missing newline in error messageÁlvaro Herrera2025-07-04
* pg_upgrade: check for inconsistencies in not-null constraints w/inheritanceÁlvaro Herrera2025-07-04
* Add tab-completion for ALTER TABLE not-nullsÁlvaro Herrera2025-07-03
* meson: Increase minimum version to 0.57.2Peter Eisentraut2025-07-02
* Fix bug in archive streamer with LZ4 decompressionMichael Paquier2025-07-02
* amcheck: Improve confusing messagePeter Eisentraut2025-07-01
* Add new OID alias type regdatabase.Nathan Bossart2025-06-30
* psql: Improve tab completion for COPY command.Fujii Masao2025-06-30
* pgbench: Use standard option handling test routinesPeter Eisentraut2025-06-30
* Run pgperltidyJoe Conway2025-06-29
* pg_recvlogical: Rename --two-phase and --failover options.Peter Eisentraut2025-06-29
* pg_dump: include comments on valid not-null constraints, tooÁlvaro Herrera2025-06-26
* pg_createsubscriber: Rename option --remove to --cleanPeter Eisentraut2025-06-25
* psql: Rename meta-command \close to \close_preparedMichael Paquier2025-06-24
* Improve pg_dump/pg_dumpall help synopses and terminologyPeter Eisentraut2025-06-19
* pg_dump: Allow pg_dump to dump the statistics for foreign tables.Fujii Masao2025-06-18
* Message style improvementsPeter Eisentraut2025-06-16
* psql: Change new \conninfo to use SSL instead of TLSPeter Eisentraut2025-06-15
* psql: Report full protocol version in \conninfo output.Fujii Masao2025-06-14
* psql: Reword help message and docs for WATCH_INTERVALDaniel Gustafsson2025-06-13
* psql: Forbid use of COPY and \copy while in a pipelineMichael Paquier2025-06-13
* pg_restore: Fix wrong descriptions of --with-{schema,data,statistics} options.Fujii Masao2025-06-12
* Add tab completion for REJECT_LIMIT option.Masahiko Sawada2025-06-11
* psql: Remove PARTITION BY clause in tab completion for unlogged tablesMichael Paquier2025-06-11
* pg_restore: fix incompatibility with old directory-format dumps.Tom Lane2025-06-08
* psql: fix order of join clauses when listing extensionsMagnus Hagander2025-06-05
* psql: Abort connection when using \syncpipeline after COPY TO/FROMMichael Paquier2025-06-04
* Fix a pg_dump scenario for platforms where SEEK_CUR != 1.Noah Misch2025-06-03
* Change pg_dump default for statistics export.Jeff Davis2025-05-27
* pg_dump: Adjust reltuples from 0 to -1 for dumps of older versions.Nathan Bossart2025-05-22
* pg_dump: Fix array literals in fetchAttributeStats().Nathan Bossart2025-05-20
* Add tab-complete for ALTER DOMAIN ADD [CONSTRAINT]Álvaro Herrera2025-05-11
* pg_dumpall: Add --sequence-data.Nathan Bossart2025-05-07
* Translation updatesPeter Eisentraut2025-05-05
* vacuumdb: Don't skip empty relations in --missing-stats-only mode.Nathan Bossart2025-04-30
* Further adjust guidance for running vacuumdb after pg_upgrade.Nathan Bossart2025-04-30
* Give up on running with NetBSD/OpenBSD's default semaphore settings.Tom Lane2025-04-29
* Fix whitespace typo in stringPeter Eisentraut2025-04-29
* initdb: Do not report default autovacuum_worker_slots.Nathan Bossart2025-04-29
* pg_restore: Improve --help synopsisPeter Eisentraut2025-04-29
* pg_restore: Put new option in consistent order in --help outputPeter Eisentraut2025-04-29
* pg_verifybackup: Message style improvementsPeter Eisentraut2025-04-29
* Fix pg_dump for inherited validated not-null constraintsÁlvaro Herrera2025-04-28
* pg_combinebackup: Message style improvementsPeter Eisentraut2025-04-28
* Remove inappropriate inclusions of c.h and postgres_fe.h.Tom Lane2025-04-27
* Don't use double-quotes in #include's of system headers, redux.Tom Lane2025-04-27