| 2025-03-21 |
Thomas Munro | Support buffer forwarding in read_stream.c. |
commit | commitdiff | tree |
| 2025-03-21 |
Fujii Masao | doc: Remove incorrect description about dropping replic... |
commit | commitdiff | tree |
| 2025-03-21 |
David Rowley | Simplify EXPLAIN code for Memoize |
commit | commitdiff | tree |
| 2025-03-20 |
Andres Freund | bufmgr: Improve stats when a buffer is read in concurrently |
commit | commitdiff | tree |
| 2025-03-20 |
Andrew Dunstan | Show plperl version in the meson setup summary. |
commit | commitdiff | tree |
| 2025-03-20 |
Andres Freund | smgr: Hold interrupts in most smgr functions |
commit | commitdiff | tree |
| 2025-03-20 |
Tom Lane | Be more paranoid in configure's checks for CRC and... |
commit | commitdiff | tree |
| 2025-03-20 |
Robert Haas | Add an additional hook for EXPLAIN option validation. |
commit | commitdiff | tree |
| 2025-03-20 |
Nathan Bossart | Add test for pg_upgrade file transfer modes. |
commit | commitdiff | tree |
| 2025-03-20 |
Nathan Bossart | Add vacuum_truncate configuration parameter. |
commit | commitdiff | tree |
| 2025-03-20 |
Peter Eisentraut | Revert workarounds for -Wmissing-braces false positives... |
commit | commitdiff | tree |
| 2025-03-20 |
Peter Eisentraut | Fix extension control path tests |
commit | commitdiff | tree |
| 2025-03-20 |
Peter Eisentraut | Fix typo in comment |
commit | commitdiff | tree |
| 2025-03-20 |
Amit Kapila | pg_createsubscriber: Add -R publications option. |
commit | commitdiff | tree |
| 2025-03-19 |
Andres Freund | meson: Flush stdout in testwrap |
commit | commitdiff | tree |
| 2025-03-19 |
Peter Eisentraut | Update a code comment |
commit | commitdiff | tree |
| 2025-03-19 |
Peter Eisentraut | extension_control_path |
commit | commitdiff | tree |
| 2025-03-19 |
Michael Paquier | psql: Allow queries terminated by semicolons while... |
commit | commitdiff | tree |
| 2025-03-19 |
Thomas Munro | Fix compiler warning for commit 434dbf69. |
commit | commitdiff | tree |
| 2025-03-19 |
Thomas Munro | oauth: Simplify copy of PGoauthBearerRequest |
commit | commitdiff | tree |
| 2025-03-19 |
Thomas Munro | oauth: Improve validator docs on interruptibility |
commit | commitdiff | tree |
| 2025-03-19 |
Thomas Munro | oauth: Disallow synchronous DNS in libcurl |
commit | commitdiff | tree |
| 2025-03-19 |
Thomas Munro | oauth: Fix postcondition for set_timer on macOS |
commit | commitdiff | tree |
| 2025-03-19 |
Thomas Munro | oauth: Use IPv4-only issuer in oauth_validator tests |
commit | commitdiff | tree |
| 2025-03-19 |
Amit Langote | Ensure first ModifyTable rel initialized if all are... |
commit | commitdiff | tree |
| 2025-03-19 |
Thomas Munro | Increase io_combine_limit range to 1MB. |
commit | commitdiff | tree |
| 2025-03-19 |
Thomas Munro | Introduce io_max_combine_limit. |
commit | commitdiff | tree |
| 2025-03-18 |
Michael Paquier | Fix copy-paste error related to the autovacuum launcher... |
commit | commitdiff | tree |
| 2025-03-18 |
Masahiko Sawada | Fix assertion failure in parallel vacuum with minimal... |
commit | commitdiff | tree |
| 2025-03-18 |
Michael Paquier | Optimize check for pending backend IO stats |
commit | commitdiff | tree |
| 2025-03-18 |
Nathan Bossart | Add commit 796bdda484 to .git-blame-ignore-revs. |
commit | commitdiff | tree |
| 2025-03-18 |
Nathan Bossart | Update guidance for running vacuumdb after pg_upgrade. |
commit | commitdiff | tree |
| 2025-03-18 |
Nathan Bossart | vacuumdb: Add option for analyzing only relations missi... |
commit | commitdiff | tree |
| 2025-03-18 |
Nathan Bossart | vacuumdb: Teach vacuum_one_database() to reuse query... |
commit | commitdiff | tree |
| 2025-03-18 |
Tom Lane | Doc: manually break lines in wide UUID examples. |
commit | commitdiff | tree |
| 2025-03-18 |
Andres Freund | smgr: Make SMgrRelation initialization safer against... |
commit | commitdiff | tree |
| 2025-03-18 |
Álvaro Herrera | Introduce squashing of constant lists in query jumbling |
commit | commitdiff | tree |
| 2025-03-18 |
Andres Freund | aio: Add io_method=worker |
commit | commitdiff | tree |
| 2025-03-18 |
Andres Freund | aio: Infrastructure for io_method=worker |
commit | commitdiff | tree |
| 2025-03-18 |
Jeff Davis | Fix headerscheck warning. |
commit | commitdiff | tree |
| 2025-03-18 |
Tom Lane | Silence compiler warning. |
commit | commitdiff | tree |
| 2025-03-18 |
Daniel Gustafsson | Add X25519 to the default set of curves |
commit | commitdiff | tree |
| 2025-03-18 |
Robert Haas | Add some new hooks so extensions can add details to... |
commit | commitdiff | tree |
| 2025-03-18 |
Álvaro Herrera | Simplify reindexdb coding |
commit | commitdiff | tree |
| 2025-03-18 |
Melanie Plageman | Increase default maintenance_io_concurrency to 16 |
commit | commitdiff | tree |
| 2025-03-18 |
Robert Haas | Fix indentation again. |
commit | commitdiff | tree |
| 2025-03-18 |
Robert Haas | Make it possible for loadable modules to add EXPLAIN... |
commit | commitdiff | tree |
| 2025-03-18 |
Peter Eisentraut | Allow non-btree unique indexes for matviews |
commit | commitdiff | tree |
| 2025-03-18 |
Peter Eisentraut | Allow non-btree unique indexes for partition keys |
commit | commitdiff | tree |
| 2025-03-18 |
Peter Eisentraut | Add some opfamily support functions to lsyscache.c |
commit | commitdiff | tree |
| 2025-03-18 |
Amit Kapila | Fix typo. |
commit | commitdiff | tree |
| 2025-03-18 |
Amit Kapila | Use correct variable name in publicationcmds.c. |
commit | commitdiff | tree |
| 2025-03-18 |
Masahiko Sawada | Fix the test 005_char_signedness. |
commit | commitdiff | tree |
| 2025-03-18 |
Michael Paquier | psql: Add \sendpipeline to send query buffers while... |
commit | commitdiff | tree |
| 2025-03-17 |
Andres Freund | aio: Add core asynchronous I/O infrastructure |
commit | commitdiff | tree |
| 2025-03-17 |
Andres Freund | aio: Basic subsystem initialization |
commit | commitdiff | tree |
| 2025-03-17 |
Nathan Bossart | Add commit 203c1b4cc4 to .git-blame-ignore-revs. |
commit | commitdiff | tree |
| 2025-03-17 |
Robert Haas | Fix indentation. |
commit | commitdiff | tree |
| 2025-03-17 |
Nathan Bossart | pg_upgrade: Remove some dead code. |
commit | commitdiff | tree |
| 2025-03-17 |
Andres Freund | tests: Expand temp table tests to some pin related... |
commit | commitdiff | tree |
| 2025-03-17 |
Robert Haas | pg_combinebackup: Add -k, --link option. |
commit | commitdiff | tree |
| 2025-03-17 |
Tom Lane | Unify wording of user-facing "row security" messages. |
commit | commitdiff | tree |
| 2025-03-17 |
Michael Paquier | Fix inconsistent quoting for some options in TAP tests |
commit | commitdiff | tree |
| 2025-03-17 |
Michael Paquier | Apply more consistent style for command options in... |
commit | commitdiff | tree |
| 2025-03-16 |
Michael Paquier | Revert "Add redo LSN to pgstats files" |
commit | commitdiff | tree |
| 2025-03-16 |
Tom Lane | pg_dump, pg_dumpall, pg_restore: Add --no-policies... |
commit | commitdiff | tree |
| 2025-03-16 |
Tom Lane | contrib/isn: Make weak mode a GUC setting, and fix... |
commit | commitdiff | tree |
| 2025-03-16 |
Alexander Korotkov | reindexdb: Fix the index-level REINDEX with multiple... |
commit | commitdiff | tree |
| 2025-03-16 |
Michael Paquier | pg_createsubscriber: Remove some code bloat in the... |
commit | commitdiff | tree |
| 2025-03-16 |
Andres Freund | localbuf: Introduce StartLocalBufferIO() |
commit | commitdiff | tree |
| 2025-03-16 |
Andres Freund | localbuf: Introduce FlushLocalBuffer() |
commit | commitdiff | tree |
| 2025-03-16 |
Andres Freund | localbuf: Introduce TerminateLocalBufferIO() |
commit | commitdiff | tree |
| 2025-03-16 |
Andres Freund | localbuf: Introduce InvalidateLocalBuffer() |
commit | commitdiff | tree |
| 2025-03-16 |
Andres Freund | localbuf: Fix dangerous coding pattern in GetLocalVicti... |
commit | commitdiff | tree |
| 2025-03-15 |
Andrew Dunstan | Silence perl critic |
commit | commitdiff | tree |
| 2025-03-15 |
Jeff Davis | Optimization for lower(), upper(), casefold() functions. |
commit | commitdiff | tree |
| 2025-03-15 |
Melanie Plageman | Remove table AM callback scan_bitmap_next_block |
commit | commitdiff | tree |
| 2025-03-15 |
Melanie Plageman | BitmapHeapScan uses the read stream API |
commit | commitdiff | tree |
| 2025-03-15 |
Melanie Plageman | Separate TBM[Shared|Private]Iterator and TBMIterateResult |
commit | commitdiff | tree |
| 2025-03-15 |
Thomas Munro | Simplify distance heuristics in read_stream.c. |
commit | commitdiff | tree |
| 2025-03-15 |
Thomas Munro | Improve read_stream.c advice for dense streams. |
commit | commitdiff | tree |
| 2025-03-14 |
Álvaro Herrera | doc: Explain more thoroughly when a table rewrite is... |
commit | commitdiff | tree |
| 2025-03-14 |
Tom Lane | Doc: remove obsolete comment. |
commit | commitdiff | tree |
| 2025-03-14 |
Fujii Masao | Add GUC option to log lock acquisition failures. |
commit | commitdiff | tree |
| 2025-03-14 |
Fujii Masao | Optimize iteration over PGPROC for fast-path lock searches. |
commit | commitdiff | tree |
| 2025-03-14 |
Peter Eisentraut | Simplify and generalize PrepareSortSupportFromIndexRel() |
commit | commitdiff | tree |
| 2025-03-14 |
Álvaro Herrera | Remove direct handling of reloptions for toast tables |
commit | commitdiff | tree |
| 2025-03-14 |
Thomas Munro | Respect changing pin limits in read_stream.c. |
commit | commitdiff | tree |
| 2025-03-14 |
Peter Eisentraut | Activate Python "Limited API" in PL/Python |
commit | commitdiff | tree |
| 2025-03-14 |
Peter Eisentraut | Swap order of extern/static and pg_nodiscard |
commit | commitdiff | tree |
| 2025-03-14 |
Thomas Munro | Improve buffer manager API for backend pin limits. |
commit | commitdiff | tree |
| 2025-03-14 |
Amit Kapila | Fix ALTER SUBSCRIPTION ... SET PUBLICATION ... command. |
commit | commitdiff | tree |
| 2025-03-13 |
Tom Lane | Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvec... |
commit | commitdiff | tree |
| 2025-03-13 |
Álvaro Herrera | ATExecSetRelOptions: Reduce scope of 'isnull' variable |
commit | commitdiff | tree |
| 2025-03-13 |
Álvaro Herrera | Make lwlocknames.h generated file less ugly |
commit | commitdiff | tree |
| 2025-03-13 |
Nathan Bossart | Add reverse(bytea). |
commit | commitdiff | tree |
| 2025-03-13 |
Peter Eisentraut | Fix copy-and-paste mistake in error message |
commit | commitdiff | tree |
| 2025-03-13 |
Peter Eisentraut | pg_noreturn to replace pg_attribute_noreturn() |
commit | commitdiff | tree |
| 2025-03-13 |
Richard Guo | Fix incorrect handling of subquery pullup |
commit | commitdiff | tree |
| 2025-03-13 |
Richard Guo | Remove code setting wrap_non_vars to true for UNION... |
commit | commitdiff | tree |
| next |