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-10-16
Further refine _SPI_execute_plan's rule for atomic execution.
Tom Lane
2024-10-16
Reduce memory block size for decoded tuple storage to 8kB.
Masahiko Sawada
2024-10-16
Fix typo in comment of transformJsonAggConstructor()
Amit Langote
2024-10-12
Correctly identify which EC members are computable at a plan node.
Tom Lane
2024-10-11
Fix missed case for builtin collation provider.
Jeff Davis
2024-10-09
Avoid crash in estimate_array_length with null root pointer.
Tom Lane
2024-10-08
Fix search_path cache initialization.
Jeff Davis
2024-10-07
Fix Y2038 issues with MyStartTime.
Nathan Bossart
2024-10-07
Fix fetching default toast value during decoding of in-progress transactions.
Amit Kapila
2024-10-06
Ignore not-yet-defined Portals in pg_cursors view.
Tom Lane
2024-10-05
Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.
Tom Lane
2024-10-05
Reject non-ASCII locale names.
Thomas Munro
2024-10-03
Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-10-03
Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-10-01
Fix race condition in COMMIT PREPARED causing orphaned 2PC files
Michael Paquier
2024-09-29
Remove NULL dereference from RenameRelationInternal().
Noah Misch
2024-09-27
Fix incorrect memory access in VACUUM FULL with invalid toast indexes
Michael Paquier
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
Fix data loss at inplace update after heap_update().
Noah Misch
2024-09-24
Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions.
Noah Misch
2024-09-23
Translation updates
Peter Eisentraut
2024-09-20
Fix nbtree pgstats accounting with parallel scans.
Peter Geoghegan
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
Avoid parallel nbtree index scan hangs with SAOPs.
Peter Geoghegan
2024-09-15
Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().
Tom Lane
2024-09-13
Allow _h_indexbuild() to be interrupted.
Tom Lane
2024-09-12
Make jsonpath .string() be immutable for datetimes.
Tom Lane
2024-09-12
SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)
Amit Langote
2024-09-11
Remove incorrect Assert.
Tom Lane
2024-09-11
Fix unique key checks in JSON object constructors
Tomas Vondra
2024-09-10
Fix some whitespace issues in XMLSERIALIZE(... INDENT).
Tom Lane
2024-09-09
SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY steps
Amit Langote
2024-09-09
Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions
Michael Paquier
2024-09-06
Fix incorrect pg_stat_io output on 32-bit machines.
Tom Lane
2024-09-06
SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
Amit Langote
2024-09-06
SQL/JSON: Fix JSON_TABLE() column deparsing
Amit Langote
2024-09-06
Revert recent SQL/JSON related commits
Amit Langote
2024-09-06
SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY steps
Amit Langote
2024-09-06
SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
Amit Langote
2024-09-06
SQL/JSON: Fix JSON_TABLE() column deparsing
Amit Langote
2024-09-05
Prevent mis-encoding of "trailing junk after numeric literal" errors.
Tom Lane
2024-09-04
Fix inconsistent LWLock tranche name "CommitTsSLRU"
Michael Paquier
2024-09-02
Translation updates
Peter Eisentraut
2024-08-31
Fix unfairness in all-cached parallel seq scan.
Thomas Munro
2024-08-30
Clarify restrict_nonsystem_relation_kind description.
Masahiko Sawada
2024-08-30
Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.
Tom Lane
2024-08-29
Fix mis-deparsing of ORDER BY lists when there is a name conflict.
Tom Lane
[next]