summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2022-10-22psql: Fix exit status when query is canceledPeter Eisentraut
2022-10-21pg_basebackup: Fix cross-platform tablespace relocation.Robert Haas
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-06windows: Adjust FD_SETSIZE via commandline defineAndres Freund
2022-10-05Fix final compiler warning produced by -Wshadow=compatible-localDavid Rowley
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05Rename shadowed local variablesDavid Rowley
2022-10-05Use macros from xlog_internal.h for WAL segment logic in pg_resetwalMichael Paquier
2022-10-05Add a few new patterns to the tab completion of psqlMichael Paquier
2022-10-04Add filtering capability for cross-version pg_upgrade testsMichael Paquier
2022-10-03Fix psql's behavior with \g for a multiple-command string.Tom Lane
2022-09-30Fix tab-completion after commit 790bf615ddbaAlvaro Herrera
2022-09-29Mark sigint_interrupt_enabled as sig_atomic_tMichael Paquier
2022-09-29Restore pg_pread and friends.Thomas Munro
2022-09-28Fix bug in DROP OWNED BY.Robert Haas
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-27Move RelFileNumber declarations to common/relpath.h.Robert Haas
2022-09-25Add missing source files to pg_waldump/nls.mkAlvaro Herrera
2022-09-24Message style improvementsPeter Eisentraut
2022-09-24De-special-case pgevent's rc file handlingAndres Freund
2022-09-24meson: Remove non-binary targets accidentally added to bin_targetsAndres Freund
2022-09-24Improve terminologyPeter Eisentraut
2022-09-23Allow publications with schema and table of the same schema.Amit Kapila
2022-09-22Harmonize parameter names in pg_dump/pg_dumpall.Peter Geoghegan
2022-09-22Harmonize more lexer function parameter names.Peter Geoghegan
2022-09-22Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-22psql: Improve tab-completion for MERGE.Fujii Masao
2022-09-21Harmonize lexer adjacent function parameter names.Peter Geoghegan
2022-09-21Improve ICU option handling in CREATE DATABASEPeter Eisentraut
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-20Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund
2022-09-20Don't hardcode tmp_check/ as test directory for tap testsAndres Freund
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