Commit Graph

59260 Commits (bbe68c13abe0f622cb29322651b9a0b67789358f)
 

Author SHA1 Message Date
Michael Paquier bbe68c13ab Fix memory leak in pgoutput with publication list cache 1 year ago
Heikki Linnakangas 7cfdb4d1e7 Update TransactionXmin when MyProc->xmin is updated 1 year ago
Thomas Munro 0350b876b0 Fix corruption when relation truncation fails. 1 year ago
Peter Geoghegan 9e85b20da7 Avoid nbtree index scan SAOP scanBehind confusion. 1 year ago
David Rowley 7b8d45d278 Fix Assert failure in WITH RECURSIVE UNION queries 1 year ago
Tom Lane 04b8601981 Fix memory leak in pg_restore with zstd-compressed data. 1 year ago
Nathan Bossart 18452b70ac Accommodate very large dshash tables. 1 year ago
Tomas Vondra 3668c1d506 Detect version mismatch in brin_page_items 1 year ago
Tomas Vondra 42eae257cf Update comments about index parallel builds 1 year ago
Amit Kapila 88baa27914 Doc: Fix the wrong link on pg_createsubscriber page. 1 year ago
Michael Paquier 94e7e77a95 pg_combinebackup: Fix PITR comparison test in 002_compare_backups 1 year ago
Tomas Vondra f5dec4e861 doc: Mention BRIN indexes support parallel builds 1 year ago
Heikki Linnakangas d1253c67fa Make 009_twophase.pl test pass with recovery_min_apply_delay set 1 year ago
Tom Lane ff9dc96f37 pgbench: fix misprocessing of some nested \if constructs. 1 year ago
Fujii Masao 87e16d6326 doc: Clarify old WAL files are kept until they are summarized. 1 year ago
Tom Lane 3652de36e4 contrib/earthdistance: Use SQL-standard function bodies. 1 year ago
Tom Lane ad950ea98e Fix possible crash in pg_dump with identity sequences. 1 year ago
Nathan Bossart d09fbf645e Revert "Don't truncate database and user names in startup packets." 1 year ago
Michael Paquier 8afff7d6db Improve reporting of pg_upgrade log files on test failure 1 year ago
Noah Misch 4bd9de3f41 Fix elog(FATAL) before PostmasterMain() or just after fork(). 1 year ago
Michael Paquier 67ef403d0e Fix comments of GUC hooks for timezone_abbreviations 1 year ago
Michael Paquier 416d1bd66c Fix outdated comment of scram_build_secret() 1 year ago
Masahiko Sawada a12b0f3a9d Include necessary header files in radixtree.h. 1 year ago
David Rowley f36fe5d07b Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes 1 year ago
Daniel Gustafsson 9add1bbfa6 Fix small memory leaks in GUC checks 1 year ago
Tom Lane 556f7b7bc1 Simplify executor's determination of whether to use parallelism. 1 year ago
Michael Paquier bb93b33d7e Improve comment about dropped entries in pgstat.c 1 year ago
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