Commit Graph

60903 Commits (cb36f8ec2124b0c495da057a2f55735fe858be0e)
 

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