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_class.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code review for row security.
Stephen Frost
2014-09-24
1
-2
/
+2
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
1
-11
/
+13
*
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
-9
/
+23
*
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-04
1
-23
/
+21
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-1
/
+1
*
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-06
1
-9
/
+11
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
1
-0
/
+1
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
1
-9
/
+15
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-25
1
-4
/
+4
*
Remove RELKIND_UNCATALOGED.
Robert Haas
2012-06-14
1
-1
/
+0
*
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-13
1
-1
/
+1
*
Hide most variable-length fields from Form_pg_* structs
Peter Eisentraut
2012-01-27
1
-6
/
+3
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
1
-1
/
+1
*
Measure the number of all-visible pages for use in index-only scan costing.
Tom Lane
2011-10-14
1
-21
/
+24
*
Allow per-column foreign data wrapper options.
Robert Haas
2011-08-05
1
-1
/
+1
*
Add notion of a "transform function" that can simplify function calls.
Robert Haas
2011-06-21
1
-1
/
+1
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-2
/
+2
*
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-22
1
-8
/
+9
*
Per-column collation support
Peter Eisentraut
2011-02-08
1
-2
/
+2
*
Replace pg_class.relhasexclusion with pg_index.indisexclusion.
Tom Lane
2011-01-25
1
-13
/
+11
*
Basic foreign table support.
Robert Haas
2011-01-01
1
-0
/
+1
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Support unlogged tables.
Robert Haas
2010-12-29
1
-0
/
+1
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
1
-6
/
+9
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-4
/
+7
*
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-07
1
-5
/
+6
*
Type table feature
Peter Eisentraut
2010-01-28
1
-30
/
+32
*
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
*
Add exclusion constraints, which generalize the concept of uniqueness to
Tom Lane
2009-12-07
1
-12
/
+14
*
Extend the BKI infrastructure to allow system catalogs to be given
Tom Lane
2009-09-26
1
-2
/
+3
*
Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT
Tom Lane
2009-08-02
1
-2
/
+2
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-2
/
+2
*
Add a "relistemp" boolean column to pg_class, which is true for temporary
Tom Lane
2009-03-31
1
-17
/
+19
*
Support column-level privileges, as required by SQL standard.
Tom Lane
2009-01-22
1
-2
/
+2
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Add a new column proiswindow to pg_proc. It doesn't actually do anything
Tom Lane
2008-12-19
1
-2
/
+2
*
Default values for function arguments
Peter Eisentraut
2008-12-04
1
-2
/
+2
*
Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint
Tom Lane
2008-11-09
1
-24
/
+18
*
Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType()
Tom Lane
2008-07-30
1
-2
/
+2
*
Add a "provariadic" column to pg_proc to eliminate the remarkably expensive
Tom Lane
2008-07-16
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
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-2
/
+2
*
Implement function-local GUC parameter settings, as per recent discussion.
Tom Lane
2007-09-03
1
-2
/
+2
*
Support arrays of composite types, including the rowtypes of regular tables
Tom Lane
2007-05-11
1
-2
/
+2
[next]