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-09-06
Fix an assortment of improper usages of string functions
David Rowley
2022-09-05
Fix incorrect uses of Datum conversion macros
Peter Eisentraut
2022-09-05
Update out of date comments in pg_trgm
Daniel Gustafsson
2022-09-05
Check for interrupts in pg_trgm word similarity
Daniel Gustafsson
2022-09-04
Build all Flex files standalone
John Naylor
2022-09-02
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2022-09-02
Remove unused code from sepgsql
Daniel Gustafsson
2022-09-01
Add a regression test for contrib/pgrowlocks.
Tom Lane
2022-09-01
Use --load-extension to set up for contrib/tcn's isolation tests.
Tom Lane
2022-08-29
Fix the incorrect assertion introduced in commit 7f13ac8123.
Amit Kapila
2022-08-27
Avoid casting away const in sepgsql's quote_object_name.
Tom Lane
2022-08-27
Be more careful to avoid including system headers after perl.h
John Naylor
2022-08-26
Remove unneeded null pointer checks before PQfreemem()
Peter Eisentraut
2022-08-26
Remove unnecessary casts in free() and pfree()
Peter Eisentraut
2022-08-24
Include RelFileLocator fields individually in BufferTag.
Robert Haas
2022-08-18
Use correct LSN for error reporting in pg_walinspect
Jeff Davis
2022-08-11
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-10
Move basebackup code to new directory src/backend/backup
Robert Haas
2022-08-05
postgres_fdw: Disable batch insertion when there are WCO constraints.
Etsuro Fujita
2022-08-04
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-02
Be more wary about 32-bit integer overflow in pg_stat_statements.
Tom Lane
2022-08-02
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-01
Add a regression test for contrib/tcn.
Tom Lane
2022-08-01
Add a regression test for contrib/pg_prewarm.
Tom Lane
2022-07-31
Make new auto_explain test safe for log_error_verbosity = verbose.
Tom Lane
2022-07-30
Add regression test coverage for contrib/pg_buffercache.
Tom Lane
2022-07-27
Fix new auto_explain test case for Windows.
Tom Lane
2022-07-27
Add missing PGDLLEXPORT markings in contrib/pg_prewarm.
Tom Lane
2022-07-25
Add test for session_preload_libraries and parameter permissions checks.
Tom Lane
2022-07-22
postgres_fdw: Fix bug in checking of return value of PQsendQuery().
Fujii Masao
2022-07-21
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-20
Tweak detail and hint messages to be consistent with project policy
Michael Paquier
2022-07-20
Add regression test for TRUNCATE on foreign table not supporting TRUNCATE.
Fujii Masao
2022-07-18
Deal with paths containing \ and spaces in basebackup_to_shell tests
Andres Freund
2022-07-18
Mark all symbols exported from extension libraries PGDLLEXPORT.
Andres Freund
2022-07-18
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-17
postgres_fdw: be more wary about shippability of reg* constants.
Tom Lane
2022-07-17
postgres_fdw: set search_path to 'pg_catalog' while deparsing constants.
Tom Lane
2022-07-16
Attempt to fix compiler warning on old compiler
Peter Eisentraut
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-12
Support TRUNCATE triggers on foreign tables.
Fujii Masao
2022-07-11
Convert macros to static inline functions (bufpage.h)
Peter Eisentraut
2022-07-10
Tidy up claimed supported CPUs and OSes.
Thomas Munro
2022-07-07
postgres_fdw: Fix grammar.
Etsuro Fujita
2022-07-06
pg_stat_statements: Fix test that assumes wal_records = rows.
Robert Haas
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
autho_explain: Add GUC to log query parameters
Michael Paquier
2022-07-05
Simplify a bit the special rules generating unaccent.rules
Michael Paquier
2022-07-05
Replace durable_rename_excl() by durable_rename(), take two
Michael Paquier
2022-07-03
Remove redundant null pointer checks before PQclear and PQconninfoFree
Peter Eisentraut
[next]