index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
indexcmds.c
Age
Commit message (
Expand
)
Author
2019-07-01
pgindent run prior to branching v12.
Tom Lane
2019-06-27
Fix use-after-free introduced in 55ed3defc966
Alvaro Herrera
2019-06-26
Fix partitioned index creation with foreign partitions
Alvaro Herrera
2019-06-20
Rework some error strings for REINDEX CONCURRENTLY with system catalogs
Michael Paquier
2019-06-05
Fix confusing NOTICE text in REINDEX CONCURRENTLY
David Rowley
2019-06-04
Add command column to pg_stat_progress_create_index
Peter Eisentraut
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-10
Improve and fix some error handling for REINDEX INDEX/TABLE CONCURRENTLY
Michael Paquier
2019-05-08
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
Tom Lane
2019-05-08
Fix table lock levels for REINDEX INDEX CONCURRENTLY
Peter Eisentraut
2019-05-05
Fix style violations in syscache lookups.
Tom Lane
2019-05-05
Add check for syscache lookup failure in update_relispartition().
Tom Lane
2019-04-30
Message style fixes
Alvaro Herrera
2019-04-26
Apply stopgap fix for bug #15672.
Tom Lane
2019-04-25
Fix partitioned index attachment
Alvaro Herrera
2019-04-25
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-17
Rework handling of invalid indexes with REINDEX CONCURRENTLY
Michael Paquier
2019-04-07
Report progress of REINDEX operations
Peter Eisentraut
2019-04-02
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-03-30
Small code simplification for REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
Fix incorrect code in new REINDEX CONCURRENTLY code
Peter Eisentraut
2019-03-29
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-26
Fix partitioned index creation bug with dropped columns
Alvaro Herrera
2019-03-13
Include all columns in default names for foreign key constraints
Peter Eisentraut
2019-03-11
tableam: Add and use scan APIs.
Andres Freund
2019-02-21
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-11
Redesign the partition dependency mechanism.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-24
Remove argument isprimary from index_build()
Michael Paquier
2019-01-21
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-14
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
Fix unique INCLUDE indexes on partitioned tables
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-31
Remove some useless code
Alvaro Herrera
2018-12-27
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-05
Don't mark partitioned indexes invalid unnecessarily
Alvaro Herrera
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-10-22
Set pg_class.relhassubclass for partitioned indexes
Michael Paquier
2018-10-06
Fix event triggers for partitioned tables
Alvaro Herrera
2018-09-04
Fully enforce uniqueness of constraint names.
Tom Lane
2018-08-09
Restrict access to reindex of shared catalogs for non-privileged users
Michael Paquier
2018-07-18
Drop the rule against included index columns duplicating key columns.
Tom Lane
2018-06-30
pgindent run prior to branching
Andrew Dunstan
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-05-01
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-18
Better fix for deadlock hazard in CREATE INDEX CONCURRENTLY.
Tom Lane
[next]