Commit Graph

60651 Commits (0b2a45a5d1f2b088640a7eb7817ca6a0513a2717)
 

Author SHA1 Message Date
Tomas Vondra 0b2a45a5d1 Compress TID lists when writing GIN tuples to disk 10 months ago
Tom Lane 9b4bdf876a Add .gitignore entry for ecpg test detritus. 10 months ago
Tomas Vondra c878de1db4 Make FP_LOCK_SLOTS_PER_BACKEND look like a function 10 months ago
Fujii Masao 91ecb5e0bc Add regression tests for pg_stat_progress_copy.tuples_skipped. 10 months ago
Heikki Linnakangas d2e7068392 Fix outdated comment 10 months ago
Daniel Gustafsson ad13490be0 doc: Expand version compatibility for pg_basebackup features 10 months ago
Peter Eisentraut 3abbd8dbeb Fix accidental use of = instead of == 10 months ago
Peter Eisentraut f011acdd61 Fix ALTER TABLE ADD VIRTUAL GENERATED COLUMN when table rewrite 10 months ago
Richard Guo 716a051aac Avoid NullTest deduction for clone clauses 10 months ago
Fujii Masao 28f04984f0 ecpg: Add TAP test for the ecpg command. 10 months ago
Michael Paquier c76db55c90 Split pgstat_bestart() into three different routines 10 months ago
Michael Paquier 40d3f82744 Add more assertions in palloc0() and palloc_extended() 10 months ago
Masahiko Sawada ba57dcfdcd doc: Convert UUID functions list to table format. 10 months ago
Tom Lane 246dedc5d0 Allow => syntax for named cursor arguments in plpgsql. 10 months ago
Thomas Munro b6904afae4 ci: Use a RAM disk for NetBSD and OpenBSD. 10 months ago
Melanie Plageman 06eae9e621 Trigger more frequent autovacuums with relallfrozen 10 months ago
Tom Lane 35c8dd9e11 Simplify some logic around setting pg_attribute.atthasdef. 10 months ago
Tom Lane 4528768d98 Remove now-dead code in StoreAttrDefault(). 10 months ago
Tom Lane 95f650674d Fix broken handling of domains in atthasmissing logic. 10 months ago
Melanie Plageman 99f8f3fbbc Add relallfrozen to pg_class 10 months ago
Tomas Vondra 8492feb98f Allow parallel CREATE INDEX for GIN indexes 10 months ago
Michael Paquier 3f1db99bfa Handle auxiliary processes in SQL functions of backend statistics 10 months ago
Fujii Masao fe186bda78 postgres_fdw: Extend postgres_fdw_get_connections to return remote backend PID. 10 months ago
Peter Eisentraut 15a79c7311 Use PRI*64 instead of "ll*" in format strings (minimal trial) 10 months ago
Tom Lane 00d61a08c5 Fix pg_strtof() to not crash on NULL endptr. 10 months ago
Peter Eisentraut 56ba0463d3 Set amcancrosscompare to true for hash 10 months ago
Thomas Munro c301a0a74a Work around OAuth/EVFILT_TIMER quirk on NetBSD. 10 months ago
Masahiko Sawada 8a1012b35d Re-export NextCopyFromRawFields() to copy.h. 10 months ago
Nathan Bossart e636da9200 Adjust auto_explain's GUC descriptions. 10 months ago
Tom Lane 8b49392b27 Tweak regex to avoid a bug in Perl 5.16.3. 10 months ago
Masahiko Sawada 7717f63006 Refactor COPY FROM to use format callback functions. 10 months ago
Robert Haas 77cb08be51 Avoid including explain.h in explain_format.h and explain_dr.h 10 months ago
Robert Haas 51d3e279c3 Fix missing space in EXPLAIN ANALYZE output. 10 months ago
Jeff Davis 424ededc58 Adjust pg_dump tag for relation stats. 10 months ago
Michael Paquier c2a50ac678 Invent pgstat_fetch_stat_backend_by_pid() 10 months ago
Michael Paquier 2a083ab807 pg_upgrade: Fix inconsistency in memory freeing 10 months ago
Masahiko Sawada 2e4127b6d2 Refactor COPY TO to use format callback functions. 10 months ago
Robert Haas 555960a0fb Create explain_dr.c and move DestReceiver-related code there. 10 months ago
Robert Haas 9173e8b604 Create explain_format.c and move relevant code there. 10 months ago
Robert Haas 95dbd827f2 EXPLAIN: Always use two fractional digits for row counts. 10 months ago
Peter Eisentraut ce62f2f2a0 Generalize hash and ordering support in amapi 10 months ago
Tom Lane 6eb8a1a4f9 Avoid unnecessary computation of pgbench's script line number. 10 months ago
Tom Lane c8c74ad7e1 Get rid of O(N^2) script-parsing overhead in pgbench. 10 months ago
Alexander Korotkov e167191dc1 Get rid of ojrelid local variable in remove_rel_from_query() 10 months ago
Thomas Munro 55918f798b Remove arbitrary cap on read_stream.c buffer queue. 10 months ago
Michael Paquier 48e4ae9a07 pg_amcheck: Fix inconsistency in memory freeing 10 months ago
Amit Kapila 8709dccc79 Fix the race condition in ReplicationSlotAcquire(). 10 months ago
Amit Kapila 845511a72a Doc: Additional clarification for -d option of pg_createsubscriber. 10 months ago
Michael Paquier 495864a4cf Refactor code of pg_stat_get_wal() building result tuple 10 months ago
Michael Paquier 62ec3e1f67 Fix possible double-release of spinlock in procsignal.c 10 months ago