index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-07-27
Optimize escaping of JSON strings
David Rowley
2024-07-27
Support falling back to non-preferred readline implementation with meson
Heikki Linnakangas
2024-07-27
Support absolute bindir/libdir in regression tests with meson
Heikki Linnakangas
2024-07-27
Fallback to clang in PATH with meson
Heikki Linnakangas
2024-07-27
Fallback to uuid for ossp-uuid with meson
Heikki Linnakangas
2024-07-26
Fix more holes with SLRU code in need of int64 for segment numbers
Michael Paquier
2024-07-26
Introduce num_os_semaphores GUC.
Nathan Bossart
2024-07-26
Wait for WAL summarization to catch up before creating .partial file.
Robert Haas
2024-07-26
postgres_fdw: Fix bug in connection status check.
Fujii Masao
2024-07-26
pg_upgrade: Move live_check variable to user_opts.
Nathan Bossart
2024-07-26
Clarify error message and documentation related to typed tables.
Tom Lane
2024-07-26
Fix indentation.
Robert Haas
2024-07-26
Fix macro placement in pg_config.h.in
Daniel Gustafsson
2024-07-26
Allow WAL summarization to back up when timeline changes.
Robert Haas
2024-07-26
postgres_fdw: Add connection status check to postgres_fdw_get_connections().
Fujii Masao
2024-07-26
postgres_fdw: Add "used_in_xact" column to postgres_fdw_get_connections().
Fujii Masao
2024-07-26
pg_createsubscriber: Message style improvements
Peter Eisentraut
2024-07-26
Add tests for errors during SSL or GSSAPI handshake
Heikki Linnakangas
2024-07-26
Add test for early backend startup errors
Heikki Linnakangas
2024-07-26
Fix using injection points at backend startup in EXEC_BACKEND mode
Heikki Linnakangas
2024-07-26
Fix fallback behavior when server sends an ERROR early at startup
Heikki Linnakangas
2024-07-26
doc: Enhance documentation for postgres_fdw_get_connections() output columns.
Fujii Masao
2024-07-26
Disable all TLS session tickets
Daniel Gustafsson
2024-07-26
SQL/JSON: Remove useless code in ExecInitJsonExpr()
Amit Langote
2024-07-26
SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonb
Amit Langote
2024-07-26
SQL/JSON: Improve error-handling of JsonBehavior expressions
Amit Langote
2024-07-26
SQL/JSON: Fix error-handling of some JsonBehavior expressions
Amit Langote
2024-07-25
Doc: fix misleading syntax synopses for targetlists.
Tom Lane
2024-07-25
Doc: update some HTTP links to point to canonical URLs.
Tom Lane
2024-07-25
Document restrictions regarding incremental backups and standbys.
Robert Haas
2024-07-25
Add argument names to the regexp_XXX functions.
Tom Lane
2024-07-25
pg_createsubscriber: Message improvements
Peter Eisentraut
2024-07-25
pg_upgrade: Remove unused macro
Daniel Gustafsson
2024-07-25
pgcrypto: Remove unused binary from clean target
Daniel Gustafsson
2024-07-25
Remove useless unconstify() call
Peter Eisentraut
2024-07-25
Fix -Wmissing-variable-declarations warnings for float.c special case
Peter Eisentraut
2024-07-25
Add extern declarations for Bison global variables
Peter Eisentraut
2024-07-25
Add path column to pg_backend_memory_contexts view
David Rowley
2024-07-25
ci: Pin MacPorts version to 2.9.3.
Thomas Munro
2024-07-25
doc: Decorate psql page with application markup tags
Michael Paquier
2024-07-24
ci: Upgrade macOS version from 13 to 14.
Thomas Munro
2024-07-24
pg_upgrade: Retrieve subscription count more efficiently.
Nathan Bossart
2024-07-24
Fix a missing article in the documentation
Alvaro Herrera
2024-07-24
pg_stat_statements: Add regression test for privilege handling.
Fujii Masao
2024-07-24
Reset relhassubclass upon attaching table as a partition
Alvaro Herrera
2024-07-24
Doc: Fix the mistakes in the subscription's failover option.
Amit Kapila
2024-07-24
Refactor tidstore.c iterator buffering.
Thomas Munro
2024-07-24
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-07-24
Move all extern declarations for GUC variables to header files
Peter Eisentraut
2024-07-24
Detect integer overflow in array_set_slice().
Nathan Bossart
[next]