summaryrefslogtreecommitdiff
path: root/contrib/sepgsql
AgeCommit message (Expand)Author
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
2017-05-21Fix contrib/sepgsql regression tests for partition NOT NULL change.Tom Lane
2017-04-10Fix whitespacePeter Eisentraut
2017-04-09Make sepgsql regression tests robust vs. collation differencesJoe Conway
2017-04-09Add partitioned table support to sepgsqlJoe Conway
2017-04-06Silence uninitialized variable compiler warning in sepgsqlJoe Conway
2017-04-06Silence compiler warning in sepgsqlJoe Conway
2017-04-01Try to fix breakage of sepgsql hooks by ENR patch.Kevin Grittner
2017-03-26Blindly attempt to fix sepgsql tests #2.Andres Freund
2017-03-26Blindly attempt to fix sepgsql tests.Andres Freund
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-02-06Fix typo also in expected output.Heikki Linnakangas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-17Remove unnecessary prototypes in loadable modulesPeter Eisentraut