Commit Graph

56851 Commits (e13205a5e4ad0fb75110a25f81654511303566f8)
 

Author SHA1 Message Date
Daniel Gustafsson e13205a5e4 doc: Remove superfluous bracket in synopsis 2 years ago
Peter Eisentraut 5c699c857c Update comment 2 years ago
Alvaro Herrera 17f3196599
Update PQparameterStatus and ParameterStatus docs 2 years ago
Tom Lane b78fa8547d Stamp 16.2. 2 years ago
Tom Lane da21a3a7d5 Last-minute updates for release notes. 2 years ago
Peter Eisentraut 246d16eb87 Translation updates 2 years ago
Heikki Linnakangas fb3836855c Fix assertion if index is dropped during REFRESH CONCURRENTLY 2 years ago
Heikki Linnakangas d6a61cb3be Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security context 2 years ago
Tom Lane 272aecfc2f Release notes for 16.2, 15.6, 14.11, 13.14, 12.18. 2 years ago
Heikki Linnakangas cd307c38f0 Fix typo in comments 2 years ago
Tom Lane a15378100f Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access(). 2 years ago
Tom Lane 87dcc5e45f First-draft release notes for 16.2. 2 years ago
Noah Misch 48a6bf5c4e Sync PG_VERSION file in CREATE DATABASE. 2 years ago
Noah Misch 6d423e9ff9 Handle interleavings between CREATE DATABASE steps and base backup. 2 years ago
Tom Lane b4fb76fb52 Update time zone data files to tzdata release 2024a. 2 years ago
Andrew Dunstan 90bad72cbb Avoid package qualification of $windows_os 2 years ago
Tom Lane 62f1202031 Apply band-aid fix for an oversight in reparameterize_path_by_child. 2 years ago
Bruce Momjian 88be3f076c doc: improve role option documentation 2 years ago
Daniel Gustafsson 7743046b75 doc: remove incorrect grammar for ALTER EVENT TRIGGER 2 years ago
Daniel Gustafsson 0df4f75eea doc: Fix incorrect openssl option 2 years ago
Michael Paquier 781bc121de Fix stats_fetch_consistency with stats for fixed-numbered objects 2 years ago
Michael Paquier f33e83285a Fix various issues with ALTER TEXT SEARCH CONFIGURATION 2 years ago
Andrew Dunstan 52a9af3b8b Fix 003_extrafiles.pl test for the Windows 2 years ago
Daniel Gustafsson 5d726c72cd pgcrypto: Fix check for buffer size 2 years ago
David Rowley 1c8336e3e2 Doc: mention foreign keys can reference unique indexes 2 years ago
Nathan Bossart 1b924a86e6 Move is_valid_ascii() to ascii.h. 2 years ago
Tom Lane e02fea093e Fix incompatibilities with libxml2 >= 2.12.0. 2 years ago
Heikki Linnakangas b899e00e71 Fix locking when fixing an incomplete split of a GIN internal page 2 years ago
Michael Paquier edbd1b41ab Add more LOG messages when starting and ending recovery from a backup 2 years ago
Michael Paquier f57a580fd2 Fix DROP ROLE when specifying duplicated roles 2 years ago
Tom Lane 807369d803 Compare varnullingrels too in assign_param_for_var(). 2 years ago
Tom Lane 7204aea835 Detect Julian-date overflow in timestamp[tz]_pl_interval. 2 years ago
Thomas Munro 60ba7cae7c Track LLVM 18 changes. 2 years ago
Michael Paquier 51193e7a7d Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees 2 years ago
Peter Eisentraut 8b31b689f4 meson: portname was set too early 2 years ago
Heikki Linnakangas c5a6d53371 Revert "libpqwalreceiver: Convert to libpq-be-fe-helpers.h" 2 years ago
Michael Paquier cae25d110e Improve stability of recovery test 035_standby_logical_decoding 2 years ago
Alvaro Herrera 07b53de700
Abort pgbench if script end is reached with an open pipeline 2 years ago
David Rowley 74f770ef20 Re-disallow Memoize for parameterized nested loops with join filters 2 years ago
Jeff Davis 5b5318c387 Fix buildfarm error from commit 5c31669058. 2 years ago
Tom Lane 00f941356e Fix plpgsql to allow new-style SQL CREATE FUNCTION as a SQL command. 2 years ago
Michael Paquier c030e263e7 Improve handling of dropped partitioned indexes for REINDEX INDEX 2 years ago
Michael Paquier 7ce65c6f72 Add try_index_open(), conditional variant of index_open() 2 years ago
Michael Paquier 6b14404b0b seg: Add test "security" in meson.build 2 years ago
Heikki Linnakangas 4cf9ef670e Fix incorrect comment on how BackendStatusArray is indexed 2 years ago
Daniel Gustafsson 6614d38d87 Close socket in case of errors in setting non-blocking 2 years ago
Daniel Gustafsson a1d50b69b5 Decorate WITH with literal markup tags 2 years ago
Alvaro Herrera 39aab11085
Don't test already-referenced pointer for nullness 2 years ago
Tom Lane 23e0ba59c7 Prevent access to an unpinned buffer in BEFORE ROW UPDATE triggers. 2 years ago
Tom Lane 56dcd71dec Re-pgindent catcache.c after previous commit. 2 years ago