Commit Graph

60804 Commits (cc6be07ebde2aef7cc0507f997f563ce77c00a00)
 

Author SHA1 Message Date
Melanie Plageman cc6be07ebd Increase default maintenance_io_concurrency to 16 6 months ago
Robert Haas 796bdda484 Fix indentation again. 6 months ago
Robert Haas c65bc2e1d1 Make it possible for loadable modules to add EXPLAIN options. 6 months ago
Peter Eisentraut 9d6db8bec1 Allow non-btree unique indexes for matviews 6 months ago
Peter Eisentraut f278e1fe30 Allow non-btree unique indexes for partition keys 6 months ago
Peter Eisentraut 7317e64126 Add some opfamily support functions to lsyscache.c 6 months ago
Amit Kapila 122a9af5de Fix typo. 6 months ago
Amit Kapila 01e27aab05 Use correct variable name in publicationcmds.c. 6 months ago
Masahiko Sawada c462b054ba Fix the test 005_char_signedness. 6 months ago
Michael Paquier 17caf66445 psql: Add \sendpipeline to send query buffers while in a pipeline 6 months ago
Andres Freund da7226993f aio: Add core asynchronous I/O infrastructure 6 months ago
Andres Freund 02844012b3 aio: Basic subsystem initialization 6 months ago
Nathan Bossart 65db3963ae Add commit 203c1b4cc4 to .git-blame-ignore-revs. 6 months ago
Robert Haas 203c1b4cc4 Fix indentation. 6 months ago
Nathan Bossart 7e05df430b pg_upgrade: Remove some dead code. 6 months ago
Andres Freund 1a22a8a0f1 tests: Expand temp table tests to some pin related matters 6 months ago
Robert Haas 99aeb84703 pg_combinebackup: Add -k, --link option. 6 months ago
Tom Lane ed762e9425 Unify wording of user-facing "row security" messages. 6 months ago
Michael Paquier 3943f5cff6 Fix inconsistent quoting for some options in TAP tests 6 months ago
Michael Paquier 19c6e92b13 Apply more consistent style for command options in TAP tests 6 months ago
Michael Paquier 5721e5453e Revert "Add redo LSN to pgstats files" 6 months ago
Tom Lane cd3c45125d pg_dump, pg_dumpall, pg_restore: Add --no-policies option. 6 months ago
Tom Lane 4489044239 contrib/isn: Make weak mode a GUC setting, and fix related functions. 6 months ago
Alexander Korotkov 682c5be25c reindexdb: Fix the index-level REINDEX with multiple jobs 6 months ago
Michael Paquier 83e5763d4d pg_createsubscriber: Remove some code bloat in the atexit() callback 6 months ago
Andres Freund 771ba90298 localbuf: Introduce StartLocalBufferIO() 6 months ago
Andres Freund 4b4d33b9ea localbuf: Introduce FlushLocalBuffer() 6 months ago
Andres Freund dd6f2618f6 localbuf: Introduce TerminateLocalBufferIO() 6 months ago
Andres Freund 0762a151b0 localbuf: Introduce InvalidateLocalBuffer() 6 months ago
Andres Freund fa6af9b25e localbuf: Fix dangerous coding pattern in GetLocalVictimBuffer() 6 months ago
Andrew Dunstan 5eabd91a83 Silence perl critic 6 months ago
Jeff Davis 27bdec0684 Optimization for lower(), upper(), casefold() functions. 6 months ago
Melanie Plageman c3953226a0 Remove table AM callback scan_bitmap_next_block 6 months ago
Melanie Plageman 2b73a8cd33 BitmapHeapScan uses the read stream API 6 months ago
Melanie Plageman 944e81bf99 Separate TBM[Shared|Private]Iterator and TBMIterateResult 6 months ago
Thomas Munro 799959dc7c Simplify distance heuristics in read_stream.c. 6 months ago
Thomas Munro 7ea8cd1566 Improve read_stream.c advice for dense streams. 6 months ago
Álvaro Herrera 11bd831860
doc: Explain more thoroughly when a table rewrite is needed 6 months ago
Tom Lane 1c9242b2cd Doc: remove obsolete comment. 6 months ago
Fujii Masao 6d376c3b0d Add GUC option to log lock acquisition failures. 6 months ago
Fujii Masao e80171d57c Optimize iteration over PGPROC for fast-path lock searches. 6 months ago
Peter Eisentraut a359d37019 Simplify and generalize PrepareSortSupportFromIndexRel() 6 months ago
Álvaro Herrera 1548c3a304
Remove direct handling of reloptions for toast tables 6 months ago
Thomas Munro 92fc6856cb Respect changing pin limits in read_stream.c. 6 months ago
Peter Eisentraut 0793ab8100 Activate Python "Limited API" in PL/Python 6 months ago
Peter Eisentraut 05cbd6cb22 Swap order of extern/static and pg_nodiscard 6 months ago
Thomas Munro 01261fb078 Improve buffer manager API for backend pin limits. 6 months ago
Amit Kapila 7c99dc587a Fix ALTER SUBSCRIPTION ... SET PUBLICATION ... command. 6 months ago
Tom Lane 4618045bee Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. 6 months ago
Álvaro Herrera c7fc8808a9
ATExecSetRelOptions: Reduce scope of 'isnull' variable 6 months ago