Andres Freund
1a7a43672b
Don't use !! but != 0/NULL to force boolean evaluation.
...
I introduced several uses of !! to force bit arithmetic to be boolean,
but per discussion the project prefers != 0/NULL.
Discussion: CA+TgmoZP5KakLGP6B4vUjgMBUW0woq_dJYi0paOz-My0Hwt_vQ@mail.gmail.com
2016-03-27 18:10:19 +02:00
Bruce Momjian
ee94300446
Update copyright for 2016
...
Backpatch certain files through 9.1
2016-01-02 13:33:40 -05:00
Bruce Momjian
4baaf863ec
Update copyright for 2015
...
Backpatch certain files through 9.0
2015-01-06 11:43:47 -05:00
Bruce Momjian
0a78320057
pgindent run for 9.4
...
This includes removing tabs after periods in C comments, which was
applied to back branches, so this change should not effect backpatching.
2014-05-06 12:12:18 -04:00
Bruce Momjian
7e04792a1c
Update copyright for 2014
...
Update all files in head, and files COPYRIGHT and legal.sgml in all back
branches.
2014-01-07 16:05:30 -05:00
Robert Haas
0f05840bf4
Allow sepgsql labels to depend on object name.
...
The main change here is to call security_compute_create_name_raw()
rather than security_compute_create_raw(). This ups the minimum
requirement for libselinux from 2.0.99 to 2.1.10, but it looks
like most distributions will have picked that up before 9.3 is out.
KaiGai Kohei
2013-03-28 15:41:38 -04:00
Bruce Momjian
bd61a623ac
Update copyrights for 2013
...
Fully update git head, and update back branches in ./COPYRIGHT and
legal.sgml files.
2013-01-01 17:15:01 -05:00
Robert Haas
aa2b237ce5
sepgsql cleanups.
...
This is needed to match recent changes elsewhere. Along the way, some
renaming for clarity.
KaiGai Kohei
2012-09-05 14:01:59 -04:00
Bruce Momjian
927d61eeff
Run pgindent on 9.2 source tree in preparation for first 9.3
...
commit-fest.
2012-06-10 15:20:04 -04:00
Bruce Momjian
e126958c2e
Update copyright notices for year 2012.
2012-01-01 18:01:58 -05:00
Robert Haas
a9d845be49
sepgsql uavc comment improvements.
...
Robert Haas and KaiGai Kohei
2011-09-27 08:37:46 -04:00
Robert Haas
4232c4b406
Userspace access vector cache for contrib/sepgsql.
...
KaiGai Kohei
2011-09-01 08:38:40 -04:00