summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-171-0/+2
* Doc: update pgindent/README some more.Tom Lane2023-04-221-2/+2
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-191-1/+1
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-182-2/+2
* Update Solution.pm for HAVE_GSSAPI[_GSSAPI]_EXT_H, too.Tom Lane2023-04-171-0/+2
* Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier2023-04-121-0/+2
* Improve indentation of multiline initialization expressions.Tom Lane2023-04-083-7/+8
* Try to unbreak MSVC builds for pg_waldumpAndrew Dunstan2023-04-081-1/+1
* Try to unbreak MSVC builds for fuzzystrmatchAndrew Dunstan2023-04-081-0/+10
* Replace replication slot's invalidated_at LSN with an enumAndres Freund2023-04-071-0/+1
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-081-0/+1
* Track IO times in pg_stat_ioAndres Freund2023-04-071-0/+1
* bufmgr: Introduce infrastructure for faster relation extensionAndres Freund2023-04-051-0/+2
* pg_dump: Add support for zstd compressionTomas Vondra2023-04-052-0/+2
* Revert 11470f544eAlexander Korotkov2023-04-031-2/+0
* Fix typo in CI READMEDaniel Gustafsson2023-04-031-1/+1
* Doc: update pgindent/README.Tom Lane2023-04-021-3/+3
* pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund2023-03-301-0/+1
* Support connection load balancing in libpqDaniel Gustafsson2023-03-291-0/+1
* Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson2023-03-291-0/+1
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-291-0/+1
* Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila2023-03-291-0/+1
* libpq: Add sslcertmode option to control client certificatesMichael Paquier2023-03-241-0/+9
* meson: make install_test_files more generic, rename to install_filesAndres Freund2023-03-232-33/+75
* Add missing "-I." flag when building pg_bsd_indent.Tom Lane2023-03-231-0/+2
* Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2023-03-231-0/+2
* libpq: Remove code for SCM credential authenticationMichael Paquier2023-03-171-1/+0
* Remove PgStat_BackendFunctionEntryMichael Paquier2023-03-161-1/+0
* MSVC: Don't build ldap_password_func if not building with ldapAndrew Dunstan2023-03-151-0/+5
* meson: Add target for installing test files & improve install_test_filesAndres Freund2023-03-081-10/+15
* Tighten header pre-inclusions in headerscheck and cpluspluscheck.Tom Lane2023-03-042-4/+56
* meson: Prevent installation of test files during main installPeter Eisentraut2023-03-031-0/+28
* Don't force SQL_ASCII/no-locale for installcheck in vcregress.plAndrew Dunstan2023-02-261-3/+1
* Add LZ4 compression to pg_dumpTomas Vondra2023-02-232-0/+3
* Introduce a generic pg_dump compression APITomas Vondra2023-02-232-0/+4
* Redesign archive modulesMichael Paquier2023-02-171-0/+1
* Remove obsolete platforms from ps_status.c.Thomas Munro2023-02-171-1/+0
* pgindent: mention directory arguments in help textAndrew Dunstan2023-02-161-1/+1
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-151-1/+9
* Fix make_etags failure on Mac.Tatsuo Ishii2023-02-152-12/+34
* Remove obsolete pgindent options --code-base and --buildAndrew Dunstan2023-02-132-99/+14
* Make pg_bsd_indent's .h files inclusion-order-safe.Tom Lane2023-02-121-0/+2
* Integrate pg_bsd_indent into our build/test infrastructure.Tom Lane2023-02-1210-65/+183
* Sync pg_bsd_indent's copyright notices with Postgres practice.Tom Lane2023-02-129-40/+45
* Import pg_bsd_indent sources.Tom Lane2023-02-1261-0/+5737
* pgindent: filter files for the --commit optionAndrew Dunstan2023-02-121-1/+13
* Add pg_stat_io view, providing more detailed IO statisticsAndres Freund2023-02-111-0/+1
* Fix help text spacing in pgindentAndrew Dunstan2023-02-091-1/+1
* pgstat: Infrastructure for more detailed IO statisticsAndres Freund2023-02-081-0/+6
* pgindent: more ways to find files to indentAndrew Dunstan2023-02-081-22/+38