| 2025-04-17 |
David Rowley | Make levels 1-based in pg_log_backend_memory_contexts() |
commit | commitdiff | tree |
| 2025-04-17 |
Tom Lane | Suppress "may be used uninitialized" warnings from... |
commit | commitdiff | tree |
| 2025-04-17 |
Tom Lane | Portability fix: isdigit() must be passed an unsigned... |
commit | commitdiff | tree |
| 2025-04-17 |
Tom Lane | Cache typlens of a SQL function's input arguments. |
commit | commitdiff | tree |
| 2025-04-17 |
Tom Lane | Make SQLFunctionCache long-lived again. |
commit | commitdiff | tree |
| 2025-04-17 |
Tom Lane | Split some storage out to separate subcontexts of fcontext. |
commit | commitdiff | tree |
| 2025-04-17 |
Tom Lane | Make functions.c mostly run in a short-lived memory... |
commit | commitdiff | tree |
| 2025-04-17 |
Tom Lane | Minor performance improvement for SQL-language functions. |
commit | commitdiff | tree |
| 2025-04-17 |
Noah Misch | Assert lack of hazardous buffer locks before possible... |
commit | commitdiff | tree |
| 2025-04-17 |
Daniel Gustafsson | pg_dump: Set private_date pointer to NULL in callback |
commit | commitdiff | tree |
| 2025-04-17 |
Fujii Masao | pg_dump: Fix incorrect archive format shown in error... |
commit | commitdiff | tree |
| 2025-04-16 |
Jeff Davis | Another unintentional behavior change in commit e9931bfb75. |
commit | commitdiff | tree |
| 2025-04-16 |
Jeff Davis | Improve comment in regc_pg_locale.c. |
commit | commitdiff | tree |
| 2025-04-16 |
David Rowley | Fixup various new-to-v18 usages of appendPQExpBuffer |
commit | commitdiff | tree |
| 2025-04-16 |
David Rowley | Improve comments for estimate_multivariate_ndistinct() |
commit | commitdiff | tree |
| 2025-04-16 |
Tom Lane | Sync declarations and definitions of two new tablecmds... |
commit | commitdiff | tree |
| 2025-04-16 |
Álvaro Herrera | Elide not-null constraint checks on child tables during... |
commit | commitdiff | tree |
| 2025-04-16 |
Daniel Gustafsson | Update pg_config.h.in with libnuma changes |
commit | commitdiff | tree |
| 2025-04-16 |
Tom Lane | Fix pg_dump --clean with partitioned indexes. |
commit | commitdiff | tree |
| 2025-04-16 |
Andrew Dunstan | pg_restore cleanups |
commit | commitdiff | tree |
| 2025-04-16 |
Richard Guo | Fix an incorrect check in get_memoize_path |
commit | commitdiff | tree |
| 2025-04-15 |
Daniel Gustafsson | doc: Fix typos in documentation |
commit | commitdiff | tree |
| 2025-04-15 |
Tom Lane | Fix failure for generated column with a not-null domain... |
commit | commitdiff | tree |
| 2025-04-15 |
Fujii Masao | doc: Fix missing whitespace in pg_restore documentation. |
commit | commitdiff | tree |
| 2025-04-15 |
Daniel Gustafsson | pg_combinebackup: Fix incorrect code documentation |
commit | commitdiff | tree |
| 2025-04-14 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
| 2025-04-14 |
Peter Eisentraut | Add more source files to pg_verifybackup/nls.mk |
commit | commitdiff | tree |
| 2025-04-13 |
David Rowley | Doc: use "an SQL" consistently rather than "a SQL" |
commit | commitdiff | tree |
| 2025-04-13 |
Daniel Gustafsson | Mark sslkeylogfile as Debug option |
commit | commitdiff | tree |
| 2025-04-13 |
Andrew Dunstan | Make AIO error test more portable |
commit | commitdiff | tree |
| 2025-04-12 |
Andrew Dunstan | Free memory properly in pg_restore.c |
commit | commitdiff | tree |
| 2025-04-12 |
Tom Lane | Doc: do a little copy-editing on Index Storage Paramete... |
commit | commitdiff | tree |
| 2025-04-12 |
Tom Lane | Fix GIN's shimTriConsistentFn to not corrupt its input. |
commit | commitdiff | tree |
| 2025-04-12 |
Peter Geoghegan | Harmonize function parameter names for Postgres 18. |
commit | commitdiff | tree |
| 2025-04-12 |
Michael Paquier | Fix instability with WAL fsync test in stats.sql |
commit | commitdiff | tree |
| 2025-04-11 |
Daniel Gustafsson | Fix recently introduced typos |
commit | commitdiff | tree |
| 2025-04-11 |
Nathan Bossart | Add missing space in pg_restore documentation. |
commit | commitdiff | tree |
| 2025-04-11 |
Peter Eisentraut | Add missing source file to pg_verifybackup/nls.mk |
commit | commitdiff | tree |
| 2025-04-11 |
Peter Eisentraut | Add missing source file to pg_dump/nls.mk |
commit | commitdiff | tree |
| 2025-04-11 |
Peter Eisentraut | Add missing source file to pg_upgrade/nls.mk |
commit | commitdiff | tree |
| 2025-04-11 |
Peter Eisentraut | Add missing PGDLLIMPORT markings |
commit | commitdiff | tree |
| 2025-04-11 |
Michael Paquier | Fix race with synchronous_standby_names at startup |
commit | commitdiff | tree |
| 2025-04-10 |
David Rowley | Add code comment explaining ins_since_vacuum and aborte... |
commit | commitdiff | tree |
| 2025-04-10 |
Andrew Dunstan | Fix fat fingering in 22cb6d28950 |
commit | commitdiff | tree |
| 2025-04-10 |
David Rowley | Improve various new-to-v18 appendStringInfo calls |
commit | commitdiff | tree |
| 2025-04-10 |
Daniel Gustafsson | Rename global variable backing DSA area |
commit | commitdiff | tree |
| 2025-04-10 |
Andrew Dunstan | Fix memory leak in pg_restore.c |
commit | commitdiff | tree |
| 2025-04-10 |
Tom Lane | Doc: remove long-obsolete advice about generated constr... |
commit | commitdiff | tree |
| 2025-04-10 |
Tom Lane | Remove useless check for negative result of ip_addrsize(). |
commit | commitdiff | tree |
| 2025-04-10 |
Andrew Dunstan | Further cleanup for directory creation on pg_dump/pg_du... |
commit | commitdiff | tree |
| 2025-04-10 |
Amit Kapila | Fix data loss in logical replication. |
commit | commitdiff | tree |
| 2025-04-10 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
| 2025-04-10 |
David Rowley | Update wording in optimizer/README for EquivalenceClasses |
commit | commitdiff | tree |
| 2025-04-10 |
Amit Kapila | Cosmetic fixes for pg_createsubscriber's -all option. |
commit | commitdiff | tree |
| 2025-04-09 |
Tomas Vondra | ci: Check for missing dependencies in meson builds |
commit | commitdiff | tree |
| 2025-04-09 |
Tomas Vondra | Cleanup of pg_numa.c |
commit | commitdiff | tree |
| 2025-04-09 |
Nathan Bossart | pg_upgrade: Mention that we preserve database OIDs... |
commit | commitdiff | tree |
| 2025-04-09 |
Tom Lane | Fix performance issue in deadlock-parallel isolation... |
commit | commitdiff | tree |
| 2025-04-09 |
Noah Misch | Fix test races between syscache-update-pruned.spec... |
commit | commitdiff | tree |
| 2025-04-09 |
Peter Eisentraut | Update config.guess and config.sub |
commit | commitdiff | tree |
| 2025-04-09 |
Heikki Linnakangas | Fix a few oversights in the longer cancel keys patch |
commit | commitdiff | tree |
| 2025-04-09 |
Daniel Gustafsson | Perform missed catversion bump |
commit | commitdiff | tree |
| 2025-04-09 |
Tom Lane | Doc: note that two examples in optimizer/README are... |
commit | commitdiff | tree |
| 2025-04-09 |
Tom Lane | Adjust AdjustUpgrade.pm for commit b1720fe63. |
commit | commitdiff | tree |
| 2025-04-08 |
Tom Lane | Move contrib/spi testing from core regression tests... |
commit | commitdiff | tree |
| 2025-04-08 |
Daniel Gustafsson | Rename argument in pg_get_process_memory_contexts(). |
commit | commitdiff | tree |
| 2025-04-08 |
Peter Eisentraut | Fix incorrect format placeholder |
commit | commitdiff | tree |
| 2025-04-08 |
Nathan Bossart | Prevent 006_transfer_modes.pl from leaving files behind. |
commit | commitdiff | tree |
| 2025-04-08 |
Daniel Gustafsson | ci: Add MBUILD_TARGET for NetBSD and OpenBSD |
commit | commitdiff | tree |
| 2025-04-08 |
Tomas Vondra | pg_buffercache: Change page_num type to bigint |
commit | commitdiff | tree |
| 2025-04-08 |
Tomas Vondra | doc: Correct pg_shmem_allocations_numa.size data type |
commit | commitdiff | tree |
| 2025-04-08 |
Amit Kapila | Fix uninitialized index information access during apply. |
commit | commitdiff | tree |
| 2025-04-08 |
Thomas Munro | Fix typo in docs. |
commit | commitdiff | tree |
| 2025-04-08 |
Thomas Munro | Introduce file_copy_method setting. |
commit | commitdiff | tree |
| 2025-04-08 |
Daniel Gustafsson | Add function to get memory context stats for processes |
commit | commitdiff | tree |
| 2025-04-08 |
Andres Freund | Increase BAS_BULKREAD based on effective_io_concurrency |
commit | commitdiff | tree |
| 2025-04-08 |
Andres Freund | Add pg_buffercache_evict_{relation,all} functions |
commit | commitdiff | tree |
| 2025-04-08 |
David Rowley | Speedup child EquivalenceMember lookup in planner |
commit | commitdiff | tree |
| 2025-04-08 |
Amit Kapila | Stabilize 035_standby_logical_decoding.pl. |
commit | commitdiff | tree |
| 2025-04-08 |
Bruce Momjian | Fix PG 17 [NOT] NULL optimization bug for domains |
commit | commitdiff | tree |
| 2025-04-07 |
Michael Paquier | Flush the IO statistics of active WAL senders more... |
commit | commitdiff | tree |
| 2025-04-07 |
Tomas Vondra | Add pg_buffercache_numa view with NUMA node info |
commit | commitdiff | tree |
| 2025-04-07 |
Tomas Vondra | Introduce pg_shmem_allocations_numa view |
commit | commitdiff | tree |
| 2025-04-07 |
Tomas Vondra | Add support for basic NUMA awareness |
commit | commitdiff | tree |
| 2025-04-07 |
Álvaro Herrera | Use specific collation where needed in new test |
commit | commitdiff | tree |
| 2025-04-07 |
Tom Lane | Fix some issues in contrib/spi/refint.c. |
commit | commitdiff | tree |
| 2025-04-07 |
Andres Freund | aio: Make AIO more compatible with valgrind |
commit | commitdiff | tree |
| 2025-04-07 |
Andres Freund | localbuf: Add Valgrind buffer access instrumentation |
commit | commitdiff | tree |
| 2025-04-07 |
Masahiko Sawada | doc: Fix a typo in pg_recvlogical documentation. |
commit | commitdiff | tree |
| 2025-04-07 |
Tom Lane | Follow-up fixes for SHA-2 patch (commit 749a9e20c). |
commit | commitdiff | tree |
| 2025-04-07 |
Tom Lane | Fix erroneous construction of functions' dependencies... |
commit | commitdiff | tree |
| 2025-04-07 |
Álvaro Herrera | Allow NOT NULL constraints to be added as NOT VALID |
commit | commitdiff | tree |
| 2025-04-07 |
Andrew Dunstan | Clean up error messages from 1495eff7bdb |
commit | commitdiff | tree |
| 2025-04-07 |
Tom Lane | Add local-address escape "%L" to log_line_prefix. |
commit | commitdiff | tree |
| 2025-04-07 |
Andrew Dunstan | Revert "Use workaround of __builtin_setjmp only on... |
commit | commitdiff | tree |
| 2025-04-07 |
Andres Freund | read_stream: Fix overflow hazard with large shared... |
commit | commitdiff | tree |
| 2025-04-07 |
Alexander Korotkov | Remove GUC_NOT_IN_SAMPLE from enable_self_join_elimination |
commit | commitdiff | tree |
| 2025-04-07 |
Daniel Gustafsson | psql: Clarify help message for WATCH_INTERVAL |
commit | commitdiff | tree |
| 2025-04-07 |
Michael Paquier | Fix grammar in log message of pg_restore.c |
commit | commitdiff | tree |
| 2025-04-07 |
Michael Paquier | libpq: Fix some issues in TAP tests for service files |
commit | commitdiff | tree |
| next |