summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2022-08-19Remove shadowed local variables that are new in v15David Rowley
2022-08-15Improve tab completion of ALTER TYPE in psqlMichael Paquier
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
2022-08-13Remove HAVE_UNIX_SOCKETS.Thomas Munro
2022-08-13Remove configure probe for sys/resource.h and refactor.Thomas Munro
2022-08-13Remove configure probe for sys/select.h.Thomas Munro
2022-08-12pg_upgrade: Fix some minor code issuesPeter Eisentraut
2022-08-12pg_upgrade: Remove unused typedefPeter Eisentraut
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas
2022-08-10Remove unused short option from getopt_long() callPeter Eisentraut
2022-08-06Replace pgwin32_is_junction() with lstat().Thomas Munro
2022-08-05Remove configure probe for fdatasync.Thomas Munro
2022-08-04Remove dead pread and pwrite replacement code.Thomas Munro
2022-08-04Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-08-04Remove configure probe and related tests for getrlimit.Thomas Munro
2022-08-04Revert recent changes to 002_pg_upgrade.pl.Robert Haas
2022-08-01Fix error reporting after ioctl() call with pg_upgrade --cloneMichael Paquier
2022-07-31Add --schema and --exclude-schema options to vacuumdb.Andrew Dunstan
2022-07-30Revise test case added in 43746996399541ecb5c7b188725a5f097c15ceae.Robert Haas
2022-07-29Fix brown paper bag bug in bbe08b8869bd29d587f24ef18eb45c7d4d14afca.Robert Haas
2022-07-29Fix mistake in bbe08b8869bd29d587f24ef18eb45c7d4d14afca.Robert Haas
2022-07-28Use TRUNCATE to preserve relfilenode for pg_largeobject + index.Robert Haas
2022-07-26Fix a few issues with REINDEX grammarMichael Paquier
2022-07-25Add xheader_width pset option to psqlAndrew Dunstan
2022-07-23Remove dead handling for pre-POSIX sigwait().Thomas Munro
2022-07-22Fix minor memory leaks in psql's tab completion.Tom Lane
2022-07-22Remove unnecessary Windows-specific basebackup code.Thomas Munro
2022-07-22Remove O_FSYNC and associated macros.Thomas Munro
2022-07-21Allow users to skip logical replication of data having origin.Amit Kapila
2022-07-21Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEMMichael Paquier
2022-07-21Fix various memory leaks in psql's describe commands \d*Michael Paquier
2022-07-19Rework logic and simplify syntax of REINDEX DATABASE/SYSTEMMichael Paquier
2022-07-19Add more tests for REINDEX DATABASE/SYSTEM with relfilenode changesMichael Paquier
2022-07-18psql: Output dir and dependency generation for sql_helpAndres Freund
2022-07-18pg_upgrade: Adjust quoting style in message to match guidelinesPeter Eisentraut
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-14Correct some uses of e.g. and i.e. in message strings and documentationJohn Naylor
2022-07-13Fix output of createuser --help with --valid-untilMichael Paquier
2022-07-13Mop up pg_upgrade's nls.mk for commit b0a55e432.Tom Lane
2022-07-13Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane
2022-07-13Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane
2022-07-13NLS: Put list of available languages into LINGUAS filesPeter Eisentraut
2022-07-13createuser: Add support for more clause types through new optionsMichael Paquier
2022-07-13createuser: Cleanup and fix internal option orderingMichael Paquier
2022-07-12Improve error reporting from validate_exec().Tom Lane
2022-07-12Remove trailing newlines in pg_upgrade's message strings.Tom Lane
2022-07-11Convert macros to static inline functions (bufpage.h)Peter Eisentraut
2022-07-10Fix \watch's interaction with libedit on ^C.Thomas Munro
2022-07-08Preserve relfilenode of pg_largeobject and its index across pg_upgrade.Robert Haas
2022-07-07Make Windows 10 the minimal runtime requirement for WIN32Michael Paquier