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
/
contrib
Age
Commit message (
Expand
)
Author
2022-03-24
Remove unused module imports from TAP tests
Daniel Gustafsson
2022-03-24
Add some basic regression tests for pg_freespacemap
Michael Paquier
2022-03-23
test_decoding: Add comments about delaying BEGIN/PREPARE
Alvaro Herrera
2022-03-22
pgcrypto: Remove internal padding implementation
Peter Eisentraut
2022-03-19
Close race condition in slot_creation_error.spec.
Noah Misch
2022-03-16
Fix default signature length for gist_ltree_ops
Alexander Korotkov
2022-03-16
pageinspect: Fix memory context allocation of page in brin_revmap_data()
Michael Paquier
2022-03-16
pageinspect: Fix handling of page sizes and AM types
Michael Paquier
2022-03-15
Add 'basebackup_to_shell' contrib module.
Robert Haas
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-10
Re-update Unicode data to CLDR 39
Peter Eisentraut
2022-03-09
pycodestyle (PEP 8) cleanup in Python scripts
Peter Eisentraut
2022-03-09
unaccent: Remove Python 2 support from Python script
Peter Eisentraut
2022-03-08
Stabilize test_decoding touching with sequences
Tomas Vondra
2022-03-08
plpython: Code cleanup related to removal of Python 2 support.
Andres Freund
2022-03-08
plpython: Remove regression test infrastructure for Python 2.
Andres Freund
2022-03-08
plpython: Remove plpythonu, plpython2u and associated transform extensions.
Andres Freund
2022-03-08
Simplify SRFs using materialize mode in contrib/ modules
Michael Paquier
2022-03-05
Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts.
Noah Misch
2022-03-05
Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.
Noah Misch
2022-03-03
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-02-28
pg_stat_statements: Remove unnecessary call to GetUserId()
Michael Paquier
2022-02-24
Simplify more checks related to set-returning functions
Michael Paquier
2022-02-24
postgres_fdw: Add support for parallel commit.
Etsuro Fujita
2022-02-21
Disallow setting bogus GUCs within an extension's reserved namespace.
Tom Lane
2022-02-21
pgcrypto: Remove unused error code
Peter Eisentraut
2022-02-21
pgcrypto: Remove unused error code
Peter Eisentraut
2022-02-18
Rearrange libpq's error reporting to avoid duplicated error text.
Tom Lane
2022-02-18
postgres_fdw: Make postgres_fdw.application_name support more escape sequences.
Fujii Masao
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-15
Add isolation test for errors during logical slot creation.
Andres Freund
2022-02-14
Delete contrib/xml2's legacy implementation of xml_is_well_formed().
Tom Lane
2022-02-14
WAL log unchanged toasted replica identity key attributes.
Amit Kapila
2022-02-12
Fix skip-empty-xacts with sequences in test_decoding
Tomas Vondra
2022-02-11
Add decoding of sequences to test_decoding
Tomas Vondra
2022-02-11
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-02-10
Use Test::Builder::todo_start(), replacing $::TODO.
Noah Misch
2022-02-07
Reduce non-leaf keys overlap in GiST indexes produced by a sorted build
Alexander Korotkov
2022-02-03
In basic_archive tests, insist on wal_level='replica'.
Robert Haas
2022-02-03
Allow archiving via loadable modules.
Robert Haas
2022-01-31
Simplify coding around path_contains_parent_reference().
Tom Lane
2022-01-31
Make canonicalize_path() more canonical.
Tom Lane
2022-01-30
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-28
Add HEADER support to COPY text format
Peter Eisentraut
2022-01-27
postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...
Etsuro Fujita
2022-01-27
On sparc64+ext4, suppress test failures from known WAL read failure.
Noah Misch
2022-01-21
postgres_fdw: Fix subabort cleanup of connections used in asynchronous execut...
Etsuro Fujita
2022-01-17
Add Boolean node
Peter Eisentraut
2022-01-12
Include permissive/enforcing state in sepgsql log messages.
Tom Lane
[next]