| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove postgres utility completions | Shohei YOSHIDA | 2025-12-10 | 1 | -590/+0 |
| | | | | | | | | Because zsh supports those commands by itself now See - https://github.com/zsh-users/zsh/blob/master/Completion/Unix/Command/_postgresql | ||||
| * | Fix typos | Dimitris Apostolou | 2023-01-04 | 1 | -2/+2 |
| | | |||||
| * | Update links | Shohei YOSHIDA | 2022-11-23 | 1 | -3/+3 |
| | | |||||
| * | Add additional PostgreSQL completions for 13+ and reorganize | J Smith | 2022-01-27 | 1 | -58/+127 |
| | | |||||
| * | Merge pull request #749 from arp242/psqlrc | Shohei YOSHIDA | 2020-06-03 | 1 | -5/+5 |
| |\ | | | | | pgsql: add -X to psql commands to prevent loading ~/.psqlrc | ||||
| | * | pgsql: add -X to psql commands to prevent loading ~/.psqlrc | Martin Tournoij | 2020-06-03 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ~/.psqlrc may alter the output. In particular, I have '\timing on' in there to add timings. This is useful when using psql, but not when relying on it in scripts. For example: psql -Aqt -c "select n.nspname \ from pg_catalog.pg_namespace n \ where n.nspname "'!~'" '^pg_' \ and n.nspname <> 'information_schema' \ order by 1;" postgres 2>/dev/null Gives the output: public Time: 1.882 ms Whereas with -X it gives the standard output: public | ||||
| * | | pgsql: Check for pg_config existence | Martin Tournoij | 2020-06-03 | 1 | -4/+3 |
| |/ | | | | | | pg_config isn't installed by default on many systems, and is usually part of postgresql-libs-devel or some such, leading to needless "pg_config not found" errors on completion. | ||||
| * | Fix typos | Dimitris Apostolou | 2020-04-09 | 1 | -7/+7 |
| | | |||||
| * | Add additional PostgreSQL completions for PostgreSQL 12+ | J Smith | 2020-02-13 | 1 | -1/+17 |
| | | |||||
| * | Fix a syntax error on the PostgreSQL `createuser` utility | J Smith | 2019-06-14 | 1 | -3/+3 |
| | | |||||
| * | #505: pg_restore accepts a file | Julien Nicoulaud | 2018-10-13 | 1 | -1/+2 |
| | | |||||
| * | Add the --role option to the common pgsql options | J Smith | 2017-08-28 | 1 | -0/+1 |
| | | |||||
| * | Add additional options for initdb | J Smith | 2017-08-28 | 1 | -0/+5 |
| | | |||||
| * | Add the -i/--interactive option for dropuser | J Smith | 2017-08-28 | 1 | -1/+1 |
| | | |||||
| * | Add additional options for createuser | J Smith | 2017-08-28 | 1 | -1/+5 |
| | | |||||
| * | Add additional options for pg_dump | J Smith | 2017-08-28 | 1 | -0/+11 |
| | | |||||
| * | Add additional options for psql | J Smith | 2017-08-28 | 1 | -0/+5 |
| | | |||||
| * | #207: add license headers to compdefs from zsh-users mailing list | Julien Nicoulaud | 2016-05-27 | 1 | -0/+25 |
| | | |||||
| * | Add service=... support to PostgreSQL completion | Stefano Zacchiroli | 2015-11-06 | 1 | -1/+11 |
| | | |||||
| * | pg_restore completion | J Smith | 2015-06-28 | 1 | -1/+41 |
| | | |||||
| * | Correct misspellings | Syohei YOSHIDA | 2015-06-08 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in _pgsql_utils --disable-dollar-quoting | Felix Bùˆnemann | 2014-08-28 | 1 | -1/+1 |
| | | |||||
| * | pg_dumpall completion | Daniel Serodio | 2012-09-21 | 1 | -1/+32 |
| | | |||||
| * | Add a bunch of additional options for pg_dump. | J Smith | 2012-09-11 | 1 | -1/+10 |
| | | |||||
| * | Add the -T/--exclude-table option for pg_dump. | J Smith | 2012-09-11 | 1 | -0/+1 |
| | | |||||
| * | Add the -N/--exclude-schema option for pg_dump. | J Smith | 2012-09-11 | 1 | -0/+1 |
| | | |||||
| * | Add _pgsql_schemas to grab the list of schemas for pg_dump. | J Smith | 2012-09-11 | 1 | -1/+18 |
| | | |||||
| * | Add the -E/--encoding option for pg_dump. | J Smith | 2012-09-11 | 1 | -0/+1 |
| | | |||||
| * | Add the initdb command. | J Smith | 2012-09-10 | 1 | -2/+47 |
| | | |||||
| * | Add the createuser and dropuser commands. | J Smith | 2012-09-10 | 1 | -1/+38 |
| | | |||||
| * | Get the list of encodings from the database cluster. | J Smith | 2012-09-10 | 1 | -21/+12 |
| | | |||||
| * | Connect to template1 when getting the list of databases. | J Smith | 2012-09-10 | 1 | -1/+1 |
| | | | | | | We can't assume that the user will have a database that shares their user name. | ||||
| * | Fix typo -- "oin" should be "oid". | J Smith | 2012-09-10 | 1 | -1/+1 |
| | | |||||
| * | Move modelines to end of file | Aaron Schrab | 2012-08-23 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | Having a vim modeline or emacs local variable line somewhere in the middle of the file isn't really helpful. By default, vim will only check the first and last 5 lines of a file for a modeline (assuming the modeline option is enabled). Emacs is even more strict about the type of local variable line that was in use, it will only check the first line of the file or the second line if the first line specifies a script interpreter (which isn't the case here). Move the vim modeline to the end of the file so that it can actually be found by vim but is out of the way for editing. For emacs more work is required, convert that to the more verbose Local Variables syntax which emacs will look for starting 3000 characters from the end of the file. Also there is no zsh mode for emacs (according to zsh-users/zsh-completions#75), use the "Shell-Script" mode instead. This seems to automatically detect that the files are for zsh. I'm not an emacs user, so I haven't tested that portion much. But, this does at least improve the syntax highlighting there. | ||||
| * | [BREAKING CHANGE] Move compdefs to own directory (to ease packaging and | Julien Nicoulaud | 2012-08-01 | 1 | -0/+266 |
| avoid bloating users fpath with unneeded files such as README.md) | |||||
