summaryrefslogtreecommitdiff
path: root/contrib/sepgsql
AgeCommit message (Expand)Author
2020-11-24Fix expected output: the order of agg permission checks changed.Heikki Linnakangas
2020-11-14Fix some typosMichael Paquier
2020-11-07Move catalog index declarationsPeter Eisentraut
2020-08-14Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/Michael Paquier
2020-07-15Fix compilation failure with sepgsqlMichael Paquier
2020-07-15Eliminate cache lookup errors in SQL functions for object addressesMichael Paquier
2020-04-16Fix cache reference leak in contrib/sepgsql.Tom Lane
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-23Update sepgsql to add mandatory access control for TRUNCATEJoe Conway
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-01PG_FINALLYPeter Eisentraut
2019-10-30Fix typos in the codeMichael Paquier
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-10-13Update test output of sepgsql for ALTER TABLE COLUMN DROPMichael Paquier
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-07-25Fix contrib/sepgsql test policy to work with latest SELinux releases.Tom Lane
2019-07-17Fix sepgsql test results for commit d97b714a2.Tom Lane
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-09Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera
2019-01-22Move generic snapshot related code from tqual.h to snapmgr.h.Andres Freund
2019-01-21Fix sepgsql regression test.Tom Lane
2019-01-21Remove superfluous tqual.h includes.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-18Update sepgsql regression test results for commit ca4103025.Tom Lane
2018-11-21Blind attempt at fixing sepgsql output for 578b22.Andres Freund
2018-11-21Fix sepgsql compile error caused by oid removal.Andres Freund
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-05-24Update sepgsql regression test output for getObjectDescription() changes.Tom Lane
2018-04-08Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane
2018-04-07Blindly attempt to fix sepgsql tests broken due to 9fdb675fc5.Andres Freund
2018-03-23Remove stdbool workaround in sepgsqlPeter Eisentraut
2018-02-21Blindly attempt to adapt sepgsql regression tests.Andres Freund
2018-02-12get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-08Fix contrib/sepgsql regr tests for tup-routing constraint check change.Joe Conway
2017-06-04Replace over-optimistic Assert in partitioning code with a runtime test.Tom Lane