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
2021-03-15
Drop SERIALIZABLE workaround from parallel query tests.
Thomas Munro
2021-03-15
Make archiver process an auxiliary process.
Fujii Masao
2021-03-15
Notice that heap page has dead items during VACUUM.
Peter Geoghegan
2021-03-13
Doc: add note about how to run the pg_amcheck regression tests.
Tom Lane
2021-03-13
In pg_amcheck tests, don't depend on perl's Q/q pack code.
Robert Haas
2021-03-13
pg_amcheck: Keep trying to fix the tests.
Tom Lane
2021-03-13
Fix new pthread code to respect --disable-thread-safety.
Thomas Munro
2021-03-13
Improve FK trigger parallel-safety check added by 05c8482f7f.
Amit Kapila
2021-03-13
pg_amcheck: Keep trying to fix the tests.
Robert Haas
2021-03-13
pg_amcheck: Try to fix still more test failures.
Robert Haas
2021-03-13
Try to avoid apparent platform-dependency in IPC::Run
Robert Haas
2021-03-12
Fix portability issues in pg_amcheck's 004_verify_heapam.pl.
Robert Haas
2021-03-12
Consolidate nbtree VACUUM metapage routines.
Peter Geoghegan
2021-03-12
Move PG_USED_FOR_ASSERTS_ONLY before initializer.
Robert Haas
2021-03-12
Adjust perl style.
Robert Haas
2021-03-12
Try to fix compiler warnings.
Robert Haas
2021-03-12
Add pg_amcheck, a CLI for contrib/amcheck.
Robert Haas
2021-03-12
Fix race condition in psql \e's detection of file modification.
Tom Lane
2021-03-12
Forbid marking an identity column as nullable.
Tom Lane
2021-03-12
Specialize checkpointer sort functions.
Thomas Munro
2021-03-12
Fix size overflow in calculation introduced by commits d6ad34f3 and bea449c6.
Amit Kapila
2021-03-12
Fix use of relcache TriggerDesc field introduced by commit 05c8482f7f.
Amit Kapila
2021-03-12
Poll postmaster less frequently in recovery.
Thomas Munro
2021-03-12
Add condition variable for walreceiver shutdown.
Thomas Munro
2021-03-12
Add condition variable for recovery resume.
Thomas Munro
2021-03-12
Send statistics collected during shutdown checkpoint to the stats collector.
Fujii Masao
2021-03-12
Force to send remaining WAL stats to the stats collector at walwriter exit.
Fujii Masao
2021-03-12
Minor modernization for README.barrier.
Thomas Munro
2021-03-11
Save a few cycles during nbtree VACUUM.
Peter Geoghegan
2021-03-11
Add back vacuum_cleanup_index_scale_factor parameter.
Peter Geoghegan
2021-03-11
Be clear about whether a recovery pause has taken effect.
Robert Haas
2021-03-11
Re-simplify management of inStart in pqParseInput3's subroutines.
Tom Lane
2021-03-11
Refactor and generalize the ParallelSlot machinery.
Robert Haas
2021-03-11
Set libcrypto callbacks for all connection threads in libpq
Michael Paquier
2021-03-11
Doc: B-Tree only has one additional parameter.
Peter Geoghegan
2021-03-11
Improve comment for struct BufferDesc.
Thomas Munro
2021-03-11
tutorial: land height is "elevation", not "altitude"
Bruce Momjian
2021-03-11
VACUUM ANALYZE: Always update pg_class.reltuples.
Peter Geoghegan
2021-03-11
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-10
C comments: improve description of GiST NSN and GistBuildLSN
Bruce Momjian
2021-03-10
Replace buffer I/O locks with condition variables.
Thomas Munro
2021-03-10
Avoid creating duplicate cached plans for inherited FK constraints.
Tom Lane
2021-03-10
Doc: get rid of <foreignphrase> tags.
Tom Lane
2021-03-10
Doc: improve introductory information about procedures.
Tom Lane
2021-03-10
Doc: fix missing mention of procedure OUT parameters.
Tom Lane
2021-03-10
Add bound check before bsearch() for performance
Peter Eisentraut
2021-03-10
Fix another portability bug in recent pgbench commit.
Thomas Munro
2021-03-10
Try to fix portability bugs in recent pgbench commits.
Thomas Munro
2021-03-10
Small debug message tweak
Peter Eisentraut
2021-03-10
Move tablespace path re-creation from the makefiles to pg_regress
Michael Paquier
[next]