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-06-26
Fix bugs in MultiXact truncation
Heikki Linnakangas
2024-06-26
Fix nbtree array unsatisfied inequality check.
Peter Geoghegan
2024-06-26
Fix partition pruning setup during DETACH CONCURRENTLY
Alvaro Herrera
2024-06-25
Improve comment in gram.y.
Tom Lane
2024-06-24
Revert "Fix partition pruning setup during DETACH CONCURRENTLY"
Alvaro Herrera
2024-06-24
Fix partition pruning setup during DETACH CONCURRENTLY
Alvaro Herrera
2024-06-24
Translation updates
Peter Eisentraut
2024-06-21
Fix relcache invalidation when relfilelocator is updated
Heikki Linnakangas
2024-06-21
Fix make build on MinGW
Peter Eisentraut
2024-06-21
parse_manifest: Use const char *
Peter Eisentraut
2024-06-21
jsonapi: Use const char *
Peter Eisentraut
2024-06-20
Don't throw an error if a queued AFTER trigger no longer exists.
Tom Lane
2024-06-20
Unify some error messages
Peter Eisentraut
2024-06-20
meson: Fix import library name in Windows
Peter Eisentraut
2024-06-19
SQL/JSON: Correctly enforce the default ON EMPTY behavior
Amit Langote
2024-06-19
SQL/JSON: Correct jsonpath variable name matching
Amit Langote
2024-06-18
Fix possible Assert failure in cost_memoize_rescan
David Rowley
2024-06-18
Fix incorrect punctuation in error message
Peter Eisentraut
2024-06-17
Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.
Tom Lane
2024-06-17
Remove recordExtensionInitPriv[Worker]'s ownerId argument.
Tom Lane
2024-06-17
Improve tracking of role dependencies of pg_init_privs entries.
Tom Lane
2024-06-17
Teach jsonpath string() to unwrap in lax mode
Andrew Dunstan
2024-06-16
Convert confusing macros in multixact.c to static inline functions
Heikki Linnakangas
2024-06-14
Clean out column-level pg_init_privs entries when dropping tables.
Tom Lane
2024-06-14
Reintroduce dead tuple counter in pg_stat_progress_vacuum.
Masahiko Sawada
2024-06-14
Fix parsing of ignored operators in websearch_to_tsquery().
Tom Lane
2024-06-13
Clamp result of MultiXactMemberFreezeThreshold
Heikki Linnakangas
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-06-11
Fix infer_arbiter_indexes() to not assume resultRelation is 1.
Tom Lane
2024-06-11
Fix creation of partition descriptor during concurrent detach
Alvaro Herrera
2024-06-11
Fix an assert in CheckPointReplicationSlots().
Amit Kapila
2024-06-10
Fix comment about cross-checking the varnullingrels
Richard Guo
2024-06-10
Fix RBM_ZERO_AND_LOCK.
Thomas Munro
2024-06-07
Reject modifying a temp table of another session with ALTER TABLE.
Tom Lane
2024-06-07
Fix behavior of stable functions called from a CALL's argument list.
Tom Lane
2024-06-07
Add more debugging information when dropping twice pgstats entry
Michael Paquier
2024-06-06
meson: Add user-provided c_args to bitcode_cflags
Peter Eisentraut
2024-06-06
Make RelationFlushRelation() work without ResourceOwner during abort
Heikki Linnakangas
2024-06-06
Restore preprocess_groupclause()
Alexander Korotkov
2024-06-06
Rename PathKeyInfo to GroupByOrdering
Alexander Korotkov
2024-06-06
Add invariants check to get_useful_group_keys_orderings()
Alexander Korotkov
2024-06-06
Fix asymmetry in setting EquivalenceClass.ec_sortref
Alexander Korotkov
2024-06-05
Prevent inconsistent use of stats entry for replication slots
Michael Paquier
2024-06-05
Move new SLRU buffers GUCs to a better place in postgresql.conf.sample
Peter Eisentraut
2024-06-05
Fix some grammatical errors in some comments
David Rowley
2024-06-04
Fix PL/pgSQL's handling of integer ranges containing underscores.
Dean Rasheed
2024-06-04
Fix another couple of outdated comments for MERGE RETURNING.
Dean Rasheed
2024-06-03
Improve assertion in mdwritev()
Michael Paquier
2024-05-26
Fix potential NULL pointer dereference in getIdentitySequence()
Michael Paquier
2024-05-23
Fix typo and comments related to the recent no-wait lock improvements
Michael Paquier
[next]