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
2024-06-20
Unify some error messages
Peter Eisentraut
2024-06-07
postgres_fdw: Refuse to send FETCH FIRST WITH TIES to remote servers.
Etsuro Fujita
2024-06-06
Make RelationFlushRelation() work without ResourceOwner during abort
Heikki Linnakangas
2024-05-26
amcheck: Fixes for right page check during unique constraint check
Alexander Korotkov
2024-05-22
amcheck: Report an error when the next page to a leaf is not a leaf
Alexander Korotkov
2024-05-22
amcheck: Don't load the right sibling page into BtreeCheckState
Alexander Korotkov
2024-05-22
amcheck: Refactoring the storage of the last visible entry
Alexander Korotkov
2024-05-21
Re-allow planner to use Merge Append to efficiently implement UNION.
Robert Haas
2024-05-20
Revert commit 66c0185a3 and follow-on patches.
Tom Lane
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
Remove enum WaitEventExtension
Michael Paquier
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-12
Skip citext_utf8 test on Windows.
Thomas Munro
2024-05-03
Fix an assortment of typos
David Rowley
2024-04-21
Make postgres_fdw request remote time zone 'GMT' not 'UTC'.
Tom Lane
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-17
Stabilize test of BRIN parallel create
Tomas Vondra
2024-04-17
Revert "Stabilize test of BRIN parallel create"
Tomas Vondra
2024-04-16
Stabilize test of BRIN parallel create
Tomas Vondra
2024-04-14
Add regression test for BRIN parallel builds
Tomas Vondra
2024-04-11
postgres_fdw: Improve comment about handling of asynchronous requests.
Etsuro Fujita
2024-04-09
Fixup various StringInfo function usages
David Rowley
2024-04-08
Add pg_buffercache_evict() function for testing.
Thomas Munro
2024-04-05
Make libpqsrv_cancel's return const char *, not char *
Alvaro Herrera
2024-04-04
postgres_fdw: Remove useless ternary expression.
Etsuro Fujita
2024-04-03
Add built-in ERROR handling for archive callbacks.
Nathan Bossart
2024-04-02
Use streaming I/O in pg_prewarm.
Thomas Munro
2024-03-30
Stabilize postgres_fdw test
Alvaro Herrera
2024-03-28
libpq-be-fe-helpers.h: wrap new cancel APIs
Alvaro Herrera
2024-03-26
Avoid edge case in pg_visibility test with small shared_buffers
Andres Freund
2024-03-25
Allow planner to use Merge Append to efficiently implement UNION
David Rowley
2024-03-24
Add temporal FOREIGN KEY contraints
Peter Eisentraut
2024-03-23
amcheck: Normalize index tuples containing uncompressed varlena
Alexander Korotkov
2024-03-23
amcheck: Support for different header sizes of short varlena datum
Alexander Korotkov
2024-03-22
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2024-03-22
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2024-03-21
Add hash support functions and hash opclass for contrib/ltree.
Tom Lane
2024-03-19
Improve EXPLAIN's display of SubPlan nodes and output parameters.
Tom Lane
2024-03-18
dblink/isolationtester/fe_utils: Use new cancel API
Alvaro Herrera
2024-03-14
Fix contrib/pg_visibility/meson.build
Alexander Korotkov
2024-03-14
Fix false reports in pg_visibility
Alexander Korotkov
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-10
Fix deparsing of Consts in postgres_fdw ORDER BY
David Rowley
2024-03-09
Make contrib/tablefunc crosstab() also check typmod
Joe Conway
2024-03-09
Improve wrong-tuple-type error reports in contrib/tablefunc.
Tom Lane
2024-03-05
Update sepgsql expected output.
Jeff Davis
2024-03-05
Fix buildfarm failures from 2af07e2f74.
Jeff Davis
2024-03-05
Fix search_path to a safe value during maintenance operations.
Jeff Davis
[next]