summaryrefslogtreecommitdiff
path: root/contrib/sepgsql
AgeCommit message (Expand)Author
2023-03-02Remove bms_first_member().Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-06Fix typoAlvaro Herrera
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-09-02Remove unused code from sepgsqlDaniel Gustafsson
2022-08-27Avoid casting away const in sepgsql's quote_object_name.Tom Lane
2022-08-26Remove unnecessary casts in free() and pfree()Peter Eisentraut
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-01-12Include permissive/enforcing state in sepgsql log messages.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-12-21Add missing EmitWarningsOnPlaceholders() calls.Tom Lane
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-08-10Fix regression test output of sepgsqlMichael Paquier
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-01-28Remove gratuitous uses of deprecated SELECT INTOPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
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