summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-27Optimize escaping of JSON stringsDavid Rowley
2024-07-27Support falling back to non-preferred readline implementation with mesonHeikki Linnakangas
2024-07-27Support absolute bindir/libdir in regression tests with mesonHeikki Linnakangas
2024-07-27Fallback to clang in PATH with mesonHeikki Linnakangas
2024-07-27Fallback to uuid for ossp-uuid with mesonHeikki Linnakangas
2024-07-26Fix more holes with SLRU code in need of int64 for segment numbersMichael Paquier
2024-07-26Introduce num_os_semaphores GUC.Nathan Bossart
2024-07-26Wait for WAL summarization to catch up before creating .partial file.Robert Haas
2024-07-26postgres_fdw: Fix bug in connection status check.Fujii Masao
2024-07-26pg_upgrade: Move live_check variable to user_opts.Nathan Bossart
2024-07-26Clarify error message and documentation related to typed tables.Tom Lane
2024-07-26Fix indentation.Robert Haas
2024-07-26Fix macro placement in pg_config.h.inDaniel Gustafsson
2024-07-26Allow WAL summarization to back up when timeline changes.Robert Haas
2024-07-26postgres_fdw: Add connection status check to postgres_fdw_get_connections().Fujii Masao
2024-07-26postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections().Fujii Masao
2024-07-26pg_createsubscriber: Message style improvementsPeter Eisentraut
2024-07-26Add tests for errors during SSL or GSSAPI handshakeHeikki Linnakangas
2024-07-26Add test for early backend startup errorsHeikki Linnakangas
2024-07-26Fix using injection points at backend startup in EXEC_BACKEND modeHeikki Linnakangas
2024-07-26Fix fallback behavior when server sends an ERROR early at startupHeikki Linnakangas
2024-07-26doc: Enhance documentation for postgres_fdw_get_connections() output columns.Fujii Masao
2024-07-26Disable all TLS session ticketsDaniel Gustafsson
2024-07-26SQL/JSON: Remove useless code in ExecInitJsonExpr()Amit Langote
2024-07-26SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonbAmit Langote
2024-07-26SQL/JSON: Improve error-handling of JsonBehavior expressionsAmit Langote
2024-07-26SQL/JSON: Fix error-handling of some JsonBehavior expressionsAmit Langote
2024-07-25Doc: fix misleading syntax synopses for targetlists.Tom Lane
2024-07-25Doc: update some HTTP links to point to canonical URLs.Tom Lane
2024-07-25Document restrictions regarding incremental backups and standbys.Robert Haas
2024-07-25Add argument names to the regexp_XXX functions.Tom Lane
2024-07-25pg_createsubscriber: Message improvementsPeter Eisentraut
2024-07-25pg_upgrade: Remove unused macroDaniel Gustafsson
2024-07-25pgcrypto: Remove unused binary from clean targetDaniel Gustafsson
2024-07-25Remove useless unconstify() callPeter Eisentraut
2024-07-25Fix -Wmissing-variable-declarations warnings for float.c special casePeter Eisentraut
2024-07-25Add extern declarations for Bison global variablesPeter Eisentraut
2024-07-25Add path column to pg_backend_memory_contexts viewDavid Rowley
2024-07-25ci: Pin MacPorts version to 2.9.3.Thomas Munro
2024-07-25doc: Decorate psql page with application markup tagsMichael Paquier
2024-07-24ci: Upgrade macOS version from 13 to 14.Thomas Munro
2024-07-24pg_upgrade: Retrieve subscription count more efficiently.Nathan Bossart
2024-07-24Fix a missing article in the documentationAlvaro Herrera
2024-07-24pg_stat_statements: Add regression test for privilege handling.Fujii Masao
2024-07-24Reset relhassubclass upon attaching table as a partitionAlvaro Herrera
2024-07-24Doc: Fix the mistakes in the subscription's failover option.Amit Kapila
2024-07-24Refactor tidstore.c iterator buffering.Thomas Munro
2024-07-24Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila
2024-07-24Move all extern declarations for GUC variables to header filesPeter Eisentraut
2024-07-24Detect integer overflow in array_set_slice().Nathan Bossart