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
/
backend
/
commands
/
seclabel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
1
-1
/
+0
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
1
-12
/
+12
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
1
-1
/
+2
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Remove duplicated words split across lines in comments
Michael Paquier
2018-09-08
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
1
-1
/
+1
*
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-03-06
1
-2
/
+2
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
1
-4
/
+4
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
1
-11
/
+4
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Implement table partitioning.
Robert Haas
2016-12-07
1
-1
/
+2
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."
Tom Lane
2015-05-19
1
-14
/
+10
*
Change pg_seclabel.provider and pg_shseclabel.provider to type "name".
Tom Lane
2015-05-18
1
-10
/
+14
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
1
-2
/
+4
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-05
1
-1
/
+1
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
1
-6
/
+6
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
1
-2
/
+3
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-29
1
-1
/
+3
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-5
/
+5
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
1
-4
/
+0
*
Support SECURITY LABEL on databases, tablespaces, and roles.
Robert Haas
2011-07-20
1
-6
/
+177
*
Remove rel.h from objectaddress.h; only relcache.h is necessary.
Alvaro Herrera
2011-06-28
1
-0
/
+1
*
Add a missing_ok argument to get_object_address().
Robert Haas
2011-06-27
1
-1
/
+1
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-21
/
+22
*
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-26
1
-3
/
+0
*
Refactor seclabel.c to use the new check_object_ownership function.
Robert Haas
2011-03-04
1
-72
/
+18
*
Per-column collation support
Peter Eisentraut
2011-02-08
1
-0
/
+3
*
Basic foreign table support.
Robert Haas
2011-01-01
1
-2
/
+4
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Fix dumb typo in SECURITY LABEL error message.
Robert Haas
2010-10-26
1
-1
/
+1
*
Add a SECURITY LABEL command.
Robert Haas
2010-09-27
1
-0
/
+387