Age | Commit message (Expand) | Author |
2023-04-18 | Fix various typos | David Rowley |
2023-04-17 | Update Kerberos/GSSAPI configure/meson check | Stephen Frost |
2023-04-13 | Explicitly require MIT Kerberos for GSSAPI | Stephen Frost |
2023-04-05 | meson: add docs, docs_pdf options | Andres Freund |
2023-03-31 | pg_regress: Emit TAP compliant output | Daniel Gustafsson |
2023-03-29 | meson: Change default buildtype to debugoptimized | Peter Eisentraut |
2023-03-27 | meson: Fix support for empty darwin sysroot | Peter Eisentraut |
2023-03-24 | meson: Fix oversight in install-quiet | Andres Freund |
2023-03-24 | libpq: Add sslcertmode option to control client certificates | Michael Paquier |
2023-03-24 | meson: add install-{quiet, world} targets | Andres Freund |
2023-03-24 | meson: add install-{docs,doc-html,doc-man} targets | Andres Freund |
2023-03-24 | meson: make install_test_files more generic, rename to install_files | Andres Freund |
2023-03-17 | libpq: Remove code for SCM credential authentication | Michael Paquier |
2023-03-13 | meson: fix openssl detection issues in 6a30027 | Andres Freund |
2023-03-13 | meson: Make auto the default of the ssl option | Peter Eisentraut |
2023-03-11 | meson: fix header path of ossp-uuid | Andres Freund |
2023-03-08 | meson: Add target for installing test files & improve install_test_files | Andres Freund |
2023-03-08 | meson: don't require 'touch' binary, make use of 'cp' optional | Andres Freund |
2023-03-03 | meson: Prevent installation of test files during main install | Peter Eisentraut |
2023-03-01 | meson: Add equivalent of configure --disable-rpath option | Peter Eisentraut |
2023-02-24 | meson: windows: Fix tmp_install + prefix computation with meson 1.0.1 | Andres Freund |
2023-02-17 | Remove obsolete platforms from ps_status.c. | Thomas Munro |
2023-02-15 | Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates | Michael Paquier |
2023-01-27 | meson: Fix installation path computation | Peter Eisentraut |
2023-01-05 | Use unnamed POSIX semaphores on Cygwin. | Thomas Munro |
2023-01-03 | Fix typos in comments, code and documentation | Michael Paquier |
2023-01-02 | Update copyright for 2023 | Bruce Momjian |
2022-12-20 | Add copyright notices to meson files | Andrew Dunstan |
2022-12-12 | Disable clang 16's -Wcast-function-type-strict. | Thomas Munro |
2022-12-09 | meson: Improve PG_VERSION_STR generation | Andres Freund |
2022-12-08 | Add option to specify segment size in blocks | Andres Freund |
2022-12-07 | meson: Add 'running' test setup, as a replacement for installcheck | Andres Freund |
2022-12-07 | meson: Add basic PGXS compatibility | Andres Freund |
2022-12-06 | meson: Basic cygwin support | Andres Freund |
2022-11-28 | meson: Fix binary mismatch for MSVC plperl vs gcc built perl libs | Andres Freund |
2022-11-11 | meson: Define HAVE_LOCALE_T for msvc | Peter Eisentraut |
2022-11-05 | meson: Mark PROVE as not required | Andres Freund |
2022-10-20 | Make finding openssl program a configure or meson option | Peter Eisentraut |
2022-10-16 | meson: macos: Use -Wl,-undefined,error for modules | Andres Freund |
2022-10-15 | meson: catch up to a few configure changes | Andres Freund |
2022-10-07 | Add -Wshadow=compatible-local to the standard compilation flags | David Rowley |
2022-10-07 | meson: Add support for building with precompiled headers | Andres Freund |
2022-10-05 | meson: Add windows resource files | Andres Freund |
2022-10-05 | meson: libpq: Revise static / shared library setup | Andres Freund |
2022-10-03 | meson: respect -Dldap=disabled | Andres Freund |
2022-10-01 | meson: Add prefix=/usr/local/pgsql to default_options | Andres Freund |
2022-10-01 | meson: windows: Determine path to tmp_install + prefix using meson | Andres Freund |
2022-10-01 | meson: mingw: Add -Wl,--disable-auto-import, enable when linking with readline | Andres Freund |
2022-09-29 | meson: Implement getopt logic from autoconf | Andres Freund |
2022-09-29 | meson: mingw: Allow multiple definitions | Andres Freund |