summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2022-09-19walmethods.c/h: Make WalWriteMethod more object-oriented.Robert Haas
2022-09-19walmethods.c/h: Make Walfile a struct, rather than a void *Robert Haas
2022-09-19Add missing serial commasPeter Eisentraut
2022-09-16Fix createdb tests for C localePeter Eisentraut
2022-09-16Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut
2022-09-15Revert ill-considered change in pg_resetwal output.Tom Lane
2022-09-14Use the terminology "WAL file" not "log file" more consistently.Tom Lane
2022-09-14Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane
2022-09-14Handle SIGTERM in pg_receivewal and pg_recvlogicalDaniel Gustafsson
2022-09-14Fix incorrect value for "strategy" with deflateParams() in walmethods.cMichael Paquier
2022-09-14Fix typo in pgbench.c.Amit Kapila
2022-09-14Simplify handling of compression level with compression specificationsMichael Paquier
2022-09-13Make locale option behavior more consistentPeter Eisentraut
2022-09-13Move any remaining files generated by pg_upgrade into an internal subdirMichael Paquier
2022-09-12Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut
2022-09-10Add psql tab compression for ALTER TABLE .. { OF | NOT OF }Michael Paquier
2022-09-09Replace load of functions by direct calls for some WIN32Michael Paquier
2022-09-06Add psql tab compression for SET COMPRESSION with ALTER TABLEMichael Paquier
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-09-04Build all Flex files standaloneJohn Naylor
2022-08-31Refactor check_ functions to use filehandle for statusDaniel Gustafsson
2022-08-30Cleanup more code and comments related to Windows NT4 (XP days)Michael Paquier
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-08-26Remove unneeded null pointer checks before PQfreemem()Peter Eisentraut
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-08-25More -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-25Allow grant-level control of role inheritance behavior.Robert Haas
2022-08-25pg_dump: Fix new ICU testsPeter Eisentraut
2022-08-24pg_dump: Dump colliculocalePeter Eisentraut
2022-08-24Further reduce warnings with -Wshadow=compatible-localDavid Rowley
2022-08-23Don't define FRONTEND for initdbAndres Freund
2022-08-22Make role grant system more consistent with other privileges.Robert Haas
2022-08-22Fix assertion failure in CREATE DATABASEPeter Eisentraut
2022-08-22pg_upgrade: Fix thinko in database info acquisition routinePeter Eisentraut
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