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
/
test
Age
Commit message (
Expand
)
Author
2022-09-01
Adjust XML test case to avoid unstable behavior.
Tom Lane
2022-08-31
Fix a bug in roles_is_member_of.
Robert Haas
2022-08-30
Adjust comments that called MultiXactIds "XMIDs".
Peter Geoghegan
2022-08-29
Clean up inconsistent use of fflush().
Tom Lane
2022-08-26
Add optimized functions for linear search within byte arrays
John Naylor
2022-08-25
Allow grant-level control of role inheritance behavior.
Robert Haas
2022-08-25
Update another comment still referring to pg_start/stop_backup()
Peter Eisentraut
2022-08-25
Fix typo in MVCC test comment
Daniel Gustafsson
2022-08-22
Make role grant system more consistent with other privileges.
Robert Haas
2022-08-20
regress: allow to specify directory containing expected files, for ecpg
Andres Freund
2022-08-20
Reduce warnings with -Wshadow=compatible-local builds
David Rowley
2022-08-18
Ensure that pg_auth_members.grantor is always valid.
Robert Haas
2022-08-18
Fix subtly-incorrect matching of parent and child partitioned indexes.
Tom Lane
2022-08-18
Simplify and clarify an error message
Peter Eisentraut
2022-08-17
Refactor addition of PlaceHolderVars to joinrel targetlists.
Tom Lane
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
Allow event trigger table_rewrite for ALTER MATERIALIZED VIEW
Michael Paquier
2022-08-16
Fix replica identity check for a partitioned table.
Amit Kapila
2022-08-13
Remove HAVE_UNIX_SOCKETS.
Thomas Munro
2022-08-13
Remove configure probe for sys/resource.h and refactor.
Thomas Munro
2022-08-13
Remove configure probe for sys/select.h.
Thomas Munro
2022-08-12
Reject MERGE in CTEs and COPY
Alvaro Herrera
2022-08-10
Fix handling of R/W expanded datums that are passed to SQL functions.
Tom Lane
2022-08-10
Fix typo in test_oat_hooks README
Daniel Gustafsson
2022-08-10
Introduce optimized routine for linear searches of arrays
John Naylor
2022-08-08
Stabilize output of new regression test.
Tom Lane
2022-08-08
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-08-07
Remove unportable use of timezone in recent test
Alvaro Herrera
2022-08-06
Improve recently-added test reliability
Alvaro Herrera
2022-08-05
Fix handling of bare boolean expressions in mcv_get_match_bitmap.
Tom Lane
2022-08-05
Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.
Tom Lane
2022-08-05
Fix incorrect permissions-checking code for extended statistics.
Tom Lane
2022-08-05
BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking
Alvaro Herrera
2022-08-05
regress: fix test instability
Alvaro Herrera
2022-08-05
Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Alvaro Herrera
2022-08-04
Fix failure to set correct operator in window run condition
David Rowley
2022-08-04
Remove configure probe and related tests for getrlimit.
Thomas Munro
2022-08-04
Fix check_exclusion_or_unique_constraint for UNIQUE NULLS NOT DISTINCT.
Tom Lane
2022-08-04
Add proper regression test for the recent SRFs-in-pathkeys problem.
Tom Lane
2022-08-03
Reduce test runtime of src/test/modules/snapshot_too_old.
Tom Lane
2022-08-03
Add wait_for_subscription_sync for TAP tests.
Amit Kapila
2022-08-02
Change type "char"'s I/O format for non-ASCII characters.
Tom Lane
2022-08-02
Improve performance of ORDER BY / DISTINCT aggregates
David Rowley
2022-08-02
Remove duplicated wait for subscription sync from 007_ddl.pl.
Amit Kapila
2022-08-01
Relax overly strict rules in select_outer_pathkeys_for_merge()
David Rowley
2022-08-01
Append -X to direct invocation of psql in new test for BASE_BACKUP
Michael Paquier
2022-08-01
Add more TAP tests with BASE_BACKUP and pg_backup_start/stop
Michael Paquier
2022-07-31
Remove test_oat_hooks.c's nodetag_to_string().
Tom Lane
2022-07-31
Fix trim_array() for zero-dimensional array argument.
Tom Lane
2022-07-31
Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACH
Michael Paquier
[next]