summaryrefslogtreecommitdiff
path: root/contrib/sepgsql
Commit message (Expand)AuthorAgeFilesLines
* Adjust sepgsql expected output for 681d9e462 et al.Tom Lane2023-05-081-1/+0
* Fix sepgsql expected test outputAlvaro Herrera2023-05-051-2/+2
* Revert "Adjust contrib/sepgsql regression test expected outputs."Alvaro Herrera2023-04-122-2/+12
* Adjust contrib/sepgsql regression test expected outputs.Tom Lane2023-04-072-12/+2
* Remove bms_first_member().Tom Lane2023-03-021-1/+2
* Update copyright for 2023Bruce Momjian2023-01-0212-12/+12
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Rework query relation permission checkingAlvaro Herrera2022-12-063-27/+24
* Fix typoAlvaro Herrera2022-12-061-1/+1
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-311-2/+2
* meson: Add support for building with precompiled headersAndres Freund2022-10-061-0/+1
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+34
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-061-1/+1
* Remove unused code from sepgsqlDaniel Gustafsson2022-09-022-73/+0
* Avoid casting away const in sepgsql's quote_object_name.Tom Lane2022-08-271-27/+6
* Remove unnecessary casts in free() and pfree()Peter Eisentraut2022-08-261-4/+4
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-1/+0
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-211-1/+1
* Include permissive/enforcing state in sepgsql log messages.Tom Lane2022-01-127-638/+649
* Update copyright for 2022Bruce Momjian2022-01-0711-11/+11
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-271-1/+1
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-271-1/+1
* Add missing EmitWarningsOnPlaceholders() calls.Tom Lane2021-12-211-0/+2
* Clean up some code using "(expr) ? true : false"Michael Paquier2021-09-081-1/+1
* Fix regression test output of sepgsqlMichael Paquier2021-08-101-0/+2
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-181-2/+3
* Remove gratuitous uses of deprecated SELECT INTOPeter Eisentraut2021-01-282-2/+2
* Update copyright for 2021Bruce Momjian2021-01-0211-11/+11
* Fix expected output: the order of agg permission checks changed.Heikki Linnakangas2020-11-241-4/+4
* Fix some typosMichael Paquier2020-11-141-1/+1
* Move catalog index declarationsPeter Eisentraut2020-11-075-5/+0
* Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/Michael Paquier2020-08-143-12/+12
* Fix compilation failure with sepgsqlMichael Paquier2020-07-151-1/+1
* Eliminate cache lookup errors in SQL functions for object addressesMichael Paquier2020-07-156-27/+27
* Fix cache reference leak in contrib/sepgsql.Tom Lane2020-04-163-15/+30
* Represent command completion tags as structsAlvaro Herrera2020-03-021-3/+3
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-271-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-0111-11/+11
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-275-5/+5
* Rename files and headers related to index AMMichael Paquier2019-12-255-5/+5
* Remove useless "return;" linesAlvaro Herrera2019-11-281-2/+0
* Update sepgsql to add mandatory access control for TRUNCATEJoe Conway2019-11-238-1/+152
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-2/+11
* PG_FINALLYPeter Eisentraut2019-11-014-27/+8
* Fix typos in the codeMichael Paquier2019-10-303-3/+3
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-248-20/+13
* Update test output of sepgsql for ALTER TABLE COLUMN DROPMichael Paquier2019-10-141-1/+1
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-132-5/+3
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-1/+1