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-02-10
Remove server support for the previous base backup protocol.
Robert Haas
2022-02-10
Make timeout.c more robust against missed timer interrupts.
Tom Lane
2022-02-10
Remove server support for old BASE_BACKUP command syntax.
Robert Haas
2022-02-10
Set SNI ClientHello extension to localhost in tests
Daniel Gustafsson
2022-02-10
Remove unnecessary resetPQExpBuffer call
Peter Eisentraut
2022-02-10
psql: Rename results to result when only a single one is meant
Peter Eisentraut
2022-02-10
Update comment
Peter Eisentraut
2022-02-10
Add min() and max() aggregates for xid8.
Fujii Masao
2022-02-10
Use Test::Builder::todo_start(), replacing $::TODO.
Noah Misch
2022-02-10
Fix typo in multixact.c
Michael Paquier
2022-02-10
Reduce more the number of calls to GetMaxBackends()
Michael Paquier
2022-02-09
Further tweaks for psql's new tab-completion logic.
Tom Lane
2022-02-09
Test honestly for <sys/signalfd.h>.
Tom Lane
2022-02-09
Free temporary memory when reading TOC
Daniel Gustafsson
2022-02-09
Retire src/backend/utils/misc/check_guc
Michael Paquier
2022-02-09
Add TAP test to automate the equivalent of check_guc
Michael Paquier
2022-02-09
Remove ppport.h's broken re-implementation of eval_pv().
Tom Lane
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-08
Rename create_function_N test scripts for clarity.
Tom Lane
2022-02-08
Rearrange core regression tests to reduce cross-script dependencies.
Tom Lane
2022-02-08
Add PostgreSQL::Test::Cluster::config_data()
Michael Paquier
2022-02-07
Reduce non-leaf keys overlap in GiST indexes produced by a sorted build
Alexander Korotkov
2022-02-07
Add (void) cast in front of rmtree() call at the end of pg_upgrade
Michael Paquier
2022-02-06
pg_upgrade: Move all the files generated internally to a subdirectory
Michael Paquier
2022-02-05
Test, don't just Assert, that mergejoin's inputs are in order.
Tom Lane
2022-02-04
Improve worst-case performance of text_position_get_match_pos()
John Naylor
2022-02-04
Track LLVM 14 API changes, up to 2022-01-30.
Thomas Munro
2022-02-04
Improve invalidation handling in pgoutput.c.
Amit Kapila
2022-02-03
Allow archiving via loadable modules.
Robert Haas
2022-02-03
Fix compiler warning in non-assert builds, introduced in f862d57057f.
Andres Freund
2022-02-03
Authorize new user in pg_basebackup tests
Andrew Dunstan
2022-02-03
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
Further fix for EvalPlanQual with mix of local and foreign partitions.
Etsuro Fujita
2022-02-03
Remove configure's check for rl_completion_append_character.
Tom Lane
2022-02-03
windows: Improve crash / assert / exception handling.
Andres Freund
2022-02-02
Improve psql tab-completion tests.
Tom Lane
2022-02-02
Fix server crash bug in 'server' backup target.
Robert Haas
2022-02-02
Some cleanup for change of collate and ctype fields to type text
Peter Eisentraut
2022-02-02
Fix recovery conflict in 027_stream_regress.pl.
Thomas Munro
2022-02-01
Treat case of tab-completion keywords a bit more carefully.
Tom Lane
2022-01-31
Fix missing undefine in sort_template.h
John Naylor
2022-01-31
Simplify coding around path_contains_parent_reference().
Tom Lane
2022-01-31
Make canonicalize_path() more canonical.
Tom Lane
2022-01-31
plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure.
Andres Freund
2022-01-30
Introduce pg_settings_get_flags() to find flags associated to a GUC
Michael Paquier
2022-01-30
psql: improve tab-complete's handling of variant SQL names.
Tom Lane
2022-01-30
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-29
Fix failure to validate the result of select_common_type().
Tom Lane
2022-01-29
Fix comments about bgworker registration before MaxBackends initialization
Michael Paquier
2022-01-29
vacuumlazy.c: Rename state field for consistency.
Peter Geoghegan
[next]