-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: postgresql-cfbot/postgresql
base: cf/5810~1
head repository: postgresql-cfbot/postgresql
compare: cf/5810
- 6 commits
- 1 file changed
- 2 contributors
Commits on Nov 4, 2025
-
Add tab completion for ALTER TABLE ... ALTER COLUMN ... RESET
Unlike SET, it only takes parenthesised attribute options.
Configuration menu - View commit details
-
Copy full SHA for 508dfc5 - Browse repository at this point
Copy the full SHA 508dfc5View commit details -
Add tab completion for ALTER FOREIGN TABLE ... SET
The schema is the only thing that can be set for foreign tables.
Configuration menu - View commit details
-
Copy full SHA for db469f0 - Browse repository at this point
Copy the full SHA db469f0View commit details -
Improve tab completion for RESET
Only complete variables that have been set in the current session, plus the keywords ALL, ROLE and SESSION (which will subsequently be completed with AUTHORIZATION). Because we're using Matches() insted of TailMatches(), we can also get rid of the guards against ALTER DATABASE|USER|ROLE ... RESET.
Configuration menu - View commit details
-
Copy full SHA for 0efe3bd - Browse repository at this point
Copy the full SHA 0efe3bdView commit details -
Improve tab completion for ALTER SYSTEM RESET
Only complete variables where sourcefile is `postgresql.conf.auto` in the data directory.
Configuration menu - View commit details
-
Copy full SHA for 1cffeeb - Browse repository at this point
Copy the full SHA 1cffeebView commit details -
Improve tab completion for ALTER SYSTEM RESET for non-superusers
Non-superusers can only use ALTER SYSTEM on variables they've explicitly been GRANTed access to, and can't read the data_directory setting or pg_settings.sourceline column, so the existing tab completion for ALTER SYSTEM isn't very useful for them. Instead, query pg_parameter_acl to show the variables they do have permission to set via ALTER SYSTEM.
Configuration menu - View commit details
-
Copy full SHA for a573585 - Browse repository at this point
Copy the full SHA a573585View commit details -
[CF 5810] v5 - Improve tab completion for various SET/RESET forms
This branch was automatically generated by a robot using patches from an email thread registered at: https://commitfest.postgresql.org/patch/5810 The branch will be overwritten each time a new patch version is posted to the thread, and also periodically to check for bitrot caused by changes on the master branch. Patch(es): https://www.postgresql.org/message-id/[email protected] Author(s): Dagfinn Ilmari Mannsåker
Commitfest Bot committedNov 4, 2025 Configuration menu - View commit details
-
Copy full SHA for 23656cd - Browse repository at this point
Copy the full SHA 23656cdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cf/5810~1...cf/5810