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
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
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
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
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
Add new error code for "file name too long"
Michael Paquier
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
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
Propagate query IDs of utility statements in functions
Michael Paquier
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
Use PqMsg_* macros in more places.
Nathan Bossart
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 tap test for pg_signal_autovacuum role
Michael Paquier
2024-07-15
Fix bad indentation introduced in 43cd30bcd1c
Andres Freund
2024-07-15
Add missing RestrictSearchPath() calls.
Jeff Davis
2024-07-15
Fix type confusion in guc_var_compare()
Andres Freund
2024-07-15
Run LLVM verify pass on IR in assert builds.
Thomas Munro
2024-07-15
Use correct type for pq_mq_parallel_leader_proc_number variable
Heikki Linnakangas
2024-07-15
Use atomics to avoid locking in InjectionPointRun()
Heikki Linnakangas
2024-07-15
Fix tablespace handling in MERGE/SPLIT partition commands.
Fujii Masao
2024-07-15
Check lateral references within PHVs for memoize cache keys
Richard Guo
2024-07-14
Avoid unhelpful internal error for incorrect recursive-WITH queries.
Tom Lane
2024-07-13
Fix new assertion for MERGE view_name ... DO NOTHING.
Noah Misch
2024-07-13
Don't lose partitioned table reltuples=0 after relhassubclass=f.
Noah Misch
2024-07-13
Fix lost Windows socket EOF events.
Thomas Munro
2024-07-12
Fix ALTER TABLE DETACH for inconsistent indexes
Alvaro Herrera
2024-07-12
Add assertion in pgstat_write_statsfile() about processes allowed
Michael Paquier
2024-07-12
Fix a typo in logicalrep_write_typ().
Amit Kapila
2024-07-12
Consider materializing the cheapest inner path in parallel nestloop
Richard Guo
2024-07-12
Improve comment of pgstat_read_statsfile()
Michael Paquier
2024-07-11
Improve logical replication connection-failure messages.
Tom Lane
2024-07-11
Add min and max aggregates for composite types (records).
Tom Lane
2024-07-11
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-11
Add a new 'F' entry type for fixed-numbered stats in pgstats file
Michael Paquier
2024-07-11
Add PgStat_KindInfo.init_shmem_cb
Michael Paquier
2024-07-10
Improve the numeric width_bucket() computation.
Dean Rasheed
2024-07-10
Extend pg_get_acl() to handle sub-object IDs
Michael Paquier
[next]