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-10-01
jit: Require at least LLVM 14, if enabled.
Peter Eisentraut
2024-10-01
doc: Mention the connstring key word for PGSERVICE
Daniel Gustafsson
2024-10-01
Fix race condition in COMMIT PREPARED causing orphaned 2PC files
Michael Paquier
2024-10-01
Doc: replace unnecessary non-breaking space with ordinal space.
Tatsuo Ishii
2024-09-30
Expand assertion check for query ID reporting in executor
Michael Paquier
2024-09-30
Add missing command for pg_maintain in comment
Daniel Gustafsson
2024-09-30
Do not treat \. as an EOF marker in CSV mode for COPY IN.
Tom Lane
2024-09-30
docs: Enhance the pg_stat_checkpointer view documentation.
Fujii Masao
2024-09-30
Remove incorrect entries in pg_walsummary's getopt_long call.
Tom Lane
2024-09-30
Don't disallow DROP of constraints ONLY on partitioned tables
Alvaro Herrera
2024-09-30
Bump catalog version for change in VariableSetStmt
Michael Paquier
2024-09-30
Show values of SET statements as constants in pg_stat_statements
Michael Paquier
2024-09-30
Add num_done counter to the pg_stat_checkpointer view.
Fujii Masao
2024-09-30
reindexdb: Skip reindexing temporary tables and indexes.
Fujii Masao
2024-09-29
Set query ID in parallel workers for vacuum, BRIN and btree
Michael Paquier
2024-09-29
Remove NULL dereference from RenameRelationInternal().
Noah Misch
2024-09-29
In passwordFromFile, don't leak the open file after stat failures.
Tom Lane
2024-09-27
Avoid 037_invalid_database.pl hang under debug_discard_caches.
Noah Misch
2024-09-27
doc: Note that CREATE MATERIALIZED VIEW restricts search_path.
Nathan Bossart
2024-09-27
Recalculate where-needed data accurately after a join removal.
Tom Lane
2024-09-27
Reindent pg_verifybackup.c.
Robert Haas
2024-09-27
pg_verifybackup: Verify tar-format backups.
Robert Haas
2024-09-27
Fix typo in pg_walsummary/nls.mk.
Fujii Masao
2024-09-27
Fix incorrect memory access in VACUUM FULL with invalid toast indexes
Michael Paquier
2024-09-26
Fix catalog data of new LO privilege functions
Michael Paquier
2024-09-26
Ensure we have a snapshot when updating pg_index entries.
Nathan Bossart
2024-09-26
Improve style of pg_upgrade task callback functions.
Nathan Bossart
2024-09-26
Modernize to_char's Roman-numeral code, fixing overflow problems.
Tom Lane
2024-09-26
Doc: InitPlans aren't parallel-restricted any more.
Tom Lane
2024-09-26
Doc: Add a note in the upgrade of logical replication clusters.
Amit Kapila
2024-09-26
Update oid for pg_wal_replay_wait() procedure
Alexander Korotkov
2024-09-25
Remove extra whitespace in pg_upgrade status message.
Nathan Bossart
2024-09-25
Turn 'if' condition around to avoid Svace complaint
Alvaro Herrera
2024-09-25
vacuumdb: Skip temporary tables in query to build list of relations
Michael Paquier
2024-09-25
Doc: Add the steps for upgrading the logical replication cluster.
Amit Kapila
2024-09-25
pg_stat_statements: Expand tests for SET statements
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
Allow length=-1 for NUL-terminated input to pg_strncoll(), etc.
Jeff Davis
2024-09-24
Fix psql describe commands' handling of ACL columns for old servers.
Tom Lane
2024-09-24
Tighten up make_libc_collator() and make_icu_collator().
Jeff Davis
2024-09-24
Add further excludes to headerscheck
Peter Eisentraut
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
jsonapi: fix memory leakage during OOM error recovery.
Tom Lane
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
[next]