index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
meson.build
Age
Commit message (
Expand
)
Author
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
2022-09-29
meson: windows: Normalize slashes in prefix
Andres Freund
2022-09-27
meson: Set up absolute rpaths to libdir
Andres Freund
2022-09-27
meson: Include CFLAGS/c_args in summary and pg_config output
Andres Freund
2022-09-22
meson: Add initial version of meson based build system
Andres Freund