index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
catalog
/
index.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-08-05
1
-0
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-2
/
+2
*
Support VERBOSE option in REINDEX command.
Fujii Masao
2015-05-15
1
-2
/
+2
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
1
-0
/
+2
*
Return ObjectAddress in many ALTER TABLE sub-routines
Alvaro Herrera
2015-03-25
1
-1
/
+2
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Get rid of SET LOGGED indexes persistence kludge
Alvaro Herrera
2014-11-15
1
-4
/
+7
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07
1
-0
/
+8
*
Implement IF NOT EXIST for CREATE INDEX.
Fujii Masao
2014-11-06
1
-1
/
+2
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-17
1
-1
/
+2
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2012-11-28
1
-0
/
+11
*
Add context info to OAT_POST_CREATE security hook
Alvaro Herrera
2012-10-23
1
-1
/
+2
*
Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.
Tom Lane
2012-08-11
1
-0
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-1
/
+1
*
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-04-06
1
-1
/
+1
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Improve table locking behavior in the face of current DDL.
Robert Haas
2011-11-30
1
-0
/
+1
*
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
1
-0
/
+1
*
Avoid changing an index's indcheckxmin horizon during REINDEX.
Tom Lane
2011-04-19
1
-1
/
+2
*
Simplify reindex_relation's API.
Tom Lane
2011-04-16
1
-3
/
+6
*
Per-column collation support
Peter Eisentraut
2011-02-08
1
-0
/
+1
*
Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.
Tom Lane
2011-01-25
1
-1
/
+16
*
Make ALTER TABLE revalidate uniqueness and exclusion constraints.
Robert Haas
2011-01-20
1
-1
/
+4
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs,
Tom Lane
2010-02-07
1
-2
/
+2
*
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-07
1
-2
/
+5
*
Assorted cleanups in preparation for using a map file to support altering
Tom Lane
2010-02-03
1
-3
/
+1
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Adjust naming of indexes and their columns per recent discussion.
Tom Lane
2009-12-23
1
-1
/
+2
*
Support deferrable uniqueness constraints.
Tom Lane
2009-07-29
1
-1
/
+3
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Prevent synchronous scan during GIN index build, because GIN is optimized
Tom Lane
2008-11-13
1
-1
/
+2
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, to
Alvaro Herrera
2007-05-16
1
-2
/
+2
*
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-09
1
-1
/
+2
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Add the ability to create indexes 'concurrently', that is, without
Tom Lane
2006-08-25
1
-2
/
+5
*
Change the bootstrap sequence so that toast tables for system catalogs are
Tom Lane
2006-07-31
1
-4
/
+2
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
1
-3
/
+1
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
1
-5
/
+2
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
1
-1
/
+5
*
Clean up code associated with updating pg_class statistics columns
Tom Lane
2006-05-10
1
-11
/
+9
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-7
/
+7
*
This patch refactors away some duplicated code in the index AM build
Neil Conway
2005-05-11
1
-2
/
+3
[next]