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-23
Move extern declarations for EXEC_BACKEND to header files
Peter Eisentraut
2024-07-23
Fix private struct field name to match the code using it.
Noah Misch
2024-07-23
Use more consistently int64 for page numbers in SLRU-related code
Michael Paquier
2024-07-23
ldapurl is supported with simple bind
Peter Eisentraut
2024-07-23
Get rid of a global variable
Peter Eisentraut
2024-07-23
Improve comments in slru.{c,h} about segment name format
Michael Paquier
2024-07-23
Replace remaining strtok() with strtok_r()
Peter Eisentraut
2024-07-23
Windows replacement for strtok_r()
Peter Eisentraut
2024-07-23
Remove redundant code in create_gather_merge_path
Richard Guo
2024-07-23
Fix rowcount estimate for gather (merge) paths
Richard Guo
2024-07-22
Doc: improve description of plpgsql's FETCH and MOVE commands.
Tom Lane
2024-07-22
Revert "Test that vacuum removes tuples older than OldestXmin"
Melanie Plageman
2024-07-22
Initialize wal_level in the initial checkpoint record.
Robert Haas
2024-07-22
Remove grotty use of disable_cost for TID scan plans.
Robert Haas
2024-07-22
Add missing call to ConditionVariableCancelSleep().
Robert Haas
2024-07-22
Replace some strtok() with strsep()
Peter Eisentraut
2024-07-22
postgres_fdw: Split out the query_cancel test to its own file
Alvaro Herrera
2024-07-22
Add port/ replacement for strsep()
Peter Eisentraut
2024-07-22
Fix unstable test in select_parallel.sql
Richard Guo
2024-07-22
Add new error code for "file name too long"
Michael Paquier
2024-07-20
meson: Add dependency lookups via names used by cmake
Andres Freund
2024-07-20
meson: Add support for detecting ossp-uuid without pkg-config
Andres Freund
2024-07-20
meson: Add support for detecting gss without pkg-config
Andres Freund
2024-07-20
meson: Add missing argument to gssapi.h check
Andres Freund
2024-07-20
Correctly check updatability of columns targeted by INSERT...DEFAULT.
Tom Lane
2024-07-20
Use read streams in CREATE DATABASE when STRATEGY=WAL_LOG.
Noah Misch
2024-07-20
Add a way to create read stream object by using SMgrRelation.
Noah Misch
2024-07-20
Refactor PinBufferForBlock() to remove checks about persistence.
Noah Misch
2024-07-20
Remove "smgr_persistence == 0" dead code.
Noah Misch
2024-07-19
Add overflow checks to money type.
Nathan Bossart
2024-07-19
Test that vacuum removes tuples older than OldestXmin
Melanie Plageman
2024-07-19
Ensure vacuum removes all visibly dead tuples older than OldestXmin
Melanie Plageman
2024-07-19
Move resowner from common JitContext to LLVM specific
Heikki Linnakangas
2024-07-19
Add more test coverage for jsonpath "$.*" with arrays
Michael Paquier
2024-07-19
postgres_fdw: Avoid "cursor can only scan forward" error.
Etsuro Fujita
2024-07-19
Propagate query IDs of utility statements in functions
Michael Paquier
2024-07-18
Improve pg_ctl's message for shutdown after recovery.
Tom Lane
2024-07-18
Doc: improve description of plpgsql's RAISE command.
Tom Lane
2024-07-18
Do not summarize WAL if generated with wal_level=minimal.
Robert Haas
2024-07-18
Add INJECTION_POINT_CACHED() to run injection points directly from cache
Michael Paquier
2024-07-17
Doc: fix minor syntax error in example.
Tom Lane
2024-07-17
Use PqMsg_* macros in more places.
Nathan Bossart
2024-07-17
Avoid error in recovery test if history file is not yet present
Andrew Dunstan
2024-07-17
SQL/JSON: Rethink c2d93c3802b
Amit Langote
2024-07-17
Make write of pgstats file durable at shutdown
Michael Paquier
2024-07-16
When creating materialized views, use REFRESH to load data.
Jeff Davis
2024-07-16
Add a couple of recent commits to .git-blame-ignore-revs.
Nathan Bossart
2024-07-16
Adjust recently added test for pg_signal_autovacuum role
Andrew Dunstan
2024-07-16
SQL/JSON: Fix a paragraph in JSON_TABLE documentation
Amit Langote
2024-07-16
Add tap test for pg_signal_autovacuum role
Michael Paquier
[prev]
[next]