summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2023-12-10Remove some unnecessary includes of "access/xlog_internal.h"Peter Eisentraut
2023-12-08Fix path of regress shared library in pg_upgrade testMichael Paquier
2023-12-06Suppress -Wunused-result warning about write().Nathan Bossart
2023-12-06Use signal-safe functions in signal handlerPeter Eisentraut
2023-12-06Apply filters to dump files all the time in 002_pg_upgrade.plMichael Paquier
2023-12-05Rename pg_verifybackup's JsonManifestParseContext callback functions.Robert Haas
2023-12-05Rename JsonManifestParseContext callbacks.Robert Haas
2023-12-05Fix a random failure in 003_logical_slots.pl.Amit Kapila
2023-12-04Don't use pgbench -j in testsAlvaro Herrera
2023-11-30Fix spelling and punctuationDaniel Gustafsson
2023-11-30Add missing file to nls MakefileDaniel Gustafsson
2023-11-30Fix array subscript warningsDaniel Gustafsson
2023-11-30Remove unused macroPeter Eisentraut
2023-11-30Fix a test in 003_logical_slots.Amit Kapila
2023-11-29Fix typo in commentDaniel Gustafsson
2023-11-29Read include/exclude commands for dump/restore from fileDaniel Gustafsson
2023-11-28psql: Add tab completion for view options.Dean Rasheed
2023-11-25C comment: add header to pg_test_fsync.cBruce Momjian
2023-11-16psql: Add some completion support for CREATE TABLE .. ASMichael Paquier
2023-11-13Don't try to dump RLS policies or security labels for extension objects.Tom Lane
2023-11-13Improve default and empty privilege outputs in psql.Tom Lane
2023-11-09Fix uninitialized slot array access during the upgrade.Amit Kapila
2023-11-07Fix the test 003_logical_slots.Amit Kapila
2023-11-06Remove distprepPeter Eisentraut
2023-11-06pg_resetwal: Add more tests and test coveragePeter Eisentraut
2023-11-03doc: \copy can get data values \. and end-of-input confusedBruce Momjian
2023-11-02Prevent startup of logical replication launcher during pg_upgradeMichael Paquier
2023-10-31C comment: mention why no setting lasterrno in dir_existsfile()Bruce Momjian
2023-10-30pgindent run to fix commits de64268561 and 5ae2087202aBruce Momjian
2023-10-29Teach pg_dump about the new pg_subscription.subrunasowner option.Tom Lane
2023-10-27Teach contrib/amcheck to check the unique constraint violationAlexander Korotkov
2023-10-27Commit b195e6d482 forgot to update meson.build.Amit Kapila
2023-10-27Use shorter file names in the upgrade logical slots test.Amit Kapila
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-26Migrate logical slots to the new node during an upgrade.Amit Kapila
2023-10-25Remove dead code in pg_ctl.c.Nathan Bossart
2023-10-18pg_upgrade: Fix test name in 002_pg_upgrade.plMichael Paquier
2023-10-18Clean up some pg_dump testsPeter Eisentraut
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-10-14Don't spuriously report FD_SETSIZE exhaustion on Windows.Noah Misch
2023-10-13psql: Add completion support for AT [ LOCAL | TIME ZONE ]Michael Paquier
2023-10-11Improve some wording in pg_upgrade/IMPLEMENTATIONMichael Paquier
2023-10-10pg_resetwal: Corrections around -c optionPeter Eisentraut
2023-10-07Restore proper linkage of pg_char_to_encoding() and friends.Tom Lane
2023-10-06Remove environment-variable-based defaults in psql --helpPeter Eisentraut
2023-10-05Improve JsonLexContext's freeabilityAlvaro Herrera
2023-10-05Modernize const handling with readlinePeter Eisentraut
2023-10-02Replace use of stat()[7] by -s switch in TAP tests to retrieve file sizeMichael Paquier
2023-10-02Fix omission of column-level privileges in selective pg_restore.Tom Lane
2023-10-02Add regression tests for psql \g piped into a programHeikki Linnakangas