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
/
regress
/
expected
/
insert.out
Age
Commit message (
Expand
)
Author
2024-03-14
Make INSERT-from-multiple-VALUES-rows handle domain target columns.
Tom Lane
2022-02-08
Rearrange core regression tests to reduce cross-script dependencies.
Tom Lane
2021-03-31
Accept slightly-filled pages for tuples larger than fillfactor.
Noah Misch
2020-10-14
Remove es_result_relation_info from EState.
Heikki Linnakangas
2020-05-28
Fix typo in test comment.
Heikki Linnakangas
2020-01-28
Added relation name in error messages for constraint checks.
Amit Kapila
2019-05-06
Add tests for error message generation in partition tuple routing
Michael Paquier
2019-04-08
Add more tests for partition tuple routing with dropped attributes
Michael Paquier
2018-11-19
psql: Describe partitioned tables/indexes as such
Alvaro Herrera
2018-04-13
Use custom hash opclass for hash partition pruning
Alvaro Herrera
2018-03-19
Fix state reversal after partition tuple routing
Alvaro Herrera
2018-03-15
Clean up duplicate role and schema names in regression tests.
Tom Lane
2017-12-01
Fix uninitialized memory reference.
Robert Haas
2017-11-28
If a range-partitioned table has no default partition, reject null keys.
Robert Haas
2017-11-22
Sort default partition to bottom of psql \d+
Simon Riggs
2017-11-22
Show partition info from psql \d+
Simon Riggs
2017-11-09
Add hash partitioning.
Robert Haas
2017-09-16
After a MINVALUE/MAXVALUE bound, allow only more of the same.
Robert Haas
2017-09-08
Allow a partitioned table to have a default partition.
Robert Haas
2017-08-31
Expand partitioned tables in PartDesc order.
Robert Haas
2017-08-03
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-07-24
Fix partitioning crashes during error reporting.
Robert Haas
2017-07-21
Make the new partition regression tests locale-independent.
Dean Rasheed
2017-07-21
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-18
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-06-07
Prevent BEFORE triggers from violating partitioning constraints.
Robert Haas
2017-05-18
Don't explicitly mark range partitioning columns NOT NULL.
Robert Haas
2017-05-13
Fix multi-column range partitioning constraints.
Robert Haas
2017-04-10
Fix reporting of violations in ExecConstraints, again.
Robert Haas
2017-03-27
Fix improper NULL handling in list partitioning code.
Robert Haas
2017-03-07
Give partitioned table "p" in regression tests a less generic name.
Robert Haas
2017-03-06
Allow partitioned tables to be dropped without CASCADE
Simon Riggs
2017-03-03
Improve error reporting for tuple-routing failures.
Robert Haas
2017-01-24
Set ecxt_scantuple correctly for tuple routing.
Robert Haas
2017-01-19
Fix RETURNING to work correctly with partition tuple routing.
Robert Haas
2017-01-19
Fix failure to enforce partitioning contraint for internal partitions.
Robert Haas
2017-01-18
Avoid use of DROP TABLE .. CASCADE in partitioning tests.
Robert Haas
2017-01-18
Add some more tests for tuple routing.
Robert Haas
2017-01-04
Fix reporting of constraint violations for table partitioning.
Robert Haas
2016-12-31
Fix unstable regression test results.
Tom Lane
2016-12-22
Fix tuple routing in cases where tuple descriptors don't match.
Robert Haas
2016-12-07
Implement table partitioning.
Robert Haas
2016-11-03
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-08-03
Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.
Tom Lane
2011-11-29
When a row fails a not-null constraint, show row's contents in errdetail.
Tom Lane
2011-04-25
Regression tests for TOAST.
Robert Haas
2008-09-01
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2006-08-03
A few regression tests for VALUES, from Gavin Sherry.
Tom Lane
2003-09-25
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-07-21
Error message editing in backend/executor.
Tom Lane
[next]