Commit Graph

52286 Commits (c3b011d9918100c6ec2d72297fb51635bce70e80)
 

Author SHA1 Message Date
Peter Eisentraut c3b011d991 Support amcheck of sequences 4 years ago
Tom Lane 7d1aa6bf1c Re-enable contrib/bloom's TAP tests. 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
Michael Paquier 7c1d8a243f Fix typos in docs 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
Tom Lane 7b0be9fb2d Doc: extend warnings about collation-mismatch hazards in postgres_fdw. 4 years ago
Michael Paquier 1ba841072e doc: Improve description of index vacuuming with GUCs 4 years ago
Michael Paquier 1ab70b11e6 doc: Add missing markup in CREATE EVENT TRIGGER page 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
Fujii Masao 85c6961128 postgres_fdw: Refactor transaction rollback code to avoid code duplication. 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
Tom Lane 5577cd571a Doc: minor improvements for "Formatting" section. 4 years ago
Tomas Vondra c9eeef2a15 Disallow extended statistics on system columns 4 years ago
Tom Lane d5eeb51bc0 Doc: fix typos. 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
Peter Geoghegan d7897abf9e pageinspect: Make page deletion elog less chatty. 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