Commit Graph

55499 Commits (a4624929dba3d6e5cef98a6cedd865320db2269c)
 

Author SHA1 Message Date
Michael Paquier ef2f4727b3 doc: Fix example with __next__() in PL/Python function 10 months ago
Thomas Munro 15ab513fed jit: Use -mno-outline-atomics for bitcode on ARM. 10 months ago
Álvaro Herrera 93d8d4fe12
Fix newly introduced 010_keep_recycled_wals.pl 10 months ago
Álvaro Herrera c0ff8261e2
Fix outdated bit in README.tuplock 10 months ago
Michael Paquier 6fc30c24cb Fix memory leak in pgoutput for the WAL sender 10 months ago
Tom Lane 9b9689e26c Avoid assertion failure if a setop leaf query contains setops. 10 months ago
Tom Lane fd3383ff11 Compare collations before merging UNION operations. 10 months ago
Tom Lane a4bd20b6d7 Stamp 15.10. 10 months ago
Tom Lane 6ab39c0274 Fix recently-exposed portability issue in regex optimization. 10 months ago
Tom Lane b57d9d2e5d Release notes for 17.2, 16.6, 15.10, 14.15, 13.18, 12.22. 10 months ago
Tom Lane 17db248f31 Undo unintentional ABI break in struct ResultRelInfo. 10 months ago
Noah Misch edf80895f6 Fix per-session activation of ALTER {ROLE|DATABASE} SET role. 10 months ago
Masahiko Sawada 91771b3fbb Fix a possibility of logical replication slot's restart_lsn going backwards. 10 months ago
Tom Lane 2496c3f6f1 Avoid assertion due to disconnected NFA sub-graphs in regex parsing. 10 months ago
Álvaro Herrera e28cf2fbc2
Avoid deleting critical WAL segments during pg_rewind 10 months ago
Michael Paquier 154c5b42a3 Fix race conditions with drop of reused pgstats entries 10 months ago
Peter Geoghegan 16a2bb0793 Count contrib/bloom index scans in pgstat view. 10 months ago
Alexander Korotkov 713b8546ab Fix arrays comparison in CompareOpclassOptions() 10 months ago
Tom Lane 0c53d54c81 Stamp 15.9. 10 months ago
Tom Lane b83b358b1b Last-minute updates for release notes. 10 months ago
Tom Lane 109a323807 Parallel workers use AuthenticatedUserId for connection privilege checks. 10 months ago
Tom Lane c834b375a6 Fix cross-version upgrade tests. 10 months ago
Noah Misch 16ed4f4d08 src/tools/msvc: Respect REGRESS_OPTS in plcheck. 10 months ago
Tom Lane a5d2e6205f Fix improper interactions between session_authorization and role. 10 months ago
Nathan Bossart 6db5ea8de8 Ensure cached plans are correctly marked as dependent on role. 10 months ago
Noah Misch e530835c6c Block environment variable mutations from trusted PL/Perl. 10 months ago
Peter Eisentraut 3f2c24e55b Translation updates 10 months ago
Michael Paquier d2c3e31c13 libpq: Bail out during SSL/GSS negotiation errors 10 months ago
Tom Lane f7b1678d0c Release notes for 17.1, 16.5, 15.9, 14.14, 13.17, 12.21. 10 months ago
Tom Lane bcbdb176e1 Improve fix for not entering parallel mode when holding interrupts. 10 months ago
Amit Langote 33040b1715 Disallow partitionwise join when collations don't match 10 months ago
Amit Langote 0a620659c5 Disallow partitionwise grouping when collations don't match 10 months ago
Peter Eisentraut 38f506470f Message style improvement 10 months ago
Thomas Munro b9d4a927d6 Make unlink() work for junction points on Windows. 10 months ago
Thomas Munro f95ad555de Replace pgwin32_is_junction() with lstat(). 10 months ago
Thomas Munro f2a4a137bb Fix lstat() for broken junction points on Windows. 10 months ago
Thomas Munro b73c1496dc Provide lstat() for Windows. 10 months ago
Álvaro Herrera d291e819be
doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints 10 months ago
Thomas Munro 19bf81c06a Monkey-patch LLVM code to fix ARM relocation bug. 10 months ago
Michael Paquier 6d5e6693ee Clear padding of PgStat_HashKey when handling pgstats entries 10 months ago
Noah Misch d14e94ac45 Suppress new "may be used uninitialized" warning. 10 months ago
Noah Misch 6d5b4031b9 Move I/O before the index_update_stats() buffer lock region. 10 months ago
Noah Misch 27642d8908 Revert "For inplace update, send nontransactional invalidations." 10 months ago
Noah Misch e50f9de98d Revert "WAL-log inplace update before revealing it to other sessions." 10 months ago
Bruce Momjian ce0ddbbf3e doc: fix ALTER DOMAIN domain_constraint to spell out options 10 months ago
Bruce Momjian 4bedca41f5 doc: remove mention of ActiveState for Perl and Tcl on Windows 10 months ago
Álvaro Herrera 1b216fceff
Fix some more bugs in foreign keys connecting partitioned tables 11 months ago
Noah Misch 0fe002d0c9 Unpin buffer before inplace update waits for an XID to end. 11 months ago
Tom Lane 74f70cb863 Update time zone data files to tzdata release 2024b. 11 months ago
Michael Paquier 14440d3b07 doc: Add better description for rewrite functions in event triggers 11 months ago