| 2025-04-30 |
David Rowley | Add 918e7287e to .git-blame-ignore-revs |
commit | commitdiff | tree |
| 2025-04-30 |
David Rowley | Fix broken indentation |
commit | commitdiff | tree |
| 2025-04-30 |
David Rowley | Fix a couple of comment typos |
commit | commitdiff | tree |
| 2025-04-29 |
Tom Lane | Give up on running with NetBSD/OpenBSD's default semaph... |
commit | commitdiff | tree |
| 2025-04-29 |
Jacob Champion | oauth: Classify oauth_client_secret as a password |
commit | commitdiff | tree |
| 2025-04-29 |
Jacob Champion | oauth: Disallow OAuth connections via postgres_fdw... |
commit | commitdiff | tree |
| 2025-04-29 |
Jacob Champion | Bump the minimum supported Python version to 3.6.8 |
commit | commitdiff | tree |
| 2025-04-29 |
Peter Eisentraut | Fix whitespace typo in string |
commit | commitdiff | tree |
| 2025-04-29 |
Nathan Bossart | initdb: Do not report default autovacuum_worker_slots. |
commit | commitdiff | tree |
| 2025-04-29 |
Bruce Momjian | doc: adjust max_files_per_process again |
commit | commitdiff | tree |
| 2025-04-29 |
Bruce Momjian | doc: clarify new behavior of max_files_per_process |
commit | commitdiff | tree |
| 2025-04-29 |
Peter Eisentraut | doc: Small example improvement |
commit | commitdiff | tree |
| 2025-04-29 |
Alexander Korotkov | Fixes for ChangeVarNodes_walker() |
commit | commitdiff | tree |
| 2025-04-29 |
Peter Eisentraut | pg_restore: Improve --help synopsis |
commit | commitdiff | tree |
| 2025-04-29 |
Peter Eisentraut | pg_restore: Put new option in consistent order in ... |
commit | commitdiff | tree |
| 2025-04-29 |
Amit Kapila | Fix assertion failure during decoding from synced slots. |
commit | commitdiff | tree |
| 2025-04-29 |
Peter Eisentraut | pg_verifybackup: Message style improvements |
commit | commitdiff | tree |
| 2025-04-29 |
Peter Eisentraut | test_slru: Fix incorrect format placeholders |
commit | commitdiff | tree |
| 2025-04-29 |
Amit Kapila | Doc: Specify the interaction of publish_generated_colum... |
commit | commitdiff | tree |
| 2025-04-28 |
Melanie Plageman | Add maintenance_io_concurrency flag to some read stream... |
commit | commitdiff | tree |
| 2025-04-28 |
Peter Geoghegan | Fix obsolete nbtree array advancement comment. |
commit | commitdiff | tree |
| 2025-04-28 |
Peter Geoghegan | Make NULL tuple values always advance skip arrays. |
commit | commitdiff | tree |
| 2025-04-28 |
Γlvaro Herrera | Fix pg_dump for inherited validated not-null constraints |
commit | commitdiff | tree |
| 2025-04-28 |
Peter Eisentraut | pg_combinebackup: Message style improvements |
commit | commitdiff | tree |
| 2025-04-28 |
Alexander Korotkov | Restore comments in ChangeVarNodesExtended() |
commit | commitdiff | tree |
| 2025-04-28 |
Amit Kapila | Fix xmin advancement during fast_forward decoding. |
commit | commitdiff | tree |
| 2025-04-28 |
Michael Paquier | Remove circular #include's between wait_event.h and... |
commit | commitdiff | tree |
| 2025-04-27 |
Alexander Korotkov | Disallow removing placeholders during Self-Join Elimina... |
commit | commitdiff | tree |
| 2025-04-27 |
Tom Lane | Remove inappropriate inclusions of c.h and postgres_fe.h. |
commit | commitdiff | tree |
| 2025-04-27 |
Tom Lane | Don't use double-quotes in #include's of system headers... |
commit | commitdiff | tree |
| 2025-04-27 |
Tom Lane | Remove circular #include's between plpython.h and plpy_... |
commit | commitdiff | tree |
| 2025-04-27 |
Tom Lane | Don't use double-quotes in #include's of system headers. |
commit | commitdiff | tree |
| 2025-04-26 |
David Rowley | Eliminate divide in new fast-path locking code |
commit | commitdiff | tree |
| 2025-04-26 |
John Naylor | Match parameter in new function to earlier equivalents |
commit | commitdiff | tree |
| 2025-04-26 |
Bruce Momjian | doc: improve wording of vacuum_max_eager_freeze_failur... |
commit | commitdiff | tree |
| 2025-04-25 |
Andres Freund | aio: Improve debug logging around waiting for IOs |
commit | commitdiff | tree |
| 2025-04-25 |
Andres Freund | Fix bug allowing io_combine_limit > io_max_combine_comb... |
commit | commitdiff | tree |
| 2025-04-25 |
Andres Freund | aio: Fix crash potential for pg_aios views due to late... |
commit | commitdiff | tree |
| 2025-04-25 |
Peter Eisentraut | Fix incorrect format placeholders |
commit | commitdiff | tree |
| 2025-04-25 |
Peter Eisentraut | Fix terminology in comment and message |
commit | commitdiff | tree |
| 2025-04-25 |
Peter Eisentraut | Small code consistency improvement |
commit | commitdiff | tree |
| 2025-04-25 |
Amit Kapila | Fix typo in test file name added in commit 4909b38af0. |
commit | commitdiff | tree |
| 2025-04-25 |
Fujii Masao | doc: remove unnecessary secondary index terms for repli... |
commit | commitdiff | tree |
| 2025-04-25 |
Bruce Momjian | doc: simplify new EXPLAIN ANALYZE BUFFERS description |
commit | commitdiff | tree |
| 2025-04-24 |
Michael Paquier | psql: Fix assertion failures with pipeline mode |
commit | commitdiff | tree |
| 2025-04-24 |
Michael Paquier | Add sanity check for dshash entries when reading pgstat... |
commit | commitdiff | tree |
| 2025-04-23 |
Tom Lane | Avoid possibly-theoretical OOM crash hazard in hash_cre... |
commit | commitdiff | tree |
| 2025-04-23 |
Jacob Champion | oauth: Support Python 3.6 in tests |
commit | commitdiff | tree |
| 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 |
| next |