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
/
pg_index.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
1
-0
/
+1
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Add index OID macro argument to DECLARE_INDEX
Peter Eisentraut
2021-06-29
1
-4
/
+2
*
Build in some knowledge about foreign-key relationships in the catalogs.
Tom Lane
2021-02-02
1
-4
/
+8
*
Add primary keys and unique constraints to system catalogs
Peter Eisentraut
2021-01-30
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
1
-0
/
+5
*
Be more careful about marking catalog columns NOT NULL by default.
Tom Lane
2020-07-21
1
-4
/
+6
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-27
1
-9
/
+0
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-1
/
+1
*
Improve consistency of comments in system catalog headers.
Tom Lane
2018-04-19
1
-1
/
+1
*
Replace our traditional initial-catalog-data format with a better design.
Tom Lane
2018-04-08
1
-31
/
+7
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
1
-18
/
+20
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
1
-20
/
+18
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
1
-18
/
+20
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-1
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Add the notion of REPLICA IDENTITY for a table.
Robert Haas
2013-11-08
1
-7
/
+9
*
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
-7
/
+18
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
1
-1
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-0
/
+1
*
Hide most variable-length fields from Form_pg_* structs
Peter Eisentraut
2012-01-27
1
-1
/
+3
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-1
/
+1
*
Per-column collation support
Peter Eisentraut
2011-02-08
1
-5
/
+7
*
Replace pg_class.relhasexclusion with pg_index.indisexclusion.
Tom Lane
2011-01-25
1
-11
/
+13
*
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
*
Install a data-type-based solution for protecting pg_get_expr().
REL9_1_ALPHA1
Tom Lane
2010-09-03
1
-3
/
+3
*
Get rid of the need for manual maintenance of the initial contents of
Tom Lane
2010-01-05
1
-3
/
+3
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Support deferrable uniqueness constraints.
Tom Lane
2009-07-29
1
-11
/
+13
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Reduce the need for frontend programs to include "postgres.h" by refactoring
Tom Lane
2008-03-27
1
-7
/
+2
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
HOT updates. When we update a tuple without changing any of its indexed
Tom Lane
2007-09-20
1
-7
/
+11
*
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-09
1
-4
/
+14
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-2
/
+2
*
Add the ability to create indexes 'concurrently', that is, without
Tom Lane
2006-08-25
1
-6
/
+8
*
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
-6
/
+6
[next]