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-09-24
Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions.
Noah Misch
2024-09-24
Allow length=-1 for NUL-terminated input to pg_strncoll(), etc.
Jeff Davis
2024-09-24
Tighten up make_libc_collator() and make_icu_collator().
Jeff Davis
2024-09-24
Neaten up our choices of SQLSTATEs for XML-related errors.
Tom Lane
2024-09-24
Update obsolete nbtree array preprocessing comments.
Peter Geoghegan
2024-09-24
Add ONLY support for VACUUM and ANALYZE
David Rowley
2024-09-23
Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACH
Michael Paquier
2024-09-23
Fix asserts in fast-path locking code
Tomas Vondra
2024-09-23
Add memory/disk usage for more executor nodes.
Tatsuo Ishii
2024-09-21
Remove pg_authid's TOAST table.
Nathan Bossart
2024-09-21
Increase the number of fast-path lock slots
Tomas Vondra
2024-09-21
Refactor handling of nbtree array redundancies.
Peter Geoghegan
2024-09-20
Improve Asserts checking relation matching in parallel scans.
Tom Lane
2024-09-20
Fix nbtree pgstats accounting with parallel scans.
Peter Geoghegan
2024-09-20
Restore relmapper state early enough in parallel workers.
Tom Lane
2024-09-19
Move pg_wal_replay_wait() to xlogfuncs.c
Alexander Korotkov
2024-09-19
Introduce ATT_PARTITIONED_TABLE in tablecmds.c
Michael Paquier
2024-09-19
Optimize tuplestore usage for WITH RECURSIVE CTEs
David Rowley
2024-09-18
Add some sanity checks in executor for query ID reporting
Michael Paquier
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-09-18
Don't enter parallel mode when holding interrupts.
Noah Misch
2024-09-18
Add missing query ID reporting in extended query protocol
Michael Paquier
2024-09-17
Allow ReadStream to be consumed as raw block numbers.
Thomas Munro
2024-09-17
Repair pg_upgrade for identity sequences with non-default persistence.
Tom Lane
2024-09-17
Minor cleanup related to pg_wal_replay_wait() procedure
Alexander Korotkov
2024-09-17
Avoid parallel nbtree index scan hangs with SAOPs.
Peter Geoghegan
2024-09-17
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-09-17
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-17
Add stratnum GiST support function
Peter Eisentraut
2024-09-17
Add memory/disk usage for Window aggregate nodes in EXPLAIN.
Tatsuo Ishii
2024-09-15
Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().
Tom Lane
2024-09-13
Allow _h_indexbuild() to be interrupted.
Tom Lane
2024-09-13
Remove separate locale_is_c arguments
Peter Eisentraut
2024-09-13
Prohibit altering invalidated replication slots.
Amit Kapila
2024-09-12
Simplify checks for deterministic collations.
Jeff Davis
2024-09-12
Remove redundant check for default collation.
Jeff Davis
2024-09-12
Make jsonpath .string() be immutable for datetimes.
Tom Lane
2024-09-12
Add has_largeobject_privilege function.
Fujii Masao
2024-09-12
Deduplicate code in LargeObjectExists and myLargeObjectExists.
Fujii Masao
2024-09-12
Remove hardcoded hash opclass function signature exceptions
Peter Eisentraut
2024-09-12
Remove old RULE privilege completely.
Fujii Masao
2024-09-12
Don't overwrite scan key in systable_beginscan()
Peter Eisentraut
2024-09-12
Move logic related to WAL replay of Heap/Heap2 into its own file
Michael Paquier
2024-09-12
Adjust tuplestore stats API
David Rowley
2024-09-12
SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)
Amit Langote
2024-09-11
Remove incorrect Assert.
Tom Lane
2024-09-11
Replace gratuitous memmove() with memcpy()
Peter Eisentraut
2024-09-11
Fix unique key checks in JSON object constructors
Tomas Vondra
2024-09-11
Remove obsolete unconstify()
Peter Eisentraut
2024-09-11
Improve assertion in FindReplTupleInLocalRel().
Amit Kapila
[next]