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-03-10
Add standard collation UNICODE
Peter Eisentraut
2023-03-10
Add a test for UCS_BASIC collation
Peter Eisentraut
2023-03-09
Reject combining "epoch" and "infinity" with other datetime fields.
Tom Lane
2023-03-09
Use ICU by default at initdb time.
Jeff Davis
2023-03-09
For Kerberos testing, disable reverse DNS lookup
Stephen Frost
2023-03-09
Avoid criticizable perl code
Alvaro Herrera
2023-03-08
001_libpq_pipeline.pl: use Test::Differences if available
Alvaro Herrera
2023-03-08
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-03-07
Fix more bugs caused by adding columns to the end of a view.
Tom Lane
2023-03-07
Add support for unit "B" to pg_size_bytes()
Peter Eisentraut
2023-03-07
Fix flakey pg_stat_io test
Andres Freund
2023-03-06
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-06
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-03-06
Improve the regression tests of VACUUM (PROCESS_TOAST)
Michael Paquier
2023-03-06
Fix assert failures in parallel SERIALIZABLE READ ONLY.
Thomas Munro
2023-03-05
SQL JSON path enhanced numeric literals
Peter Eisentraut
2023-03-04
Avoid failure when altering state of partitioned foreign-key triggers.
Tom Lane
2023-03-03
meson: Prevent installation of test files during main install
Peter Eisentraut
2023-03-03
Force testing of query jumbling in 027_stream_regress.pl
Michael Paquier
2023-03-02
Harden new test case against force_parallel_mode = regress.
Tom Lane
2023-03-02
Show "internal name" not "source code" in psql's \df+ command.
Tom Lane
2023-03-02
Fix outdated references to guc.c
Daniel Gustafsson
2023-03-01
Avoid fetching one past the end of translate()'s "to" parameter.
Tom Lane
2023-02-28
Remove unnecessary and problematic collate.windows.win1252 tests
Andrew Dunstan
2023-02-27
Fix expected output of xml_2.out
Michael Paquier
2023-02-27
Rework pg_input_error_message(), now renamed pg_input_error_info()
Michael Paquier
2023-02-25
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2023-02-25
Fix mishandling of OLD/NEW references in subqueries in rule actions.
Dean Rasheed
2023-02-24
Disallow NULLS NOT DISTINCT indexes for primary keys
Daniel Gustafsson
2023-02-23
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
2023-02-23
Fix multi-row DEFAULT handling for INSERT ... SELECT rules.
Dean Rasheed
2023-02-23
Consider a failed process as a failed test in pg_regress
Daniel Gustafsson
2023-02-22
Fix some issues with wrong placement of pseudo-constant quals.
Tom Lane
2023-02-22
Fix Assert failure for MERGE into a partitioned table with RLS.
Dean Rasheed
2023-02-22
Fix MERGE command tag for cross-partition updates.
Dean Rasheed
2023-02-22
Implement ANY_VALUE aggregate
Peter Eisentraut
2023-02-22
Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOG
Michael Paquier
2023-02-20
Detect overflow in timestamp[tz] subtraction.
Tom Lane
2023-02-20
Fix parsing of ISO-8601 interval fields with exponential notation.
Tom Lane
2023-02-20
Prevent join removal from removing the query's result relation.
Tom Lane
2023-02-17
Print the correct aliases for DML target tables in ruleutils.
Tom Lane
2023-02-17
Fix incorrect format placeholder
Peter Eisentraut
2023-02-16
Fix check for child column generation status matching parent.
Tom Lane
2023-02-15
Rename force_parallel_mode to debug_parallel_query
David Rowley
2023-02-15
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-13
Fix buggy recursion in flatten_rtes_walker().
Tom Lane
2023-02-13
Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check.
Tom Lane
2023-02-13
Fix object identity string for transforms
Alvaro Herrera
2023-02-13
Add wait_for_replay_catchup wrapper to Cluster.pm
Alvaro Herrera
2023-02-13
Fix incorrect presorted DISTINCT aggregate if condition
David Rowley
[next]