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
2025-04-06
Revert "Put enable_self_join_elimination into postgresql.conf.sample"
Alexander Korotkov
2025-04-06
Put enable_self_join_elimination into postgresql.conf.sample
Alexander Korotkov
2025-04-06
Compute CRC32C using AVX-512 instructions where available
John Naylor
2025-04-05
Quote filename in error message
Daniel Gustafsson
2025-04-05
Fix parse_cte.c's failure to examine sub-WITHs in DML statements.
Tom Lane
2025-04-05
Avoid double transformation of json_array()'s subquery.
Tom Lane
2025-04-05
Clean up from commit 1495eff7bdb
Andrew Dunstan
2025-04-05
Set log_statement=none in t/002_pg_upgrade.pl
Álvaro Herrera
2025-04-05
pg_dump: Tiny header cleanup
Álvaro Herrera
2025-04-05
pg_dump: Fix query for gathering attribute stats on older versions.
Nathan Bossart
2025-04-05
Repair misbehavior with duplicate entries in FK SET column lists.
Tom Lane
2025-04-04
functions.c: copy trees from source_list before parse analysis etc.
Tom Lane
2025-04-04
Fix a couple of error messages and tests for them
Andrew Dunstan
2025-04-04
Prevent redeclaration of typedef TocEntry.
Nathan Bossart
2025-04-04
Add more TAP tests for pg_dumpall
Andrew Dunstan
2025-04-04
Non text modes for pg_dumpall, correspondingly change pg_restore
Andrew Dunstan
2025-04-04
add new list type simple_oid_string_list to fe-utils/simple_list
Andrew Dunstan
2025-04-04
Move common pg_dump code related to connections to a new file
Andrew Dunstan
2025-04-04
Remove unused function parameters in pg_backup_archiver.c.
Nathan Bossart
2025-04-04
pg_dump: Retrieve attribute statistics in batches.
Nathan Bossart
2025-04-04
pg_dump: Reduce memory usage of dumps with statistics.
Nathan Bossart
2025-04-04
Skip second WriteToc() call for custom-format dumps without data.
Nathan Bossart
2025-04-04
Use streaming read I/O in autoprewarm
Melanie Plageman
2025-04-04
Avoid extra index searches through preprocessing.
Peter Geoghegan
2025-04-04
Improve nbtree skip scan primitive scan scheduling.
Peter Geoghegan
2025-04-04
pg_recvlogical: Add --failover option.
Masahiko Sawada
2025-04-04
Oversight in commit b81ffa13e3.
Jeff Davis
2025-04-04
Further optimize nbtree search scan key comparisons.
Peter Geoghegan
2025-04-04
Add nbtree skip scan optimization.
Peter Geoghegan
2025-04-04
Stabilize regression test from c0962a113.
Tom Lane
2025-04-04
Re-pgindent pg_largeobject.c after commit 0d6c477664.
Nathan Bossart
2025-04-04
Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Alexander Korotkov
2025-04-04
Extract make_SAOP_expr() function from match_orclause_to_indexcol()
Alexander Korotkov
2025-04-04
Fix crash/valgrind error
Peter Eisentraut
2025-04-04
Relax assertion in finding correct GiST parent
Heikki Linnakangas
2025-04-04
Allow "COPY table TO" command to copy rows from materialized views.
Fujii Masao
2025-04-04
Support non-btree indexes in get_actual_variable_range()
Peter Eisentraut
2025-04-04
Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.
Fujii Masao
2025-04-04
Use standard die() signal handler in walreceiver
Heikki Linnakangas
2025-04-04
Convert PathKey to use CompareType
Peter Eisentraut
2025-04-04
pg_createsubscriber: Improve error messages.
Amit Kapila
2025-04-04
Fix logical decoding test to correctly check slot removal on standby.
Fujii Masao
2025-04-04
Fix logical decoding regression tests to correctly check slot existence.
Fujii Masao
2025-04-04
Revert "Improve accounting for memory used by shared hash tables"
Tomas Vondra
2025-04-04
Make derived clause lookup in EquivalenceClass more efficient
Amit Langote
2025-04-04
Add assertion to verify derived clause has constant RHS
Amit Langote
2025-04-03
Use AIO batchmode for bitmap heap scans
Melanie Plageman
2025-04-03
Remove misleading read stream asserts in a few users
Melanie Plageman
2025-04-03
Fix oversight in commit 0dca5d68d.
Tom Lane
2025-04-03
oauth: Remove timeout from t/002_client when not needed
Daniel Gustafsson
[next]