Commit Graph

57320 Commits (94c02bd3345d7837bc1f240c14db2222c85aa18c)
 

Author SHA1 Message Date
Tom Lane 7b456f040f Avoid mislabeling of lateral references, redux. 10 months ago
Tom Lane 85990e2fd5 Avoid mislabeling of lateral references when pulling up a subquery. 10 months ago
Thomas Munro 06d601edc7 Skip SectionMemoryManager.h in cpluspluscheck. 10 months ago
Michael Paquier 76653134ae Revert "Handle better implicit transaction state of pipeline mode" 10 months ago
Andres Freund c26831e736 ci: Fix cached MacPorts installation management 10 months ago
Fujii Masao 1cf6469571 pgbench: Ensure previous progress message is fully cleared when updating. 10 months ago
Peter Eisentraut 56265ed6a1 Fix typo 10 months ago
Peter Eisentraut 467df7f561 Exclude LLVM files from whitespace checks 10 months ago
Michael Paquier a8abd36e88 Handle better implicit transaction state of pipeline mode 10 months ago
Andrew Dunstan 1250adfdf0 Fix meson uuid header check so it works with MSVC 10 months ago
Peter Eisentraut 766b0b40aa meson: Build pgevent as shared_module rather than shared_library 10 months ago
Peter Eisentraut f7a929a007 Fix C23 compiler warning 10 months ago
Peter Eisentraut ae145d1de6 Rename C23 keyword 10 months ago
Tom Lane 4aba56adcd Fix NULLIF()'s handling of read-write expanded objects. 10 months ago
Noah Misch c1285bbeb9 Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE. 10 months ago
Thomas Munro 5609b474db Clean up <stdbool.h> reference in meson.build. 10 months ago
Tom Lane 1f4aadec41 Update configure probes for CFLAGS needed for ARM CRC instructions. 10 months ago
Peter Eisentraut 07c77803c8 Add support for Tcl 9 10 months ago
Thomas Munro 0f6d902308 Assume that <stdbool.h> conforms to the C standard. 10 months ago
Michael Paquier ee3415c00a doc: Fix example with __next__() in PL/Python function 10 months ago
Michael Paquier 4ecb136bfa psql: Include \pset xheader_width in --help=commands|variables 10 months ago
Thomas Munro 6de14dbb36 jit: Use -mno-outline-atomics for bitcode on ARM. 10 months ago
Álvaro Herrera 50010c6f6c
Fix newly introduced 010_keep_recycled_wals.pl 10 months ago
Álvaro Herrera aca1599d69
Fix outdated bit in README.tuplock 10 months ago
Michael Paquier e749eaf46e Fix memory leak in pgoutput for the WAL sender 10 months ago
Tom Lane fe084039e4 Avoid assertion failure if a setop leaf query contains setops. 10 months ago
Michael Paquier 1c99d8186f doc: Fix section of functions age(xid) and mxid_age(xid) 10 months ago
Tom Lane f286f64bcf Compare collations before merging UNION operations. 10 months ago
Tom Lane 1f47e7b59b Stamp 16.6. 10 months ago
Tom Lane 7a0ecaa497 Release notes for 17.2, 16.6, 15.10, 14.15, 13.18, 12.22. 10 months ago
Tom Lane ee33d58471 Undo unintentional ABI break in struct ResultRelInfo. 10 months ago
Noah Misch b0918c1286 Fix per-session activation of ALTER {ROLE|DATABASE} SET role. 10 months ago
Masahiko Sawada f353911337 Fix a possibility of logical replication slot's restart_lsn going backwards. 10 months ago
Tom Lane b6312becc8 Avoid assertion due to disconnected NFA sub-graphs in regex parsing. 10 months ago
Álvaro Herrera ea1649c352
Avoid deleting critical WAL segments during pg_rewind 10 months ago
Michael Paquier afa20845dd Fix race conditions with drop of reused pgstats entries 10 months ago
Peter Geoghegan 05aac2e837 Count contrib/bloom index scans in pgstat view. 10 months ago
Alexander Korotkov b242aba026 Fix arrays comparison in CompareOpclassOptions() 10 months ago
Tom Lane 8c9d34cdc4 Stamp 16.5. 10 months ago
Tom Lane 03dc78ff64 Last-minute updates for release notes. 10 months ago
Tom Lane 95f5a52372 Parallel workers use AuthenticatedUserId for connection privilege checks. 10 months ago
Tom Lane 64df887009 Fix cross-version upgrade tests. 10 months ago
Noah Misch c335264c9e src/tools/msvc: Respect REGRESS_OPTS in plcheck. 10 months ago
Tom Lane 168579e23b Avoid bizarre meson behavior with backslashes in command arguments. 10 months ago
Tom Lane 88269df4da Avoid bizarre meson behavior with backslashes in command arguments. 10 months ago
Tom Lane ae340d0318 Fix improper interactions between session_authorization and role. 10 months ago
Nathan Bossart 562289460e Ensure cached plans are correctly marked as dependent on role. 10 months ago
Noah Misch 8fe3e697a1 Block environment variable mutations from trusted PL/Perl. 10 months ago
Peter Eisentraut bd6ec082d0 Translation updates 10 months ago
Michael Paquier 67d28bd02e libpq: Bail out during SSL/GSS negotiation errors 10 months ago