2025-04-23 |
Alexander Korotkov | Maintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback() |
commit | commitdiff | tree |
2025-04-23 |
Alexander Korotkov | Properly prepare varinfos in estimate_multivariate_buck... |
commit | commitdiff | tree |
2025-04-23 |
Tom Lane | Change the names generated for child foreign key constr... |
commit | commitdiff | tree |
2025-04-23 |
Daniel Gustafsson | Allocate JsonLexContexts on the heap to avoid warnings |
commit | commitdiff | tree |
2025-04-23 |
Michael Paquier | psql: Rework TAP routine psql_fails_like() to define... |
commit | commitdiff | tree |
2025-04-23 |
Amit Kapila | Fix an oversight in 3f28b2fcac. |
commit | commitdiff | tree |
2025-04-23 |
Michael Paquier | Remove assertion based on pending_since in pgstat_repor... |
commit | commitdiff | tree |
2025-04-22 |
Tom Lane | Re-enable SSL connect_fails tests, and fix related... |
commit | commitdiff | tree |
2025-04-22 |
Tom Lane | Avoid depending on post-UPDATE row order in float4... |
commit | commitdiff | tree |
2025-04-22 |
Tom Lane | gen_node_support.pl: improve error message for unclosed... |
commit | commitdiff | tree |
2025-04-22 |
Michael Paquier | doc: Mention naming convention used by injection points |
commit | commitdiff | tree |
2025-04-22 |
David Rowley | Doc: reword text explaining the --maintenance-db option |
commit | commitdiff | tree |
2025-04-22 |
Michael Paquier | Rename injection point for invalidation messages at... |
commit | commitdiff | tree |
2025-04-21 |
David Rowley | Doc: various fixups |
commit | commitdiff | tree |
2025-04-21 |
David Rowley | Doc: fix incorrect punctuation |
commit | commitdiff | tree |
2025-04-21 |
Jeff Davis | Fix INITCAP() word boundaries for PG_UNICODE_FAST. |
commit | commitdiff | tree |
2025-04-21 |
Tom Lane | Use the same cmd_context throughout a walsender's lifetime. |
commit | commitdiff | tree |
2025-04-21 |
Tom Lane | MemoryContextCreate: assert parent is valid and differe... |
commit | commitdiff | tree |
2025-04-21 |
Fujii Masao | doc: Fix memory context level in pg_log_backend_memory_... |
commit | commitdiff | tree |
2025-04-21 |
David Rowley | Fix a few more duplicate words in comments |
commit | commitdiff | tree |
2025-04-20 |
David Rowley | Fix a few duplicate words in comments |
commit | commitdiff | tree |
2025-04-20 |
Noah Misch | Comment on need to MarkBufferDirty() if omitting DELAY_... |
commit | commitdiff | tree |
2025-04-20 |
Noah Misch | Test restartpoints in archive recovery. |
commit | commitdiff | tree |
2025-04-20 |
Noah Misch | Avoid ERROR at ON COMMIT DELETE ROWS after relhassubcla... |
commit | commitdiff | tree |
2025-04-20 |
David Rowley | Fix issue with ORDER BY / DISTINCT aggregates and FILTER |
commit | commitdiff | tree |
2025-04-19 |
Michael Paquier | psql: Split extended query protocol meta-commands in... |
commit | commitdiff | tree |
2025-04-19 |
Michael Paquier | psql: Improve descriptions of \\flush[request] in ... |
commit | commitdiff | tree |
2025-04-19 |
Michael Paquier | psql: Fix incorrect status code returned by \getresults |
commit | commitdiff | tree |
2025-04-19 |
Tom Lane | Be more wary of corrupt data in pageinspect's heap_page... |
commit | commitdiff | tree |
2025-04-19 |
Michael Paquier | Fix typos and grammar in the code |
commit | commitdiff | tree |
2025-04-19 |
Michael Paquier | Rename injection points used in AIO tests |
commit | commitdiff | tree |
2025-04-18 |
Fujii Masao | Make pg_upgrade log message with control file path... |
commit | commitdiff | tree |
2025-04-18 |
Tatsuo Ishii | Doc: fix missing comma at the end of a line. |
commit | commitdiff | tree |
2025-04-18 |
David Rowley | Fixup various older misuses of appendPQExpBuffer |
commit | commitdiff | tree |
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 |
next |