Commit Graph

60764 Commits (e80171d57c25caf4362a7de17e96195f905386ea)
 

Author SHA1 Message Date
Fujii Masao e80171d57c Optimize iteration over PGPROC for fast-path lock searches. 10 months ago
Peter Eisentraut a359d37019 Simplify and generalize PrepareSortSupportFromIndexRel() 10 months ago
Álvaro Herrera 1548c3a304
Remove direct handling of reloptions for toast tables 10 months ago
Thomas Munro 92fc6856cb Respect changing pin limits in read_stream.c. 10 months ago
Peter Eisentraut 0793ab8100 Activate Python "Limited API" in PL/Python 10 months ago
Peter Eisentraut 05cbd6cb22 Swap order of extern/static and pg_nodiscard 10 months ago
Thomas Munro 01261fb078 Improve buffer manager API for backend pin limits. 10 months ago
Amit Kapila 7c99dc587a Fix ALTER SUBSCRIPTION ... SET PUBLICATION ... command. 10 months ago
Tom Lane 4618045bee Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. 10 months ago
Álvaro Herrera c7fc8808a9
ATExecSetRelOptions: Reduce scope of 'isnull' variable 10 months ago
Álvaro Herrera da0f0582e8
Make lwlocknames.h generated file less ugly 10 months ago
Nathan Bossart 0697b23906 Add reverse(bytea). 10 months ago
Peter Eisentraut bb25276205 Fix copy-and-paste mistake in error message 10 months ago
Peter Eisentraut 3691edfab9 pg_noreturn to replace pg_attribute_noreturn() 10 months ago
Richard Guo cc5d98525d Fix incorrect handling of subquery pullup 10 months ago
Richard Guo 4c49611715 Remove code setting wrap_non_vars to true for UNION ALL subqueries 10 months ago
Jeff Davis d3b2e5e1ab Refactor convert_case() to prepare for optimizations. 10 months ago
Amit Kapila 3abe9dc188 Avoid invalidating all RelationSyncCache entries on publication rename. 10 months ago
Thomas Munro 75da2bece6 Fix read_stream.c for changing io_combine_limit. 10 months ago
Amit Langote d4f79865d4 Fix copy-paste error in datum_to_jsonb_internal() 10 months ago
Masahiko Sawada 4ecdd4110d pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf. 10 months ago
David Rowley cdc1471cc7 Add b955df443 to .git-blame-ignore-revs 10 months ago
David Rowley b955df4434 Fix indentation issue 10 months ago
Masahiko Sawada 9e088f7dd8 Fix compiler warning in pg_logicalinspect. 10 months ago
Heikki Linnakangas ac4494646d Rename alloc/free functions in reorderbuffer.c 10 months ago
Nathan Bossart 025e7e1eb4 Remove count_one_bits() in acl.c. 10 months ago
Melanie Plageman ff79b5b2ab Increase default effective_io_concurrency to 16 10 months ago
Heikki Linnakangas af717317a0 Handle interrupts while waiting on Append's async subplans 10 months ago
Tom Lane f4e7756ef9 Build whole-row Vars the same way during parsing and planning. 10 months ago
Melanie Plageman 18cd15e706 Add connection establishment duration logging 10 months ago
Melanie Plageman 9219093cab Modularize log_connections output 10 months ago
Michael Paquier f554a95379 Remove initialization from PendingBackendStats 10 months ago
Peter Eisentraut 72a3d0462b Prepare for Python "Limited API" in PL/Python 10 months ago
Tom Lane c872516d8f Doc: silence A4 PDF build warnings. 10 months ago
Heikki Linnakangas 043745c3a0 Improve snapmgr.c comment 10 months ago
Heikki Linnakangas 8076c00592 Assert that a snapshot is active or registered before it's used 10 months ago
Masahiko Sawada bd65cb3cd4 pg_logicalinspect: Fix possible crash when passing a directory path. 10 months ago
Masahiko Sawada a49927f04c pg_logicalinspect: Stabilize isolation tests. 10 months ago
Tom Lane 8b1b342544 Improve EXPLAIN's display of window functions. 10 months ago
Peter Geoghegan 426ea61117 nbtree: Make BTMaxItemSize into object-like macro. 10 months ago
Peter Geoghegan 0fbceae841 Show index search count in EXPLAIN ANALYZE, take 2. 10 months ago
Peter Eisentraut 12c5f797ea Update nls.mk for newly added file 10 months ago
Álvaro Herrera 17ce344f86
BRIN: be more strict about required support procs 10 months ago
Daniel Gustafsson d35d32d711 Add special case fast-paths for strict functions 10 months ago
Daniel Gustafsson 8dd7c7cd0a Replace EEOP_DONE with special steps for return/no return 10 months ago
Peter Eisentraut dabccf4513 Move RemoveInheritedConstraint() call slightly earlier 10 months ago
Peter Eisentraut 1d26c2d2c4 refactor: Split tryAttachPartitionForeignKey() 10 months ago
Peter Eisentraut 64224a834c refactor: re-add ATExecAlterChildConstr() 10 months ago
Michael Paquier 76def4cdd7 Add WAL data to backend statistics 10 months ago
Andres Freund 59a1592e39 tests: Make postmaster/002_connection_limits deal verbose logs 10 months ago