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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-03-27
Avoid using large pass-by-value struct arguments in pgbench.
Tom Lane
2022-03-27
Fix breakage of get_ps_display() in the PS_USE_NONE case.
Tom Lane
2022-03-27
Fix comment in execParallel.c
Michael Paquier
2022-03-26
Wait for subscription to sync in t/031_column_list.sql
Tomas Vondra
2022-03-26
SSL TAP test backend library independence refactoring
Daniel Gustafsson
2022-03-26
Suppress compiler warning in relptr_store().
Tom Lane
2022-03-26
Suppress compiler warning in pub_collist_to_bitmapset().
Tom Lane
2022-03-26
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-25
Minor improvements in sequence decoding code and docs
Tomas Vondra
2022-03-25
Harden TAP tests that intentionally corrupt page checksums.
Tom Lane
2022-03-25
Handle sequences in preprocess_pubobj_list
Tomas Vondra
2022-03-25
Update tab-completion for CREATE PUBLICATION with sequences
Tomas Vondra
2022-03-25
Fix replay of create database records on standby
Alvaro Herrera
2022-03-25
Make update-unicode target work in vpath builds
Peter Eisentraut
2022-03-25
Refactor DLSUFFIX handling
Peter Eisentraut
2022-03-25
Fix typos in standby.c
Michael Paquier
2022-03-25
Remove some useless free calls.
Amit Kapila
2022-03-25
Second attempt to fix pgbench TAP test.
Tatsuo Ishii
2022-03-25
Improve command line options for pg_waldump.
Thomas Munro
2022-03-25
Add retries for further investigation of 019_replslot_limit.pl failures.
Andres Freund
2022-03-24
List offending databases in pg_upgrade datallowconn check
Daniel Gustafsson
2022-03-24
Fix pg_statio_all_tables view for multiple TOAST indexes.
Tom Lane
2022-03-24
Remove unused module imports from TAP tests
Daniel Gustafsson
2022-03-24
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
Wrap inline function definitions in #ifndef FRONTEND
Alvaro Herrera
2022-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
Change fastgetattr and heap_getattr to inline functions
Alvaro Herrera
2022-03-24
Invent recursive_worktable_factor GUC to replace hard-wired constant.
Tom Lane
2022-03-24
Remove unnecessary translator comment
Peter Eisentraut
2022-03-24
Add additional filtering options to pg_waldump.
Thomas Munro
2022-03-24
Fix pgbench TAP test.
Tatsuo Ishii
2022-03-24
Refactor code related to pg_hba_file_rules() into new file
Michael Paquier
2022-03-23
Don't try to translate NULL in GetConfigOptionByNum().
Andres Freund
2022-03-23
Don't call fwrite() with len == 0 when writing out relcache init file.
Andres Freund
2022-03-23
Clean test_rls_hooks module
Andrew Dunstan
2022-03-23
pg_upgrade: Upgrade an Assert to a real 'if' test
Alvaro Herrera
2022-03-23
pg_basebackup: Try to fix some failures on Windows.
Robert Haas
2022-03-23
Fix "missing continuation record" after standby promotion
Alvaro Herrera
2022-03-23
In get_bc_algorithm_name, add a dummy return statement.
Robert Haas
2022-03-23
Force NO_LOCALE / UTF8 for test_oat_hooks tests
Andrew Dunstan
2022-03-23
Use approved style for listing OBJS in test_oat_hooks Makefile
Andrew Dunstan
2022-03-23
Unbreak the build.
Robert Haas
2022-03-23
Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.
Robert Haas
2022-03-23
Allow pgbench to retry in some cases.
Tatsuo Ishii
2022-03-23
Try to stabilize vacuum test.
Thomas Munro
2022-03-23
Temporarily disable installcheck for test_oat_hooks module
Andrew Dunstan
2022-03-22
Revert "Common SQL/JSON clauses"
Andrew Dunstan
2022-03-22
Add missing xlogdefs.h include to pg_subscription.h.
Andres Freund
2022-03-22
Common SQL/JSON clauses
Andrew Dunstan
2022-03-22
Tidy up Object Access hooks tests
Andrew Dunstan
[next]