Commit Graph

59783 Commits (d66a922f9247ceaa6caed9b51ce686f12e280091)
 

Author SHA1 Message Date
Michael Paquier dc5f905418 Fix invalidation of local pgstats references for entry reinitialization 1 year ago
David Rowley 9d5ce4f1a0 Fix possible crash during WindowAgg evaluation 1 year ago
Tom Lane ec7b89cc53 Ensure that pg_amop/amproc entries depend on their lefttype/righttype. 1 year ago
Tom Lane 5b44a317ae Make getObjectDescription robust against dangling amproc type links. 1 year ago
Tom Lane 765f76d8cd Fix is_digit labeling of to_timestamp's FFn format codes. 1 year ago
Peter Eisentraut c140c0ffb7 doc: remove LC_COLLATE and LC_CTYPE from SHOW command 1 year ago
John Naylor 83ce20d671 Fix use-after-free in parallel_vacuum_reset_dead_items 1 year ago
Álvaro Herrera 9abdc1841e
Fix synchronized_standby_slots GUC check hook 1 year ago
Álvaro Herrera 5ffbbcfa16
Drop "Lock" suffix from LWLock wait event names 1 year ago
Michael Paquier 7a35052a2b doc: Clarify some terms for pg_createsubscriber 1 year ago
Thomas Munro d4ffbf47b2 RelationTruncate() must set DELAY_CHKPT_START. 1 year ago
Tom Lane a963abd549 Fix broken list-munging in ecpg's remove_variables(). 1 year ago
Tom Lane 78883cd905 Avoid mislabeling of lateral references, redux. 1 year ago
Tom Lane 72822a99d4 Avoid mislabeling of lateral references when pulling up a subquery. 1 year ago
Peter Eisentraut 4527b9e26d psql: Add tab completion for COPY (MERGE ... 1 year ago
Michael Paquier 7668e85a40 Revert "Handle better implicit transaction state of pipeline mode" 1 year ago
Andres Freund c93dffd89b ci: Fix cached MacPorts installation management 1 year ago
Fujii Masao adb103fcac pgbench: Ensure previous progress message is fully cleared when updating. 1 year ago
Álvaro Herrera 6e793582bc
Fix pg_get_constraintdef for NOT NULL constraints on domains 1 year ago
Peter Eisentraut 7786717b9e Fix typo 1 year ago
Peter Eisentraut 3c1ab90068 Exclude LLVM files from whitespace checks 1 year ago
Michael Paquier d77f91214f Handle better implicit transaction state of pipeline mode 1 year ago
Peter Eisentraut e00c1e249f meson: Build pgevent as shared_module rather than shared_library 1 year ago
Álvaro Herrera b0e572819d
Clean up newlines following left parentheses 1 year ago
Peter Eisentraut f3834c12af Fix C23 compiler warning 1 year ago
Peter Eisentraut ad89c8bda1 Rename C23 keyword 1 year ago
Tom Lane 97be02ad00 Fix NULLIF()'s handling of read-write expanded objects. 1 year ago
Noah Misch 718af10dab Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE. 1 year ago
Thomas Munro aefbd6c29f Clean up <stdbool.h> reference in meson.build. 1 year ago
Tom Lane e266a0ed67 Update configure probes for CFLAGS needed for ARM CRC instructions. 1 year ago
Peter Eisentraut f979197eba Add support for Tcl 9 1 year ago
Thomas Munro 0813a5e691 Assume that <stdbool.h> conforms to the C standard. 1 year ago
Amit Kapila 5f46439d59 Doc: Clarify the `inactive_since` field description. 1 year ago
Michael Paquier 1a52069914 doc: Fix example with __next__() in PL/Python function 1 year ago
Heikki Linnakangas e3b249c6d8 Make the memory layout of Port struct independent of USE_OPENSSL 1 year ago
Heikki Linnakangas 9695835538 Fix data loss when restarting the bulk_write facility 1 year ago
Michael Paquier e6d6f2e46b psql: Include \pset xheader_width in --help=commands|variables 1 year ago
Thomas Munro 8a9a515188 jit: Use -mno-outline-atomics for bitcode on ARM. 1 year ago
Álvaro Herrera 2fb3919356
Fix newly introduced 010_keep_recycled_wals.pl 1 year ago
Álvaro Herrera e2b08a6295
Fix outdated bit in README.tuplock 1 year ago
Michael Paquier afe9b0d9fe Fix memory leak in pgoutput for the WAL sender 1 year ago
Bruce Momjian 7eff3138fc doc: clarify that jsonb_path_match() returns an SQL boolean 1 year ago
Tom Lane fea81aee83 Avoid assertion failure if a setop leaf query contains setops. 1 year ago
Michael Paquier 6fc3c587b8 doc: Fix section of functions age(xid) and mxid_age(xid) 1 year ago
Tom Lane c1ebef3c10 Compare collations before merging UNION operations. 1 year ago
Tom Lane 6304632eaa Stamp 17.2. 1 year ago
Tom Lane 9ac1003320 Release notes for 17.2, 16.6, 15.10, 14.15, 13.18, 12.22. 1 year ago
Tom Lane 6bfacd368b Undo unintentional ABI break in struct ResultRelInfo. 1 year ago
Noah Misch 1c05004a89 Fix per-session activation of ALTER {ROLE|DATABASE} SET role. 1 year ago
Masahiko Sawada 568e78a653 Fix a possibility of logical replication slot's restart_lsn going backwards. 1 year ago