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
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
/
indexing.out
Age
Commit message (
Expand
)
Author
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-09-26
Ensure we have a snapshot when updating pg_index entries.
Nathan Bossart
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2023-12-21
Avoid trying to fetch metapage of an SPGist partitioned index.
Tom Lane
2023-08-25
Catalog not-null constraints
Alvaro Herrera
2023-07-14
Fix updates of indisvalid for partitioned indexes
Michael Paquier
2023-07-12
Allow some exclusion constraints on partitions
Peter Eisentraut
2023-06-30
Fix marking of indisvalid for partitioned indexes at creation
Michael Paquier
2023-06-28
Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTI...
Michael Paquier
2023-04-12
Revert "Catalog NOT NULL constraints" and fallout
Alvaro Herrera
2023-04-07
Catalog NOT NULL constraints
Alvaro Herrera
2022-08-18
Fix subtly-incorrect matching of parent and child partitioned indexes.
Tom Lane
2021-07-08
Improve error messages about mismatching relkind
Peter Eisentraut
2020-09-30
Reword partitioning error message
Alvaro Herrera
2020-09-01
Raise error on concurrent drop of partitioned index
Alvaro Herrera
2020-03-03
Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes
Michael Paquier
2019-10-13
Fix dependency handling of column drop with partitioned tables
Michael Paquier
2019-04-23
Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.
Tom Lane
2019-04-11
Remove redundant and ineffective test for btree insertion fast path.
Tom Lane
2019-03-26
Fix partitioned index creation bug with dropped columns
Alvaro Herrera
2019-03-21
Fix dependency recording bug for partitioned PKs
Alvaro Herrera
2019-02-11
Redesign the partition dependency mechanism.
Tom Lane
2019-01-24
Detach constraints when partitions are detached
Alvaro Herrera
2019-01-14
Fix unique INCLUDE indexes on partitioned tables
Alvaro Herrera
2018-12-18
Include partitioned indexes to system view pg_indexes
Michael Paquier
2018-11-19
psql: Describe partitioned tables/indexes as such
Alvaro Herrera
2018-10-22
Set pg_class.relhassubclass for partitioned indexes
Michael Paquier
2018-10-04
Fix duplicate primary keys in partitions
Alvaro Herrera
2018-09-27
Fix assorted bugs in pg_get_partition_constraintdef().
Tom Lane
2018-06-29
Fix crash when ALTER TABLE recreates indexes on partitions
Alvaro Herrera
2018-06-22
When index recurses to a partition, map columns numbers
Alvaro Herrera
2018-04-12
Fix interference between covering indexes and partitioned tables
Teodor Sigaev
2018-04-11
Temporary revert 5c6110c6a960ad6fe1b0d0fec6ae36ef4eb913f5
Teodor Sigaev
2018-04-11
Fix interference between cavering indexes and partitioned tables
Teodor Sigaev
2018-03-26
Remove two tests inadvertently added in 2b27273435
Andrew Dunstan
2018-03-26
Optimize btree insertions for common case of increasing values
Andrew Dunstan
2018-03-12
Avoid having two PKs in a partition
Alvaro Herrera
2018-03-12
doc: Reword restriction on partition keys in unique indexes
Alvaro Herrera
2018-02-26
Avoid using unsafe search_path settings during dump and restore.
Tom Lane
2018-02-19
Fix expected output
Alvaro Herrera
2018-02-19
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-01-25
Ignore partitioned indexes where appropriate
Alvaro Herrera
2018-01-19
Fix regression tests for better stability
Alvaro Herrera
2018-01-19
Local partitioned indexes
Alvaro Herrera