Commit Graph

57284 Commits (f0672b6787ab48204dc8aebbcd1bae0a5775ff8b)
 

Author SHA1 Message Date
Michael Paquier f0672b6787 Fix comments of GUC hooks for timezone_abbreviations 1 year ago
Michael Paquier 8ac97ce42c Fix outdated comment of scram_build_secret() 1 year ago
David Rowley b0a04ce091 Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes 1 year ago
Daniel Gustafsson be9dac9afc Fix small memory leaks in GUC checks 1 year ago
Tom Lane bb649b553c Simplify executor's determination of whether to use parallelism. 1 year ago
Michael Paquier ec194b448c Improve comment about dropped entries in pgstat.c 1 year ago
Michael Paquier ae77bcc3aa Fix invalidation of local pgstats references for entry reinitialization 1 year ago
David Rowley c1d6506acc Fix possible crash during WindowAgg evaluation 1 year ago
Tom Lane be5db08ed3 Ensure that pg_amop/amproc entries depend on their lefttype/righttype. 1 year ago
Tom Lane faad018350 Make getObjectDescription robust against dangling amproc type links. 1 year ago
Tom Lane 26c233b8b8 Fix is_digit labeling of to_timestamp's FFn format codes. 1 year ago
Peter Eisentraut ad485171c7 doc: remove LC_COLLATE and LC_CTYPE from SHOW command 1 year ago
Thomas Munro ad5aa7bfd0 RelationTruncate() must set DELAY_CHKPT_START. 1 year ago
Tom Lane cca34f68c6 Fix broken list-munging in ecpg's remove_variables(). 1 year ago
Tom Lane 7b456f040f Avoid mislabeling of lateral references, redux. 1 year ago
Tom Lane 85990e2fd5 Avoid mislabeling of lateral references when pulling up a subquery. 1 year ago
Thomas Munro 06d601edc7 Skip SectionMemoryManager.h in cpluspluscheck. 1 year ago
Michael Paquier 76653134ae Revert "Handle better implicit transaction state of pipeline mode" 1 year ago
Andres Freund c26831e736 ci: Fix cached MacPorts installation management 1 year ago
Fujii Masao 1cf6469571 pgbench: Ensure previous progress message is fully cleared when updating. 1 year ago
Peter Eisentraut 56265ed6a1 Fix typo 1 year ago
Peter Eisentraut 467df7f561 Exclude LLVM files from whitespace checks 1 year ago
Michael Paquier a8abd36e88 Handle better implicit transaction state of pipeline mode 1 year ago
Andrew Dunstan 1250adfdf0 Fix meson uuid header check so it works with MSVC 1 year ago
Peter Eisentraut 766b0b40aa meson: Build pgevent as shared_module rather than shared_library 1 year ago
Peter Eisentraut f7a929a007 Fix C23 compiler warning 1 year ago
Peter Eisentraut ae145d1de6 Rename C23 keyword 1 year ago
Tom Lane 4aba56adcd Fix NULLIF()'s handling of read-write expanded objects. 1 year ago
Noah Misch c1285bbeb9 Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE. 1 year ago
Thomas Munro 5609b474db Clean up <stdbool.h> reference in meson.build. 1 year ago
Tom Lane 1f4aadec41 Update configure probes for CFLAGS needed for ARM CRC instructions. 1 year ago
Peter Eisentraut 07c77803c8 Add support for Tcl 9 1 year ago
Thomas Munro 0f6d902308 Assume that <stdbool.h> conforms to the C standard. 1 year ago
Michael Paquier ee3415c00a doc: Fix example with __next__() in PL/Python function 1 year ago
Michael Paquier 4ecb136bfa psql: Include \pset xheader_width in --help=commands|variables 1 year ago
Thomas Munro 6de14dbb36 jit: Use -mno-outline-atomics for bitcode on ARM. 1 year ago
Álvaro Herrera 50010c6f6c
Fix newly introduced 010_keep_recycled_wals.pl 1 year ago
Álvaro Herrera aca1599d69
Fix outdated bit in README.tuplock 1 year ago
Michael Paquier e749eaf46e Fix memory leak in pgoutput for the WAL sender 1 year ago
Tom Lane fe084039e4 Avoid assertion failure if a setop leaf query contains setops. 1 year ago
Michael Paquier 1c99d8186f doc: Fix section of functions age(xid) and mxid_age(xid) 1 year ago
Tom Lane f286f64bcf Compare collations before merging UNION operations. 1 year ago
Tom Lane 1f47e7b59b Stamp 16.6. 1 year ago
Tom Lane 7a0ecaa497 Release notes for 17.2, 16.6, 15.10, 14.15, 13.18, 12.22. 1 year ago
Tom Lane ee33d58471 Undo unintentional ABI break in struct ResultRelInfo. 1 year ago
Noah Misch b0918c1286 Fix per-session activation of ALTER {ROLE|DATABASE} SET role. 1 year ago
Masahiko Sawada f353911337 Fix a possibility of logical replication slot's restart_lsn going backwards. 1 year ago
Tom Lane b6312becc8 Avoid assertion due to disconnected NFA sub-graphs in regex parsing. 1 year ago
Álvaro Herrera ea1649c352
Avoid deleting critical WAL segments during pg_rewind 1 year ago
Michael Paquier afa20845dd Fix race conditions with drop of reused pgstats entries 1 year ago