aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* psql: Improve tab-completion for MERGE.Fujii Masao2022-09-22
* Harmonize lexer adjacent function parameter names.Peter Geoghegan2022-09-21
* Improve ICU option handling in CREATE DATABASEPeter Eisentraut2022-09-21
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-20
* Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund2022-09-19
* Don't hardcode tmp_check/ as test directory for tap testsAndres Freund2022-09-19
* walmethods.c/h: Make WalWriteMethod more object-oriented.Robert Haas2022-09-19
* walmethods.c/h: Make Walfile a struct, rather than a void *Robert Haas2022-09-19
* Add missing serial commasPeter Eisentraut2022-09-19
* Fix createdb tests for C localePeter Eisentraut2022-09-16
* Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut2022-09-16
* Revert ill-considered change in pg_resetwal output.Tom Lane2022-09-15
* Use the terminology "WAL file" not "log file" more consistently.Tom Lane2022-09-14
* Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane2022-09-14
* Handle SIGTERM in pg_receivewal and pg_recvlogicalDaniel Gustafsson2022-09-14
* Fix incorrect value for "strategy" with deflateParams() in walmethods.cMichael Paquier2022-09-14
* Fix typo in pgbench.c.Amit Kapila2022-09-14
* Simplify handling of compression level with compression specificationsMichael Paquier2022-09-14
* Make locale option behavior more consistentPeter Eisentraut2022-09-13
* Move any remaining files generated by pg_upgrade into an internal subdirMichael Paquier2022-09-13
* Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut2022-09-12
* Add psql tab compression for ALTER TABLE .. { OF | NOT OF }Michael Paquier2022-09-10
* Replace load of functions by direct calls for some WIN32Michael Paquier2022-09-09
* Add psql tab compression for SET COMPRESSION with ALTER TABLEMichael Paquier2022-09-06
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-06
* Build all Flex files standaloneJohn Naylor2022-09-04
* Refactor check_ functions to use filehandle for statusDaniel Gustafsson2022-08-31
* Cleanup more code and comments related to Windows NT4 (XP days)Michael Paquier2022-08-30
* Clean up inconsistent use of fflush().Tom Lane2022-08-29
* Remove unneeded null pointer checks before PQfreemem()Peter Eisentraut2022-08-26
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-26
* More -Wshadow=compatible-local warning fixesDavid Rowley2022-08-26
* Allow grant-level control of role inheritance behavior.Robert Haas2022-08-25
* pg_dump: Fix new ICU testsPeter Eisentraut2022-08-25
* pg_dump: Dump colliculocalePeter Eisentraut2022-08-24
* Further reduce warnings with -Wshadow=compatible-localDavid Rowley2022-08-24
* Don't define FRONTEND for initdbAndres Freund2022-08-22
* Make role grant system more consistent with other privileges.Robert Haas2022-08-22
* Fix assertion failure in CREATE DATABASEPeter Eisentraut2022-08-22
* pg_upgrade: Fix thinko in database info acquisition routinePeter Eisentraut2022-08-22
* Remove shadowed local variables that are new in v15David Rowley2022-08-20
* 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