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
Age
Commit message (
Expand
)
Author
2024-12-28
Reserve a PGPROC slot and semaphore for the slotsync worker process.
Tom Lane
2024-12-28
Try to avoid semaphore-related test failures on NetBSD/OpenBSD.
Tom Lane
2024-12-28
In REASSIGN OWNED of a database, lock the tuple as mandated.
Noah Misch
2024-12-25
meson: Export all libcommon functions in Windows builds
Heikki Linnakangas
2024-12-25
meson: Export all libcommon functions in Windows builds
Heikki Linnakangas
2024-12-23
postgres_fdw: re-issue cancel requests a few times if necessary.
Tom Lane
2024-12-23
Fix memory leak in pgoutput with publication list cache
Michael Paquier
2024-12-21
Update TransactionXmin when MyProc->xmin is updated
Heikki Linnakangas
2024-12-20
Fix corruption when relation truncation fails.
Thomas Munro
2024-12-19
Avoid nbtree index scan SAOP scanBehind confusion.
Peter Geoghegan
2024-12-19
Fix Assert failure in WITH RECURSIVE UNION queries
David Rowley
2024-12-18
Fix memory leak in pg_restore with zstd-compressed data.
Tom Lane
2024-12-17
Accommodate very large dshash tables.
Nathan Bossart
2024-12-17
Detect version mismatch in brin_page_items
Tomas Vondra
2024-12-17
Update comments about index parallel builds
Tomas Vondra
2024-12-17
Doc: Fix the wrong link on pg_createsubscriber page.
Amit Kapila
2024-12-17
pg_combinebackup: Fix PITR comparison test in 002_compare_backups
Michael Paquier
2024-12-16
doc: Mention BRIN indexes support parallel builds
Tomas Vondra
2024-12-16
Make 009_twophase.pl test pass with recovery_min_apply_delay set
Heikki Linnakangas
2024-12-15
pgbench: fix misprocessing of some nested \if constructs.
Tom Lane
2024-12-15
doc: Clarify old WAL files are kept until they are summarized.
Fujii Masao
2024-12-14
contrib/earthdistance: Use SQL-standard function bodies.
Tom Lane
2024-12-13
Fix possible crash in pg_dump with identity sequences.
Tom Lane
2024-12-12
Revert "Don't truncate database and user names in startup packets."
Nathan Bossart
2024-12-10
Improve reporting of pg_upgrade log files on test failure
Michael Paquier
2024-12-10
Fix elog(FATAL) before PostmasterMain() or just after fork().
Noah Misch
2024-12-10
Fix comments of GUC hooks for timezone_abbreviations
Michael Paquier
2024-12-10
Fix outdated comment of scram_build_secret()
Michael Paquier
2024-12-09
Include necessary header files in radixtree.h.
Masahiko Sawada
2024-12-09
Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes
David Rowley
2024-12-09
Fix small memory leaks in GUC checks
Daniel Gustafsson
2024-12-09
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-12-09
Improve comment about dropped entries in pgstat.c
Michael Paquier
2024-12-09
Fix invalidation of local pgstats references for entry reinitialization
Michael Paquier
2024-12-09
Fix possible crash during WindowAgg evaluation
David Rowley
2024-12-07
Ensure that pg_amop/amproc entries depend on their lefttype/righttype.
Tom Lane
2024-12-07
Make getObjectDescription robust against dangling amproc type links.
Tom Lane
2024-12-07
Fix is_digit labeling of to_timestamp's FFn format codes.
Tom Lane
2024-12-07
doc: remove LC_COLLATE and LC_CTYPE from SHOW command
Peter Eisentraut
2024-12-04
Fix use-after-free in parallel_vacuum_reset_dead_items
John Naylor
2024-12-03
Fix synchronized_standby_slots GUC check hook
Álvaro Herrera
2024-12-03
Drop "Lock" suffix from LWLock wait event names
Álvaro Herrera
2024-12-03
doc: Clarify some terms for pg_createsubscriber
Michael Paquier
2024-12-02
RelationTruncate() must set DELAY_CHKPT_START.
Thomas Munro
2024-12-01
Fix broken list-munging in ecpg's remove_variables().
Tom Lane
2024-11-30
Avoid mislabeling of lateral references, redux.
Tom Lane
2024-11-28
Avoid mislabeling of lateral references when pulling up a subquery.
Tom Lane
2024-11-28
psql: Add tab completion for COPY (MERGE ...
Peter Eisentraut
2024-11-28
Revert "Handle better implicit transaction state of pipeline mode"
Michael Paquier
2024-11-27
ci: Fix cached MacPorts installation management
Andres Freund
[next]