summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-18Use correct variable name in publicationcmds.c.Amit Kapila
2025-03-18Fix the test 005_char_signedness.Masahiko Sawada
2025-03-18psql: Add \sendpipeline to send query buffers while in a pipelineMichael Paquier
2025-03-17aio: Add core asynchronous I/O infrastructureAndres Freund
2025-03-17aio: Basic subsystem initializationAndres Freund
2025-03-17Add commit 203c1b4cc4 to .git-blame-ignore-revs.Nathan Bossart
2025-03-17Fix indentation.Robert Haas
2025-03-17pg_upgrade: Remove some dead code.Nathan Bossart
2025-03-17tests: Expand temp table tests to some pin related mattersAndres Freund
2025-03-17pg_combinebackup: Add -k, --link option.Robert Haas
2025-03-17Unify wording of user-facing "row security" messages.Tom Lane
2025-03-17Fix inconsistent quoting for some options in TAP testsMichael Paquier
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-03-16Revert "Add redo LSN to pgstats files"Michael Paquier
2025-03-16pg_dump, pg_dumpall, pg_restore: Add --no-policies option.Tom Lane
2025-03-16contrib/isn: Make weak mode a GUC setting, and fix related functions.Tom Lane
2025-03-16reindexdb: Fix the index-level REINDEX with multiple jobsAlexander Korotkov
2025-03-16pg_createsubscriber: Remove some code bloat in the atexit() callbackMichael Paquier
2025-03-16localbuf: Introduce StartLocalBufferIO()Andres Freund
2025-03-16localbuf: Introduce FlushLocalBuffer()Andres Freund
2025-03-16localbuf: Introduce TerminateLocalBufferIO()Andres Freund
2025-03-16localbuf: Introduce InvalidateLocalBuffer()Andres Freund
2025-03-16localbuf: Fix dangerous coding pattern in GetLocalVictimBuffer()Andres Freund
2025-03-15Silence perl criticAndrew Dunstan
2025-03-15Optimization for lower(), upper(), casefold() functions.Jeff Davis
2025-03-15Remove table AM callback scan_bitmap_next_blockMelanie Plageman
2025-03-15BitmapHeapScan uses the read stream APIMelanie Plageman
2025-03-15Separate TBM[Shared|Private]Iterator and TBMIterateResultMelanie Plageman
2025-03-15Simplify distance heuristics in read_stream.c.Thomas Munro
2025-03-15Improve read_stream.c advice for dense streams.Thomas Munro
2025-03-14doc: Explain more thoroughly when a table rewrite is neededÁlvaro Herrera
2025-03-14Doc: remove obsolete comment.Tom Lane
2025-03-14Add GUC option to log lock acquisition failures.Fujii Masao
2025-03-14Optimize iteration over PGPROC for fast-path lock searches.Fujii Masao
2025-03-14Simplify and generalize PrepareSortSupportFromIndexRel()Peter Eisentraut
2025-03-14Remove direct handling of reloptions for toast tablesÁlvaro Herrera
2025-03-14Respect changing pin limits in read_stream.c.Thomas Munro
2025-03-14Activate Python "Limited API" in PL/PythonPeter Eisentraut
2025-03-14Swap order of extern/static and pg_nodiscardPeter Eisentraut
2025-03-14Improve buffer manager API for backend pin limits.Thomas Munro
2025-03-14Fix ALTER SUBSCRIPTION ... SET PUBLICATION ... command.Amit Kapila
2025-03-13Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input.Tom Lane
2025-03-13ATExecSetRelOptions: Reduce scope of 'isnull' variableÁlvaro Herrera
2025-03-13Make lwlocknames.h generated file less uglyÁlvaro Herrera
2025-03-13Add reverse(bytea).Nathan Bossart
2025-03-13Fix copy-and-paste mistake in error messagePeter Eisentraut
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-03-13Fix incorrect handling of subquery pullupRichard Guo
2025-03-13Remove code setting wrap_non_vars to true for UNION ALL subqueriesRichard Guo
2025-03-13Refactor convert_case() to prepare for optimizations.Jeff Davis