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
2023-11-18
Guard against overflow in interval_mul() and interval_div().
Dean Rasheed
2023-11-17
Extract column statistics from CTE references, if possible.
Tom Lane
2023-11-17
Allow tests to pass in OpenSSL FIPS mode (rest)
Peter Eisentraut
2023-11-17
Allow tests to pass in OpenSSL FIPS mode (TAP tests)
Peter Eisentraut
2023-11-16
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-16
Add target "slru" to pg_stat_reset_shared()
Michael Paquier
2023-11-15
src/test/modules/test_dsa needs a .gitignore file.
Tom Lane
2023-11-15
Add test_dsa module.
Heikki Linnakangas
2023-11-14
Support +/- infinity in the interval data type.
Dean Rasheed
2023-11-14
Allow new role 'regress_dump_login_role' to log in under SSPI.
Tom Lane
2023-11-14
Add support for pg_stat_reset_slru without argument
Michael Paquier
2023-11-13
Don't try to dump RLS policies or security labels for extension objects.
Tom Lane
2023-11-13
Improve default and empty privilege outputs in psql.
Tom Lane
2023-11-13
Improve readability and error detection of array_in().
Tom Lane
2023-11-13
Add error about the use of FREEZE in COPY TO
Bruce Momjian
2023-11-13
Use REGBUF_NO_CHANGE at one more place in the hash index.
Amit Kapila
2023-11-12
Add ability to reset all shared stats types in pg_stat_reset_shared()
Michael Paquier
2023-11-12
Fix inconsistencies for queries on pg_class in type_sanity.sql
Michael Paquier
2023-11-10
Fix how SJE checks against PHVs
Alexander Korotkov
2023-11-09
Fix computation of varnullingrels when const-folding field selection.
Tom Lane
2023-11-09
Fix the way SJE removes references from PHVs
Alexander Korotkov
2023-11-09
Avoid integer overflow hazard in interval_time().
Dean Rasheed
2023-11-09
Fix AFTER ROW trigger execution in MERGE cross-partition update.
Dean Rasheed
2023-11-09
Fix corner-case 64-bit integer subtraction bug on some platforms.
Dean Rasheed
2023-11-08
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
Don't install ldap_password_func in meson
Peter Eisentraut
2023-11-08
Fix use of OPENSSL in SSL tests if command is not found
Michael Paquier
2023-11-06
Detect integer overflow while computing new array dimensions.
Tom Lane
2023-11-06
Compute aggregate argument types correctly in transformAggregateCall().
Tom Lane
2023-11-06
Remove distprep
Peter Eisentraut
2023-11-06
Ban role pg_signal_backend from more superuser backend types.
Noah Misch
2023-11-06
Add XMLText function (SQL/XML X038)
Daniel Gustafsson
2023-11-04
Fix usage of the parse tree for estimate_num_groups() in set operations
Alexander Korotkov
2023-11-02
Additional unicode primitive functions.
Jeff Davis
2023-11-02
Fix 003_check_guc.pl when loading modules with custom GUCs
Michael Paquier
2023-10-30
Expand regression tests for pg_stat_reset_shared()
Michael Paquier
2023-10-30
Introduce pg_stat_checkpointer
Michael Paquier
2023-10-29
Fix instable 006_login_trigger.pl test
Alexander Korotkov
2023-10-29
Guard against overflow in make_interval().
Dean Rasheed
2023-10-28
Allow relkind 'I' in type_sanity test.
Tom Lane
2023-10-27
Split event_trigger_login test from event_trigger test
Alexander Korotkov
2023-10-27
Fix minmax-multi distance for extreme interval values
Tomas Vondra
2023-10-27
Fix minmax-multi on infinite date/timestamp values
Tomas Vondra
2023-10-27
Fix calculation in brin_minmax_multi_distance_date
Tomas Vondra
2023-10-27
Fix overflow when calculating timestamp distance in BRIN
Tomas Vondra
2023-10-27
Adjust parallel_schedule with event triggers on authenticated login
Alexander Korotkov
2023-10-27
Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointer
Michael Paquier
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-25
Fix some regression tests for d3d55ce57136
Alexander Korotkov
2023-10-25
Remove useless self-joins
Alexander Korotkov
[next]