index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Age
Commit message (
Expand
)
Author
2021-11-05
amcheck: Add additional TOAST pointer checks.
Robert Haas
2021-11-05
pgcrypto: Remove non-OpenSSL support
Peter Eisentraut
2021-11-01
Avoid some other O(N^2) hazards in list manipulation.
Tom Lane
2021-10-31
Don't try to read a multi-GB pg_stat_statements file in one call.
Tom Lane
2021-10-30
uuid-ossp: Remove obsolete build connection with pgcrypto
Peter Eisentraut
2021-10-28
Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.
Tom Lane
2021-10-26
Improve HINT message that FDW reports when there are no valid options.
Fujii Masao
2021-10-24
Move Perl test modules to a better namespace
Andrew Dunstan
2021-10-24
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-24
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-13
postgres_fdw: Move comments about elog level in (sub)abort cleanup.
Etsuro Fujita
2021-10-12
Add more $Test::Builder::Level in the TAP tests
Michael Paquier
2021-10-12
amcheck: Skip unlogged relations in Hot Standby.
Peter Geoghegan
2021-10-11
Clean up more code using "(expr) ? true : false"
Michael Paquier
2021-10-07
postgres_fdw: Fix comments in connection.c.
Etsuro Fujita
2021-10-06
Fix null-pointer crash in postgres_fdw's conversion_error_callback.
Tom Lane
2021-10-02
pg_stat_statements: Add some tests for older versions still usable
Michael Paquier
2021-09-28
Fix instability in contrib/bloom TAP tests.
Tom Lane
2021-09-28
Support amcheck of sequences
Peter Eisentraut
2021-09-27
Re-enable contrib/bloom's TAP tests.
Tom Lane
2021-09-27
Fix typos and grammar in code comments
Michael Paquier
2021-09-22
postgres_fdw: Refactor transaction rollback code to avoid code duplication.
Fujii Masao
2021-09-17
pageinspect: Make page deletion elog less chatty.
Peter Geoghegan
2021-09-10
Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.
Noah Misch
2021-09-09
Remove Value node struct
Peter Eisentraut
2021-09-08
postgres_fdw: Revert unstable tests for postgres_fdw.application_name.
Fujii Masao
2021-09-08
Clean up some code using "(expr) ? true : false"
Michael Paquier
2021-09-07
postgres_fdw: Allow application_name of remote connection to be set via GUC.
Fujii Masao
2021-09-01
Refactor postgresImportForeignSchema to avoid code duplication.
Tom Lane
2021-08-31
Prohibit map and grep in void context
Daniel Gustafsson
2021-08-27
contrib/amcheck: Add heapam CHECK_FOR_INTERRUPTS().
Peter Geoghegan
2021-08-25
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-19
Improve performance of float overflow checks in btree_gist
Michael Paquier
2021-08-10
Fix failure of btree_gin indexscans with "char" type and </<= operators.
Tom Lane
2021-08-10
Add alternative output for OpenSSL 3 without legacy loaded
Daniel Gustafsson
2021-08-10
Disable OpenSSL EVP digest padding in pgcrypto
Daniel Gustafsson
2021-08-10
Fix regression test output of sepgsql
Michael Paquier
2021-08-09
Avoid determining regexp subexpression matches, when possible.
Tom Lane
2021-08-05
postgres_fdw: Fix issues with generated columns in foreign tables.
Etsuro Fujita
2021-08-02
Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.
Etsuro Fujita
2021-07-30
In postgres_fdw, allow CASE expressions to be pushed to the remote server.
Tom Lane
2021-07-30
postgres_fdw: Fix handling of pending asynchronous requests.
Etsuro Fujita
2021-07-29
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-07-29
Adjust MSVC build scripts to parse Makefiles for defines
David Rowley
2021-07-27
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-27
Use the "pg_temp" schema alias in EXPLAIN and related output.
Tom Lane
2021-07-26
Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS.
Tom Lane
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-13
Rename debug_invalidate_system_caches_always to debug_discard_caches.
Tom Lane
[next]