index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
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
2023-02-12
Avoid dereferencing an undefined pointer in DecodeInterval().
Tom Lane
2023-02-11
Add tests for pg_stat_io
Andres Freund
2023-02-11
Create regress_tblspc in test_setup
Andres Freund
2023-02-11
Add pg_stat_io view, providing more detailed IO statistics
Andres Freund
2023-02-10
Fix join removal logic to clean up sub-RestrictInfos of OR clauses.
Tom Lane
2023-02-10
Further fixes in qual nullingrel adjustment for outer join commutation.
Tom Lane
2023-02-09
Fix various typos in code and tests
Michael Paquier
2023-02-08
remove_rel_from_query() must clean up PlaceHolderVar.phrels fields.
Tom Lane
2023-02-08
Remove SQL regression tests for GUCs related to NO_SHOW_ALL
Michael Paquier
2023-02-07
Rethink nullingrel marking rules in build_joinrel_tlist().
Tom Lane
2023-02-07
Doc: make src/test/*/README match current reality.
Tom Lane
2023-02-07
Remove leftover code in deconstruct_distribute_oj_quals().
Tom Lane
2023-02-06
Fix up join removal's interaction with PlaceHolderVars.
Tom Lane
2023-02-05
Fix over-optimistic updating of info about commutable outer joins.
Tom Lane
2023-02-04
Fix thinko in qual distribution.
Tom Lane
2023-02-04
Fix thinko in outer-join removal.
Tom Lane
2023-02-04
Rethink treatment of "postponed" quals in deconstruct_jointree().
Tom Lane
2023-02-04
Allow underscores in integer and numeric constants.
Dean Rasheed
2023-02-02
Allow the logical_replication_mode to be used on the subscriber.
Amit Kapila
2023-01-31
Remove over-optimistic Assert.
Tom Lane
2023-01-31
Remove recovery test 011_crash_recovery.pl
Michael Paquier
2023-01-30
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
Ensure that MERGE recomputes GENERATED expressions properly.
Dean Rasheed
2023-01-30
Rename GUC logical_decoding_mode to logical_replication_mode.
Amit Kapila
2023-01-27
Teach planner about more monotonic window functions
David Rowley
2023-01-26
DROP ROLE regress_role_limited_admin at end of test
Robert Haas
2023-01-24
Adjust interaction of CREATEROLE with role properties.
Robert Haas
2023-01-24
Fix the Drop Database hang.
Amit Kapila
2023-01-24
Fix error handling in libpqrcv_connect()
Andres Freund
2023-01-24
Use OFFSET 0 instead of ORDER BY to stop subquery pullup
David Rowley
2023-01-23
Fix LATERAL join test in test memoize.sql
David Rowley
2023-01-23
Add non-decimal integer support to type numeric.
Dean Rasheed
2023-01-23
Add a test using ldapbindpasswd in pg_hba.conf
Andrew Dunstan
2023-01-23
Restructure Ldap TAP test
Andrew Dunstan
2023-01-23
Harden new parallel string_agg/array_agg regression test
David Rowley
2023-01-23
Allow parallel aggregate on string_agg and array_agg
David Rowley
2023-01-21
Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.
Tom Lane
2023-01-20
Support the same patterns for pg-user in pg_ident.conf as in pg_hba.conf
Michael Paquier
2023-01-19
Fix ts_headline() to handle ORs and phrase queries more honestly.
Tom Lane
[next]