Commit Graph

60727 Commits (a49927f04cd0c66e1bc41f551160fce50f382d8c)
 

Author SHA1 Message Date
Andrew Dunstan 0e76f253f4 Remove extraneous commas in json{b}_strip_nulls documentation 7 months ago
Amit Kapila 588acf6d0e Avoid invalidating all RelationSyncCache entries on publication change. 7 months ago
Jeff Davis 1d33de9d68 Organize and deduplicate statistics import tests. 7 months ago
Jeff Davis f9f4b43b8d Address stats export review comments. 7 months ago
Jeff Davis 298944e8d8 Address stats import review comments. 7 months ago
Heikki Linnakangas 39de4f157d Fix compiler warnings about typedef redefinitions 7 months ago
Michael Paquier 7f7f324eb5 Add more monitoring data for WAL writes in the WAL receiver 7 months ago
Heikki Linnakangas 393e0d2314 Split WaitEventSet functions to separate source file 7 months ago
Heikki Linnakangas 84e5b2f07a Use ModifyWaitEvent to update exit_on_postmaster_death 7 months ago
Fujii Masao 9f25b9f739 ecpg: Fix compiler warning in ecpg build with Meson. 7 months ago
Heikki Linnakangas a98e4dee63 Remove unused ShutdownLatchSupport() function 7 months ago
Daniel Gustafsson 153836b99a ci: Remove installation of libcurl 7 months ago
Andres Freund d4a6c847ca ci: Document what makes certain tasks special 7 months ago
Andres Freund 0a2f5df881 ci: freebsd: Specify debug_parallel_query=regress 7 months ago
Andres Freund ad40644eb8 ci: Upgrade FreeBSD image 7 months ago
Peter Geoghegan d00107cd63 Revert "Show index search count in EXPLAIN ANALYZE." 7 months ago
Andrew Dunstan 4603903d29 Allow json{b}_strip_nulls to remove null array elements 7 months ago
Peter Geoghegan 5ead85fbc8 Show index search count in EXPLAIN ANALYZE. 7 months ago
Heikki Linnakangas 635f580120 Rename some signal and interrupt handling functions for consistency 7 months ago
Álvaro Herrera f4e53e10b6
Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT 7 months ago
Michael Paquier f4694e0f35 Fix some gaps in pg_stat_io with WAL receiver and WAL summarizer 7 months ago
Michael Paquier 54d23601b9 psql: Fix memory leak with \gx used within a pipeline 7 months ago
Tomas Vondra b229c10164 Enforce memory limit during parallel GIN builds 7 months ago
Masahiko Sawada f52345995d pg_upgrade: Check for the expected error message in TAP tests. 7 months ago
Álvaro Herrera 7bbc46213d
Fix ALTER TABLE error message 7 months ago
Masahiko Sawada bacbc4863b Refactor Copy{From|To}GetRoutine() to use pass-by-reference argument. 7 months ago
Tomas Vondra 0b2a45a5d1 Compress TID lists when writing GIN tuples to disk 7 months ago
Tom Lane 9b4bdf876a Add .gitignore entry for ecpg test detritus. 7 months ago
Tomas Vondra c878de1db4 Make FP_LOCK_SLOTS_PER_BACKEND look like a function 7 months ago
Fujii Masao 91ecb5e0bc Add regression tests for pg_stat_progress_copy.tuples_skipped. 7 months ago
Heikki Linnakangas d2e7068392 Fix outdated comment 7 months ago
Daniel Gustafsson ad13490be0 doc: Expand version compatibility for pg_basebackup features 7 months ago
Peter Eisentraut 3abbd8dbeb Fix accidental use of = instead of == 7 months ago
Peter Eisentraut f011acdd61 Fix ALTER TABLE ADD VIRTUAL GENERATED COLUMN when table rewrite 7 months ago
Richard Guo 716a051aac Avoid NullTest deduction for clone clauses 7 months ago
Fujii Masao 28f04984f0 ecpg: Add TAP test for the ecpg command. 7 months ago
Michael Paquier c76db55c90 Split pgstat_bestart() into three different routines 7 months ago
Michael Paquier 40d3f82744 Add more assertions in palloc0() and palloc_extended() 7 months ago
Masahiko Sawada ba57dcfdcd doc: Convert UUID functions list to table format. 7 months ago
Tom Lane 246dedc5d0 Allow => syntax for named cursor arguments in plpgsql. 7 months ago
Thomas Munro b6904afae4 ci: Use a RAM disk for NetBSD and OpenBSD. 7 months ago
Melanie Plageman 06eae9e621 Trigger more frequent autovacuums with relallfrozen 7 months ago
Tom Lane 35c8dd9e11 Simplify some logic around setting pg_attribute.atthasdef. 7 months ago
Tom Lane 4528768d98 Remove now-dead code in StoreAttrDefault(). 7 months ago
Tom Lane 95f650674d Fix broken handling of domains in atthasmissing logic. 7 months ago
Melanie Plageman 99f8f3fbbc Add relallfrozen to pg_class 7 months ago
Tomas Vondra 8492feb98f Allow parallel CREATE INDEX for GIN indexes 7 months ago
Michael Paquier 3f1db99bfa Handle auxiliary processes in SQL functions of backend statistics 7 months ago
Fujii Masao fe186bda78 postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID. 7 months ago
Peter Eisentraut 15a79c7311 Use PRI*64 instead of "ll*" in format strings (minimal trial) 7 months ago