Commits

Showing commits that first shipped in 16 (backpatches included). Clear

DateSubjectAuthorReleases
2023-02-24 meson: windows: Fix tmp_install + prefix computation with meson 1.0.1 Andres Freund 16.0
2023-02-22 Add static assertion ensuring sizeof(ExprEvalStep) <= 64 bytes Andres Freund 16.0
2023-02-11 Add tests for pg_stat_io Andres Freund 16.0
2023-02-11 Create regress_tblspc in test_setup Andres Freund 16.0
2023-02-11 Add pg_stat_io view, providing more detailed IO statistics Andres Freund 16.0
2023-02-10 pgstat: Track more detailed relation IO statistics Andres Freund 16.0
2023-02-09 Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8 Andres Freund 16.0
2023-02-09 pgstat: Infrastructure for more detailed IO statistics Andres Freund 16.0
2023-02-09 Fix bugs in GetSafeSnapshotBlockingPids(), introduced in 96003717645 Andres Freund 16.0
2023-02-06 ci: freebsd: stop postgres instance on failure, to prevent log upload failures Andres Freund 16.0
2023-02-03 ci: Use windows VMs instead of windows containers Andres Freund 16.0
2023-02-01 dblink: Fix variable confusion introduced in e4602483e95 Andres Freund 16.0
2023-01-25 plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCE Andres Freund 16.0
2023-01-25 plpython: Avoid the need to redefine *printf macros Andres Freund 16.0
2023-01-24 dblink, postgres_fdw: Handle interrupts during connection establishment Andres Freund 16.0
2023-01-24 libpqwalreceiver: Convert to libpq-be-fe-helpers.h Andres Freund 16.0
2023-01-24 Add helper library for use of libpq inside the server environment Andres Freund 16.0
2023-01-24 Fix error handling in libpqrcv_connect() Andres Freund 16.0
2023-01-21 Zero initialize uses of instr_time about to trigger compiler warnings Andres Freund 16.0
2023-01-21 instr_time: Represent time as an int64 on all platforms Andres Freund 16.0
2023-01-20 Remove SHM_QUEUE Andres Freund 16.0
2023-01-20 Use dlists instead of SHM_QUEUE for predicate locking Andres Freund 16.0
2023-01-18 Use dlists instead of SHM_QUEUE for syncrep queue Andres Freund 16.0
2023-01-18 Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks Andres Freund 16.0
2023-01-18 Add detached node functions to ilist Andres Freund 16.0