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
/
regress
/
expected
/
inherit.out
Age
Commit message (
Expand
)
Author
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-08
Fix underspecified sort order in inherit.sql
Andres Freund
2023-04-07
Fix table name clash in recently introduced test
Andres Freund
2023-04-07
Fix underspecified sort order in test query
Alvaro Herrera
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2023-03-13
Remove incidental md5() function uses from main regression tests
Peter Eisentraut
2023-02-25
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2021-08-03
Allow ordered partition scans in more cases
David Rowley
2021-04-06
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-03-31
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2020-03-23
Add regression tests for constraint errors in partitioned tables.
Andres Freund
2020-01-28
Added relation name in error messages for constraint checks.
Amit Kapila
2019-12-11
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-03
Fix EXPLAIN's column alias output for mismatched child tables.
Tom Lane
2019-11-26
Allow access to child table statistics if user can read parent table.
Tom Lane
2019-08-18
Disallow changing an inherited column's type if not all parents changed.
Tom Lane
2019-04-07
Clean up side-effects of commits ab5fcf2b0 et al.
Tom Lane
2019-04-05
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-03-25
Suppress Append and MergeAppend plan nodes that have a single child.
Tom Lane
2019-02-22
Fix plan created for inherited UPDATE/DELETE with all tables excluded.
Tom Lane
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-06
Optimize nested ConvertRowtypeExpr nodes.
Andrew Gierth
2018-11-01
Remove obsolete pg_constraint.consrc column
Peter Eisentraut
2018-07-01
Add tests for inheritance trees mixing permanent and temporary relations
Michael Paquier
2018-04-06
Faster partition pruning
Alvaro Herrera
2018-04-04
Foreign keys on partitioned tables
Alvaro Herrera
2018-03-21
Improve predtest.c's handling of cases with NULL-constant inputs.
Tom Lane
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2017-12-05
Support Parallel Append plan nodes.
Robert Haas
2017-11-28
Add null test to partition constraint for default range partitions.
Robert Haas
2017-09-16
After a MINVALUE/MAXVALUE bound, allow only more of the same.
Robert Haas
2017-09-14
Expand partitioned table RTEs level by level, without flattening.
Robert Haas
2017-07-21
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-05-19
Copy partitioned_rels lists to avoid shared substructure.
Robert Haas
2017-05-13
Fix multi-column range partitioning constraints.
Robert Haas
2017-03-21
Don't scan partitioned tables.
Robert Haas
2017-03-11
Improve expression evaluation test coverage.
Andres Freund
2017-03-06
Allow partitioned tables to be dropped without CASCADE
Simon Riggs
2017-01-04
Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.
Tom Lane
2016-12-07
Implement table partitioning.
Robert Haas
2016-11-03
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-11-02
Don't convert Consts into Vars during setrefs.c processing.
Tom Lane
2016-10-13
Fix another bug in merging of inherited CHECK constraints.
Tom Lane
2016-10-08
Fix two bugs in merging of inherited CHECK constraints.
Tom Lane
2016-03-15
Fix typos.
Robert Haas
2015-08-07
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2014-04-15
psql: conditionally display oids and replication identity
Bruce Momjian
2014-03-29
psql: display "Replica Identity" only for FULL and NOTHING
Bruce Momjian
2014-03-26
psql: update "replica identity" display for \d+
Bruce Momjian
2013-12-14
Fix inherited UPDATE/DELETE with UNION ALL subqueries.
Tom Lane
[next]