Commit Graph

175 Commits (master)

Author SHA1 Message Date
Álvaro Herrera 325fc0ab14
Avoid including commands/dbcommands.h in so many places 2 weeks ago
Peter Eisentraut 2ad6e80de9 Fix various hash function uses 1 month ago
Michael Paquier 2c6469d4cd Fix incorrect year in some copyright notices 4 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 6 months ago
Michael Paquier 19c6e92b13 Apply more consistent style for command options in TAP tests 6 months ago
Peter Eisentraut cc2c9fa696 sepgsql: update TAP test to use fat comma style 7 months ago
Peter Eisentraut aeb8ea361a Convert sepgsql tests to TAP 8 months ago
Peter Eisentraut 02ed3c2bdc meson: Fix sepgsql installation 8 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 8 months ago
Michael Paquier 7f97b4734f Fix some comments related to library unloading 9 months ago
Álvaro Herrera 14e87ffa5c
Add pg_constraint rows for not-null constraints 10 months ago
Tom Lane cf590c568d Update contrib/sepgsql regression tests for commit 89e51abcb. 10 months ago
Peter Eisentraut 17974ec259 Revise GUC names quoting in messages again 1 year ago
Tom Lane da256a4a7f Pre-beta mechanical code beautification. 1 year ago
Alvaro Herrera 6f8bb7c1e9
Revert structural changes to not-null constraints 1 year 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. 2 years ago
Alvaro Herrera 95f5a7a42c
Fix sepgsql expected test output 2 years ago
Alvaro Herrera 21e6bf4ddd
Revert "Adjust contrib/sepgsql regression test expected outputs." 2 years ago
Tom Lane 76c111a7f1 Adjust contrib/sepgsql regression test expected outputs. 2 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. 4 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