aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* meson: Add support for building with precompiled headersAndres Freund2022-10-06
* windows: Adjust FD_SETSIZE via commandline defineAndres Freund2022-10-06
* Fix final compiler warning produced by -Wshadow=compatible-localDavid Rowley2022-10-06
* meson: Add windows resource filesAndres Freund2022-10-05
* Rename shadowed local variablesDavid Rowley2022-10-05
* Use macros from xlog_internal.h for WAL segment logic in pg_resetwalMichael Paquier2022-10-05
* Add a few new patterns to the tab completion of psqlMichael Paquier2022-10-05
* Add filtering capability for cross-version pg_upgrade testsMichael Paquier2022-10-04
* Fix psql's behavior with \g for a multiple-command string.Tom Lane2022-10-03
* Fix tab-completion after commit 790bf615ddbaAlvaro Herrera2022-09-30
* Mark sigint_interrupt_enabled as sig_atomic_tMichael Paquier2022-09-29
* Restore pg_pread and friends.Thomas Munro2022-09-29
* Fix bug in DROP OWNED BY.Robert Haas2022-09-28
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Move RelFileNumber declarations to common/relpath.h.Robert Haas2022-09-27
* Add missing source files to pg_waldump/nls.mkAlvaro Herrera2022-09-25
* Message style improvementsPeter Eisentraut2022-09-24
* De-special-case pgevent's rc file handlingAndres Freund2022-09-24
* meson: Remove non-binary targets accidentally added to bin_targetsAndres Freund2022-09-24
* Improve terminologyPeter Eisentraut2022-09-23
* Allow publications with schema and table of the same schema.Amit Kapila2022-09-23
* Harmonize parameter names in pg_dump/pg_dumpall.Peter Geoghegan2022-09-22
* Harmonize more lexer function parameter names.Peter Geoghegan2022-09-22
* Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera2022-09-22
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* 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