Commit Graph

38004 Commits (c8dd2cb49405d2a39a714bd5adc31d39b8372a4e)

Author SHA1 Message Date
Michael Paquier 5b0b699f74 Refactor output file handling when forking syslogger under EXEC_BACKEND 4 years ago
Magnus Hagander 07f8a9e784 Properly schema-prefix reference to pg_catalog.pg_get_statisticsobjdef_columns 4 years ago
Peter Eisentraut c3b011d991 Support amcheck of sequences 4 years ago
Michael Paquier e767ddcd35 Fix typos and grammar in code comments 4 years ago
Peter Geoghegan 895267a326 Remove unneeded nbtree latestRemovedXid comments. 4 years ago
Thomas Munro e6a7600202 Track LLVM 14 API changes. 4 years ago
Tom Lane e94c1a55da Avoid unnecessary division in interval_cmp_value(). 4 years ago
Peter Geoghegan ce2a860533 Update obsolete nbtree deletion comments. 4 years ago
Peter Geoghegan c1a47dfe2e vacuumlazy.c: Remove obsolete 'onecall' comment. 4 years ago
Peter Geoghegan 48064a8d33 nbtree README: Add note about latestRemovedXid. 4 years ago
Peter Eisentraut 73aa5e0caf Add missing $Test::Builder::Level settings 4 years ago
John Naylor 88b0ae15bc Add exception for unicode_east_asian_fw_table.h to headerscheck also 4 years ago
John Naylor a315b19cce Add exception for unicode_east_asian_fw_table.h to cpluspluscheck 4 years ago
Alexander Korotkov b92f9f7443 Split macros from visibilitymap.h into a separate header 4 years ago
Tomas Vondra ad8a166ca8 Release memory allocated by dependency_degree 4 years ago
Tomas Vondra 83772cc78e Free memory after building each statistics object 4 years ago
Peter Geoghegan c7aeb775df Document issue with heapam line pointer truncation. 4 years ago
Peter Eisentraut f9ea296031 Make use of PG_INT64_MAX/PG_INT64_MIN 4 years ago
Amit Kapila 4548c76738 Invalidate all partitions for a partitioned table in publication. 4 years ago
Amit Kapila 5e77625b26 Add parent table name in an error in reorderbuffer.c. 4 years ago
Peter Geoghegan dd94c2852e Fix "single value strategy" index deletion issue. 4 years ago
Michael Paquier 1a9d802828 Fix some issues with TAP tests for postgres -C 4 years ago
Michael Paquier 0d91c52a8f Fix places in TestLib.pm in need of adaptation to the output of Msys perl 4 years ago
Tom Lane 4476bcb877 Fix misevaluation of STABLE parameters in CALL within plpgsql. 4 years ago
Alvaro Herrera ade24dab97
Document XLOG_INCLUDE_XID a little better 4 years ago
Michael Paquier 43c1c4f65e Introduce GUC shared_memory_size_in_huge_pages 4 years ago
Peter Geoghegan 5e6716cde5 Remove overzealous index deletion assertion. 4 years ago
Andres Freund 6b9501660c pgstat: Prepare to use mechanism for truncated rels also for droppped rels. 4 years ago
Andres Freund e1f958d759 pgstat: Split out relation stats handling from AtEO[Sub]Xact_PgStat() etc. 4 years ago
Alvaro Herrera d3014fff4c
Doc: add glossary term for "auxiliary process" 4 years ago
Tomas Vondra c9eeef2a15 Disallow extended statistics on system columns 4 years ago
Andres Freund 7c83a3bf51 process startup: Split single user code out of PostgresMain(). 4 years ago
Michael Paquier 499c9b1266 Improve some check logic in pg_receivewal 4 years ago
Tom Lane a21049fd3f Fix pull_varnos to cope with translated PlaceHolderVars. 4 years ago
Michael Paquier cddcf7842c Clarify some errors in pg_receivewal when closing WAL segments 4 years ago
Michael Paquier 5adb06732d Disable test for postgres -C on Msys 4 years ago
Tom Lane 3f50b82639 Fix EXPLAIN to handle SEARCH BREADTH FIRST queries. 4 years ago
Peter Eisentraut 4ac0f450b6 Message style improvements 4 years ago
Andres Freund 3d7c752a2f process startup: Do InitProcess() at the same time regardless of EXEC_BACKEND. 4 years ago
Andres Freund 37a9aa6591 Fix performance regression from session statistics. 4 years ago
Fujii Masao dc899146db Fix variable shadowing in procarray.c. 4 years ago
Fujii Masao 64a62ebeeb Use int instead of size_t in procarray.c. 4 years ago
Michael Paquier 0c39c29207 Support "postgres -C" with runtime-computed GUCs 4 years ago
Andres Freund 2c7615f77b process startup: Initialize PgStartTime earlier in single user mode. 4 years ago
Tom Lane e3ec3c00d8 Remove arbitrary 64K-or-so limit on rangetable size. 4 years ago
Peter Eisentraut 6fe0eb963d Add Cardinality typedef 4 years ago
Tom Lane 1316be2866 Disallow LISTEN in background workers. 4 years ago
Peter Eisentraut e581360696 Make node output prefix match node structure name 4 years ago
Peter Eisentraut 851ff93357 Fix hash_array 4 years ago
Peter Eisentraut e03b807e12 Fix incorrect format placeholders 4 years ago