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