index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
makefiles
Age
Commit message (
Expand
)
Author
2025-12-10
Fix meson warning due to missing declaration of NM
Michael Paquier
2025-09-12
Remove traces of support for Sun Studio compiler
Peter Eisentraut
2025-07-02
meson: Increase minimum version to 0.57.2
Peter Eisentraut
2025-06-20
pgxs.mk: remove unreachable rule for deleting regress.def.
Tom Lane
2025-05-01
oauth: Move the builtin flow into a separate module
Jacob Champion
2025-04-07
Add support for basic NUMA awareness
Tomas Vondra
2025-03-26
aio: Add liburing dependency
Andres Freund
2025-02-20
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-07
Use __attribute__((target(...))) for AVX-512 support.
Nathan Bossart
2024-11-05
Silence meson warning about PG_TEST_EXTRA in src/Makefile.global.in
Heikki Linnakangas
2024-08-03
Add -Wmissing-variable-declarations to the standard compilation flags
Peter Eisentraut
2024-04-06
Optimize pg_popcount() with AVX-512 instructions.
Nathan Bossart
2024-02-28
Remove AIX support
Heikki Linnakangas
2024-01-22
Add backend support for injection points
Michael Paquier
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-11-06
Remove distprep
Peter Eisentraut
2023-07-12
Remove --disable-thread-safety and related code.
Thomas Munro
2023-04-20
Use --strip-unneeded when stripping static libraries with GNU strip.
Tom Lane
2023-03-13
meson: Make auto the default of the ssl option
Peter Eisentraut
2023-03-01
meson: Add equivalent of configure --disable-rpath option
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-06
meson: Add basic PGXS compatibility
Andres Freund
2022-12-06
autoconf: Move export_dynamic determination to configure
Andres Freund
2022-10-07
autoconf: Rely on ar supporting index creation
Andres Freund
2022-09-26
windows: remove date from version number in win32ver.rc
Andres Freund
2022-09-09
aix: No need to use mkldexport when we want to export all symbols
Andres Freund
2022-09-01
aix: when building with gcc, tell gcc we're building a shared library
Andres Freund
2022-08-07
solaris: Remove unnecessary gcc / gnu ld vs sun studio differences
Andres Freund
2022-08-07
aix: Remove checks for very old OS versions
Andres Freund
2022-07-17
Default to hidden visibility for extension libraries where possible
Andres Freund
2022-07-08
Remove HP-UX port.
Thomas Munro
2022-07-06
Unify DLSUFFIX on Darwin
Peter Eisentraut
2022-03-25
Refactor DLSUFFIX handling
Peter Eisentraut
2021-05-27
Add NO_INSTALL option to pgxs
Peter Eisentraut
2020-01-15
Remove libpq.rc, use win32ver.rc for libpq
Peter Eisentraut
2019-10-21
Select CFLAGS_SL at configure time, not in platform-specific Makefiles.
Tom Lane
2019-07-01
Remove support for non-ELF BSD systems
Peter Eisentraut
2019-04-09
Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds.
Noah Misch
2019-04-03
Handle USE_MODULE_DB for all tests able to use an installed postmaster.
Noah Misch
2019-02-04
Move port-specific parts of with_temp_install to port makefile.
Andrew Gierth
2019-02-03
Add PG_CFLAGS, PG_CXXFLAGS, and PG_LDFLAGS variables to PGXS
Michael Paquier
2019-01-02
Ensure link commands list *.o files before LDFLAGS.
Tom Lane
2018-12-31
Process EXTRA_INSTALL serially, during the first temp-install.
Noah Misch
2018-12-03
Add PGXS options to control TAP and isolation tests, take two
Michael Paquier
2018-11-26
Revert all new recent changes to add PGXS options for TAP and isolation
Michael Paquier
2018-11-26
Add PGXS options to control TAP and isolation tests
Michael Paquier
2018-09-07
Refactor installation of extension headers.
Andrew Gierth
2018-09-05
Allow extensions to install built as well as unbuilt headers.
Andrew Gierth
[next]