summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2023-07-08All supported systems have locale_t.Thomas Munro
2023-07-05Change example in pgindent README on "/*-----" comments.Heikki Linnakangas
2023-07-05Generate automatically code and documentation related to wait eventsMichael Paquier
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier
2023-07-03Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier
2023-06-29Stamp HEAD as 17devel.Tom Lane
2023-06-21Allow and require passing files on command line of pgperltidyPeter Eisentraut
2023-06-14Fix make_etags breakage on certain platforms.Tatsuo Ishii
2023-06-12src/tools/msvc/clean.bat: Reconcile with PostgreSQL 16 work.Noah Misch
2023-06-12src/tools/msvc: Move all.sym temporary file back to Debug/postgres.Noah Misch
2023-05-23Doc: update src/tools/pginclude/README.Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Make agreed-on updates in perltidy options.Tom Lane
2023-05-17Add back SQLValueFunction for SQL keywordsMichael Paquier
2023-04-22Doc: update pgindent/README some more.Tom Lane
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-04-17Update Solution.pm for HAVE_GSSAPI[_GSSAPI]_EXT_H, too.Tom Lane
2023-04-12Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier
2023-04-08Improve indentation of multiline initialization expressions.Tom Lane
2023-04-08Try to unbreak MSVC builds for pg_waldumpAndrew Dunstan
2023-04-08Try to unbreak MSVC builds for fuzzystrmatchAndrew Dunstan
2023-04-08Replace replication slot's invalidated_at LSN with an enumAndres Freund
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-04-08Track IO times in pg_stat_ioAndres Freund
2023-04-05bufmgr: Introduce infrastructure for faster relation extensionAndres Freund
2023-04-05pg_dump: Add support for zstd compressionTomas Vondra
2023-04-03Revert 11470f544eAlexander Korotkov
2023-04-03Fix typo in CI READMEDaniel Gustafsson
2023-04-03Doc: update pgindent/README.Tom Lane
2023-03-30pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund
2023-03-29Support connection load balancing in libpqDaniel Gustafsson
2023-03-29Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-29Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila
2023-03-24libpq: Add sslcertmode option to control client certificatesMichael Paquier
2023-03-24meson: make install_test_files more generic, rename to install_filesAndres Freund
2023-03-23Add missing "-I." flag when building pg_bsd_indent.Tom Lane
2023-03-22Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2023-03-17libpq: Remove code for SCM credential authenticationMichael Paquier
2023-03-16Remove PgStat_BackendFunctionEntryMichael Paquier
2023-03-15MSVC: Don't build ldap_password_func if not building with ldapAndrew Dunstan
2023-03-08meson: Add target for installing test files & improve install_test_filesAndres Freund
2023-03-04Tighten header pre-inclusions in headerscheck and cpluspluscheck.Tom Lane
2023-03-03meson: Prevent installation of test files during main installPeter Eisentraut
2023-02-26Don't force SQL_ASCII/no-locale for installcheck in vcregress.plAndrew Dunstan
2023-02-23Add LZ4 compression to pg_dumpTomas Vondra
2023-02-23Introduce a generic pg_dump compression APITomas Vondra
2023-02-17Redesign archive modulesMichael Paquier
2023-02-17Remove obsolete platforms from ps_status.c.Thomas Munro