Commit Graph

170 Commits (4f1b6e5bb4fe9bc74395d30d689b28e9cda654a5)

Author SHA1 Message Date
Peter Eisentraut cc2c9fa696 sepgsql: update TAP test to use fat comma style 11 months ago
Peter Eisentraut aeb8ea361a Convert sepgsql tests to TAP 11 months ago
Peter Eisentraut 02ed3c2bdc meson: Fix sepgsql installation 11 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 12 months ago
Michael Paquier 7f97b4734f Fix some comments related to library unloading 12 months ago
Álvaro Herrera 14e87ffa5c
Add pg_constraint rows for not-null constraints 1 year ago
Tom Lane cf590c568d Update contrib/sepgsql regression tests for commit 89e51abcb. 1 year ago
Peter Eisentraut 17974ec259 Revise GUC names quoting in messages again 2 years ago
Tom Lane da256a4a7f Pre-beta mechanical code beautification. 2 years ago
Alvaro Herrera 6f8bb7c1e9
Revert structural changes to not-null constraints 2 years ago
Jeff Davis c7ea3f4229 Update sepgsql expected output. 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Andres Freund 823eb3db1c meson: Fix missing dependency from install-quiet to sepgsql.sql 2 years ago
Alvaro Herrera b0e96f3119
Catalog not-null constraints 2 years ago
Michael Paquier d3c25ca1bf sepgsql: Adjust regression expected output 2 years ago
Tom Lane 8d525d7b95 Adjust sepgsql expected output for 681d9e462 et al. 3 years ago
Alvaro Herrera 95f5a7a42c
Fix sepgsql expected test output 3 years ago
Alvaro Herrera 21e6bf4ddd
Revert "Adjust contrib/sepgsql regression test expected outputs." 3 years ago
Tom Lane 76c111a7f1 Adjust contrib/sepgsql regression test expected outputs. 3 years ago
Tom Lane 462bb7f128 Remove bms_first_member(). 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Alvaro Herrera a61b1f7482
Rework query relation permission checking 3 years ago
Alvaro Herrera b5bbaf08ed
Fix typo 3 years ago
Michael Paquier d9d873bac6 Clean up some inconsistencies with GUC declarations 3 years ago
Andres Freund e5555657ba meson: Add support for building with precompiled headers 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
David Rowley 8b26769bc4 Fix an assortment of improper usages of string functions 3 years ago
Daniel Gustafsson d885a6b612 Remove unused code from sepgsql 3 years ago
Tom Lane 94077df1c2 Avoid casting away const in sepgsql's quote_object_name. 3 years ago
Peter Eisentraut 45987aae26 Remove unnecessary casts in free() and pfree() 3 years ago
Andres Freund fd4bad1655 Remove now superfluous declarations of dlsym()ed symbols. 3 years ago
Tom Lane 88103567cb Disallow setting bogus GUCs within an extension's reserved namespace. 4 years ago
Tom Lane 134d974636 Include permissive/enforcing state in sepgsql log messages. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tom Lane cab5b9ab2c Revert changes about warnings/errors for placeholders. 4 years ago
Tom Lane 5609cc01c6 Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved(). 4 years ago
Tom Lane 1fada5d81e Add missing EmitWarningsOnPlaceholders() calls. 4 years ago
Michael Paquier fd0625c7a9 Clean up some code using "(expr) ? true : false" 4 years ago
Michael Paquier 1e3445237b Fix regression test output of sepgsql 4 years ago
Tom Lane 7c337b6b52 Centralize the logic for protective copying of utility statements. 5 years ago
Peter Eisentraut b034ef9b37 Remove gratuitous uses of deprecated SELECT INTO 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Heikki Linnakangas 8818ad5b15 Fix expected output: the order of agg permission checks changed. 5 years ago
Michael Paquier 788dd0b839 Fix some typos 5 years ago
Peter Eisentraut bdc4edbea6 Move catalog index declarations 5 years ago
Michael Paquier 1f32136a99 Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/ 5 years ago
Michael Paquier e949137397 Fix compilation failure with sepgsql 6 years ago
Michael Paquier 2a10fdc430 Eliminate cache lookup errors in SQL functions for object addresses 6 years ago