| 2025-11-25 |
Amit Kapila | Add slotsync skip statistics. |
commit | commitdiff | tree |
| 2025-11-25 |
Peter Eisentraut | Remove obsolete comment |
commit | commitdiff | tree |
| 2025-11-25 |
Michael Paquier | Rename routines for write/read of pgstats file |
commit | commitdiff | tree |
| 2025-11-24 |
Andres Freund | lwlock: Fix, currently harmless, bug in LWLockWakeup() |
commit | commitdiff | tree |
| 2025-11-24 |
Jeff Davis | Avoid global LC_CTYPE dependency in pg_locale_libc.c. |
commit | commitdiff | tree |
| 2025-11-24 |
Tom Lane | Improve detection of implicitly-temporary views. |
commit | commitdiff | tree |
| 2025-11-24 |
Jacob Champion | Reorganize pqcomm.h a bit |
commit | commitdiff | tree |
| 2025-11-24 |
Jacob Champion | postgres: Use pg_{add,mul}_size_overflow() |
commit | commitdiff | tree |
| 2025-11-24 |
Jacob Champion | Add pg_add_size_overflow() and friends |
commit | commitdiff | tree |
| 2025-11-24 |
Jacob Champion | Make some use of anonymous unions [libpq-oauth] |
commit | commitdiff | tree |
| 2025-11-24 |
Álvaro Herrera | Fix infer_arbiter_index during concurrent index operations |
commit | commitdiff | tree |
| 2025-11-24 |
Michael Paquier | Move isolation test index-killtuples to src/test/module... |
commit | commitdiff | tree |
| 2025-11-24 |
Peter Eisentraut | C11 alignas instead of unions -- extended alignments |
commit | commitdiff | tree |
| 2025-11-24 |
Michael Paquier | pg_buffercache: Add pg_buffercache_os_pages |
commit | commitdiff | tree |
| 2025-11-24 |
David Rowley | Fix incorrect IndexOptInfo header comment |
commit | commitdiff | tree |
| 2025-11-23 |
Tom Lane | Issue a NOTICE if a created function depends on any... |
commit | commitdiff | tree |
| 2025-11-23 |
Fujii Masao | psql: Improve tab-completion for PREPARE. |
commit | commitdiff | tree |
| 2025-11-23 |
Michael Paquier | pg_buffercache: Remove unused fields from BufferCacheNu... |
commit | commitdiff | tree |
| 2025-11-23 |
Tom Lane | Add SupportRequestInlineInFrom planner support request. |
commit | commitdiff | tree |
| 2025-11-22 |
Bruce Momjian | tools: remove src/tools/codelines |
commit | commitdiff | tree |
| 2025-11-22 |
Peter Eisentraut | Add range_minus_multi and multirange_minus_multi functions |
commit | commitdiff | tree |
| 2025-11-22 |
Thomas Munro | jit: Adjust AArch64-only code for LLVM 21. |
commit | commitdiff | tree |
| 2025-11-21 |
Andrew Dunstan | Add 'make check-tests' behavior to the meson based... |
commit | commitdiff | tree |
| 2025-11-21 |
Peter Eisentraut | Fix typo in documentation about application time |
commit | commitdiff | tree |
| 2025-11-21 |
Peter Eisentraut | Remove useless casts to (void *) |
commit | commitdiff | tree |
| 2025-11-21 |
Heikki Linnakangas | Use strtoi64() in pgbench, replacing its open-coded... |
commit | commitdiff | tree |
| 2025-11-21 |
Peter Eisentraut | Update timezone to C99 |
commit | commitdiff | tree |
| 2025-11-21 |
Peter Eisentraut | C11 alignas instead of unions |
commit | commitdiff | tree |
| 2025-11-20 |
Masahiko Sawada | Use "COPY table TO" for partitioned tables in initial... |
commit | commitdiff | tree |
| 2025-11-20 |
Melanie Plageman | Split PruneFreezeParams initializers to one field per... |
commit | commitdiff | tree |
| 2025-11-20 |
Bruce Momjian | tools: update tools/codelines to use "git ls-files" |
commit | commitdiff | tree |
| 2025-11-20 |
Melanie Plageman | Update PruneState.all_[visible|frozen] earlier in pruning |
commit | commitdiff | tree |
| 2025-11-20 |
Melanie Plageman | Keep all_frozen updated in heap_page_prune_and_freeze |
commit | commitdiff | tree |
| 2025-11-20 |
Melanie Plageman | Refactor heap_page_prune_and_freeze() parameters into... |
commit | commitdiff | tree |
| 2025-11-20 |
Daniel Gustafsson | doc: Assorted documentation improvements |
commit | commitdiff | tree |
| 2025-11-20 |
Daniel Gustafsson | doc: Document how to run a subset of regress tests |
commit | commitdiff | tree |
| 2025-11-20 |
Tomas Vondra | Handle EPERM in pg_numa_init |
commit | commitdiff | tree |
| 2025-11-20 |
Peter Eisentraut | Remove obsolete cast |
commit | commitdiff | tree |
| 2025-11-20 |
Fujii Masao | doc: Update pg_upgrade documentation to match recent... |
commit | commitdiff | tree |
| 2025-11-20 |
Fujii Masao | Add HINT listing valid encodings to encode() and decode... |
commit | commitdiff | tree |
| 2025-11-19 |
Thomas Munro | Drop support for MSVCRT's float formatting quirk. |
commit | commitdiff | tree |
| 2025-11-19 |
Thomas Munro | Drop support for MSVCRT's %I64 format strings. |
commit | commitdiff | tree |
| 2025-11-19 |
Tom Lane | Speed up eqjoinsel() with lots of MCV entries. |
commit | commitdiff | tree |
| 2025-11-19 |
Heikki Linnakangas | Print new OldestXID value in pg_resetwal when it's... |
commit | commitdiff | tree |
| 2025-11-19 |
Nathan Bossart | doc: Update formula for vacuum insert threshold. |
commit | commitdiff | tree |
| 2025-11-19 |
Peter Eisentraut | Fix indentation |
commit | commitdiff | tree |
| 2025-11-19 |
Peter Eisentraut | Fix NLS for incorrect GUC enum value hint message |
commit | commitdiff | tree |
| 2025-11-19 |
Peter Eisentraut | Add <stdalign.h> to c.h |
commit | commitdiff | tree |
| 2025-11-19 |
Richard Guo | Fix typo in nodeHash.c |
commit | commitdiff | tree |
| 2025-11-18 |
Tom Lane | Fix pg_popcount_aarch64.c to build with ancient glibc... |
commit | commitdiff | tree |
| 2025-11-18 |
Álvaro Herrera | Fix typo |
commit | commitdiff | tree |
| 2025-11-18 |
Tom Lane | Don't allow CTEs to determine semantic levels of aggreg... |
commit | commitdiff | tree |
| 2025-11-18 |
Nathan Bossart | Add commit f63ae72bbc to .git-blame-ignore-revs. |
commit | commitdiff | tree |
| 2025-11-18 |
Nathan Bossart | Check for tabs in postgresql.conf.sample. |
commit | commitdiff | tree |
| 2025-11-18 |
Nathan Bossart | Switch from tabs to spaces in postgresql.conf.sample. |
commit | commitdiff | tree |
| 2025-11-18 |
Nathan Bossart | Update .editorconfig and .gitattributes for postgresql... |
commit | commitdiff | tree |
| 2025-11-18 |
Álvaro Herrera | Log a note at program start when running in dry-run... |
commit | commitdiff | tree |
| 2025-11-18 |
Alexander Korotkov | Optimize shared memory usage for WaitLSNProcInfo |
commit | commitdiff | tree |
| 2025-11-18 |
Michael Paquier | pg_buffercache: Fix incorrect result cast for relforknumber |
commit | commitdiff | tree |
| 2025-11-18 |
Michael Paquier | doc: Fix style of description for pg_buffercache_numa... |
commit | commitdiff | tree |
| 2025-11-18 |
Amit Kapila | Rename two columns in pg_stat_subscription_stats. |
commit | commitdiff | tree |
| 2025-11-18 |
Amit Kapila | Doc: Use <structfield> markup for sequence fields. |
commit | commitdiff | tree |
| 2025-11-17 |
Bruce Momjian | doc: clarify that pg_upgrade preserves "optimizer... |
commit | commitdiff | tree |
| 2025-11-17 |
Masahiko Sawada | Use streaming read I/O in BRIN vacuum scan. |
commit | commitdiff | tree |
| 2025-11-17 |
Tom Lane | Fix pg_crc32c_armv8_choose.c to build with ancient... |
commit | commitdiff | tree |
| 2025-11-17 |
Tom Lane | Clean up match_orclause_to_indexcol(). |
commit | commitdiff | tree |
| 2025-11-17 |
Fujii Masao | doc: Document default values for some pg_recvlogical... |
commit | commitdiff | tree |
| 2025-11-17 |
Daniel Gustafsson | Fix typos in logical replication code comments |
commit | commitdiff | tree |
| 2025-11-17 |
Daniel Gustafsson | Mention md5 deprecation in postgresql.conf.sample |
commit | commitdiff | tree |
| 2025-11-17 |
Michael Paquier | Rework output format of pg_dependencies |
commit | commitdiff | tree |
| 2025-11-17 |
Michael Paquier | Rework output format of pg_ndistinct |
commit | commitdiff | tree |
| 2025-11-16 |
Thomas Munro | Define PS_USE_CLOBBER_ARGV on GNU/Hurd. |
commit | commitdiff | tree |
| 2025-11-16 |
David Rowley | Adjust MemSet macro to use size_t rather than long |
commit | commitdiff | tree |
| 2025-11-16 |
David Rowley | Get rid of long datatype in CATCACHE_STATS enabled... |
commit | commitdiff | tree |
| 2025-11-16 |
Michael Paquier | Add test for temporary file removal and WITH HOLD cursor |
commit | commitdiff | tree |
| 2025-11-16 |
Dean Rasheed | Fix Assert failure in EXPLAIN ANALYZE MERGE with a... |
commit | commitdiff | tree |
| 2025-11-16 |
David Rowley | Doc: include MERGE in variable substitution command... |
commit | commitdiff | tree |
| 2025-11-15 |
Alexander Korotkov | Fix incorrect function name in comments |
commit | commitdiff | tree |
| 2025-11-15 |
Alexander Korotkov | Fix WaitLSNWakeup() fast-path check for InvalidXLogRecPtr |
commit | commitdiff | tree |
| 2025-11-14 |
Daniel Gustafsson | Add test for postgresql.conf.sample line syntax |
commit | commitdiff | tree |
| 2025-11-14 |
Nathan Bossart | Comment out autovacuum_worker_slots in postgresql.conf... |
commit | commitdiff | tree |
| 2025-11-14 |
Nathan Bossart | Add note about CreateStatistics()'s selective use of... |
commit | commitdiff | tree |
| 2025-11-14 |
Bruce Momjian | doc: clarify that logical slots track transaction... |
commit | commitdiff | tree |
| 2025-11-14 |
Bruce Momjian | doc: double-quote use of %f, %p, and %r in literal... |
commit | commitdiff | tree |
| 2025-11-14 |
Bruce Momjian | doc: remove verbiage about "receiving" data from rep... |
commit | commitdiff | tree |
| 2025-11-14 |
Fujii Masao | pgbench: Fix assertion failure with multiple \syncpipel... |
commit | commitdiff | tree |
| 2025-11-14 |
Álvaro Herrera | Doc: add IDs to copy.sgml's <varlistentry> and <refsect1> |
commit | commitdiff | tree |
| 2025-11-14 |
Michael Paquier | Revert "Drop unnamed portal immediately after execution... |
commit | commitdiff | tree |
| 2025-11-14 |
Bruce Momjian | doc: adjust "Replication Slot" to mention physical... |
commit | commitdiff | tree |
| 2025-11-14 |
Bruce Momjian | doc: clarify "logical" replication slots |
commit | commitdiff | tree |
| 2025-11-14 |
Bruce Momjian | doc: clarify "physical" replication slot creation on... |
commit | commitdiff | tree |
| 2025-11-13 |
Bruce Momjian | doc: reorder logical replication benefits in a logical... |
commit | commitdiff | tree |
| 2025-11-13 |
Daniel Gustafsson | Document that pg_getaddrinfo_all does not accept null... |
commit | commitdiff | tree |
| 2025-11-13 |
Dean Rasheed | doc: Improve description of RLS policies applied by... |
commit | commitdiff | tree |
| 2025-11-13 |
Thomas Munro | Add some missing #include <limits.h>. |
commit | commitdiff | tree |
| 2025-11-13 |
Michael Paquier | Add commit c2b0e3a0351e to .git-blame-ignore-revs. |
commit | commitdiff | tree |
| 2025-11-13 |
Michael Paquier | Fix indentation issue |
commit | commitdiff | tree |
| 2025-11-13 |
Michael Paquier | Replace off_t by pgoff_t in I/O routines |
commit | commitdiff | tree |
| 2025-11-12 |
Fujii Masao | Fix incorrect assignment of InvalidXLogRecPtr to a... |
commit | commitdiff | tree |
| 2025-11-12 |
Nathan Bossart | Remove obsolete autovacuum comment. |
commit | commitdiff | tree |
| next |