Commit Graph

60630 Commits (3f1db99bfabbb9d4afc41f362d9801512f4c7c65)
 

Author SHA1 Message Date
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
Jeff Davis 15df9d7b51 Remove stray diff introduced by a5cbdeb98a. 10 months ago
Tom Lane 40e27d04b4 Use attnum to identify index columns in pg_restore_attribute_stats(). 10 months ago
Peter Eisentraut f734c9fc3a Revert "Prepare for Python "Limited API" in PL/Python" 10 months ago
Masahiko Sawada 945a9e3832 Fix a typo in 005_char_signedness.pl test. 10 months ago
Peter Eisentraut c47e8df815 Prepare for Python "Limited API" in PL/Python 10 months ago
Michael Paquier 0e42d31b0b Adding new PgStat_WalCounters structure in pgstat.h 10 months ago
Michael Paquier d7cbeaf261 Remove pgstat_flush_wal() 10 months ago
Amit Kapila e117cfb2f6 Add two-phase option in pg_createsubscriber. 10 months ago
Michael Paquier adc6032fa8 Improve FATAL message for invalid TLI history at recovery 10 months ago
Jeff Davis 6ee3b91bad pg_dump: prepare attribute stats query. 10 months ago
Jeff Davis 8f427187db Avoid unnecessary relation stats query in pg_dump. 10 months ago
Michael Paquier 6c349d83b6 Re-add GUC track_wal_io_timing 10 months ago
Jeff Davis a5cbdeb98a Remove redundant pg_set_*_stats() variants. 10 months ago
Andres Freund ecbff4378b Change _mdfd_segpath() to return paths by value 10 months ago
Andres Freund 37c87e63f9 Change relpath() et al to return path by value 10 months ago
Peter Eisentraut 32c393f9f1 Remove obsolete Python version check 10 months ago
Richard Guo 363a6e8c6f Eliminate code duplication in replace_rte_variables callbacks 10 months ago
Richard Guo 1e4351af32 Expand virtual generated columns in the planner 10 months ago
Michael Paquier 560a842d63 Fix untranslatable string concatenation in pg_upgrade 10 months ago
Amit Kapila 5b8f2ccc0a Doc: Fix pg_copy_logical_replication_slot description. 10 months ago
Jeff Davis 15601fa21a Missing doc update for f3dae2ae58. 10 months ago