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
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
Age
Commit message (
Expand
)
Author
2024-10-18
Fix description of PostgreSQL::Test::Cluster::wait_for_event()
Michael Paquier
2024-10-17
Fix extreme skew detection in Parallel Hash Join.
Thomas Munro
2024-10-17
Fix whitespace
Peter Eisentraut
2024-10-16
Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases
Michael Paquier
2024-10-16
Rewrite some regression queries for option checks with COPY
Michael Paquier
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-15
Add type cast to foreach_internal's loop variable.
Nathan Bossart
2024-10-14
psql: Fix \watch when using interval values less than 1ms
Michael Paquier
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-09
Remove incorrect function import from pgindent
Daniel Gustafsson
2024-10-08
Fix search_path cache initialization.
Jeff Davis
2024-10-07
vacuumdb: Schema-qualify operator in catalog query's WHERE clause.
Nathan Bossart
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-02
Parse libpq's "keepalives" option more like other integer options.
Tom Lane
2024-10-01
Fix race condition in COMMIT PREPARED causing orphaned 2PC files
Michael Paquier
2024-09-30
Remove incorrect entries in pg_walsummary's getopt_long call.
Tom Lane
2024-09-30
reindexdb: Skip reindexing temporary tables and indexes.
Fujii Masao
2024-09-29
Remove NULL dereference from RenameRelationInternal().
Noah Misch
2024-09-27
Avoid 037_invalid_database.pl hang under debug_discard_caches.
Noah Misch
2024-09-27
Fix incorrect memory access in VACUUM FULL with invalid toast indexes
Michael Paquier
2024-09-25
Remove extra whitespace in pg_upgrade status message.
Nathan Bossart
2024-09-25
vacuumdb: Skip temporary tables in query to build list of relations
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-24
Fix psql describe commands' handling of ACL columns for old servers.
Tom Lane
2024-09-23
Translation updates
Peter Eisentraut
2024-09-20
Fix nbtree pgstats accounting with parallel scans.
Peter Geoghegan
2024-09-19
Improve Perl script which adds commit links to release notes
Bruce Momjian
2024-09-19
psql: Fix memory leak with repeated calls of \bind
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
Avoid parallel nbtree index scan hangs with SAOPs.
Peter Geoghegan
2024-09-16
scripts: add Perl script to add links to release notes
Bruce Momjian
2024-09-15
Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile().
Tom Lane
2024-09-14
Run regression tests with timezone America/Los_Angeles.
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
[next]