Commit Graph

59188 Commits (6304632eaa2107bb1763d29e213ff166ff6104c0)
 

Author SHA1 Message Date
Tom Lane 6304632eaa Stamp 17.2. 10 months ago
Tom Lane 9ac1003320 Release notes for 17.2, 16.6, 15.10, 14.15, 13.18, 12.22. 10 months ago
Tom Lane 6bfacd368b Undo unintentional ABI break in struct ResultRelInfo. 10 months ago
Noah Misch 1c05004a89 Fix per-session activation of ALTER {ROLE|DATABASE} SET role. 10 months ago
Masahiko Sawada 568e78a653 Fix a possibility of logical replication slot's restart_lsn going backwards. 10 months ago
Tom Lane 5f28e6ba7f Avoid assertion due to disconnected NFA sub-graphs in regex parsing. 10 months ago
Álvaro Herrera cb844d66b5
Avoid deleting critical WAL segments during pg_rewind 10 months ago
Michael Paquier 1d6a03ea41 Fix race conditions with drop of reused pgstats entries 10 months ago
Michael Paquier 73731b2432 Fix comment in injection_point.c 10 months ago
Peter Geoghegan 7af6d13061 Count contrib/bloom index scans in pgstat view. 10 months ago
Alexander Korotkov a6fa869cfa Fix arrays comparison in CompareOpclassOptions() 10 months ago
Tom Lane 91f20bc2f7 Stamp 17.1. 10 months ago
Tom Lane 052aa02971 Last-minute updates for release notes. 10 months ago
Tom Lane f4f5d27d87 Parallel workers use AuthenticatedUserId for connection privilege checks. 10 months ago
Tom Lane 8d19f3fea0 Fix cross-version upgrade tests. 10 months ago
Tom Lane 4cd4f3b974 Avoid bizarre meson behavior with backslashes in command arguments. 10 months ago
Tom Lane cd82afdda5 Fix improper interactions between session_authorization and role. 10 months ago
Nathan Bossart edcda9bb4c Ensure cached plans are correctly marked as dependent on role. 10 months ago
Noah Misch 3ebcfa54db Block environment variable mutations from trusted PL/Perl. 10 months ago
Peter Eisentraut 6bf5bf11c3 Translation updates 10 months ago
Michael Paquier a5cc4c6671 libpq: Bail out during SSL/GSS negotiation errors 10 months ago
Tom Lane ca19f881b0 Release notes for 17.1, 16.5, 15.9, 14.14, 13.17, 12.21. 10 months ago
Nathan Bossart 0a883a067b Fix sign-compare warnings in pg_iovec.h. 10 months ago
Tom Lane 4145ea0910 First-draft release notes for 17.1. 10 months ago
Tom Lane 943b65358e Improve fix for not entering parallel mode when holding interrupts. 10 months ago
Amit Langote a0cdfc8893 Disallow partitionwise join when collations don't match 10 months ago
Amit Langote b6484ca953 Disallow partitionwise grouping when collations don't match 10 months ago
Richard Guo 78b1c553bb Fix inconsistent RestrictInfo serial numbers 10 months ago
Álvaro Herrera e2b5693c6c
doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints 10 months ago
Jeff Davis 8148e7124d Fix lc_collate_is_c() when LC_COLLATE != LC_CTYPE. 11 months ago
Thomas Munro b7467ab71c Monkey-patch LLVM code to fix ARM relocation bug. 11 months ago
Michael Paquier 7f3b41ce48 Clear padding of PgStat_HashKey when handling pgstats entries 11 months ago
Tom Lane 811f8d3f10 Use portable diff options in pg_bsd_indent's regression test. 11 months ago
Tom Lane e2a9129093 pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass. 11 months ago
Robert Haas e367114429 pg_combinebackup: Error if incremental file exists in full backup. 11 months ago
Robert Haas 0d635b615d pg_combinebackup: When reconstructing, avoid double slash in filename. 11 months ago
Noah Misch 54bc22fbf6 Suppress new "may be used uninitialized" warning. 11 months ago
Noah Misch 0bcb9d0794 Move I/O before the index_update_stats() buffer lock region. 11 months ago
Noah Misch c1099dd745 Revert "For inplace update, send nontransactional invalidations." 11 months ago
Noah Misch bc6bad8857 Revert "WAL-log inplace update before revealing it to other sessions." 11 months ago
Bruce Momjian 0a0a0f2c59 doc: fix ALTER DOMAIN domain_constraint to spell out options 11 months ago
Bruce Momjian 787bd3dde2 doc: remove mention of ActiveState for Perl and Tcl on Windows 11 months ago
Tom Lane a358019159 Stabilize jsonb_path_query test case. 11 months ago
Peter Geoghegan c177726ae4 Fix bug in nbtree array primitive scan scheduling. 11 months ago
Álvaro Herrera 936ab6de95
Fix some more bugs in foreign keys connecting partitioned tables 11 months ago
Noah Misch 9aef6f19ac Unpin buffer before inplace update waits for an XID to end. 11 months ago
Tom Lane cad65907ee Update time zone data files to tzdata release 2024b. 11 months ago
Michael Paquier 709ce29b16 doc: Add better description for rewrite functions in event triggers 11 months ago
David Rowley e5086b3ff4 Doc: clarify enable_indexscan=off also disabled Index Only Scans 11 months ago
Michael Paquier bb584e8312 Fix dependency of partitioned table and table AM with CREATE TABLE .. USING 11 months ago