postgresql/src
Tom Lane 4f18010af1 Convert psql's tab completion for backslash commands to the new style.
This requires adding some more infrastructure to handle both case-sensitive
and case-insensitive matching, as well as the ability to match a prefix of
a previous word.  So it ends up being about a wash line-count-wise, but
it's just as big a readability win here as in the SQL tab completion rules.

Michael Paquier, some adjustments by me
2016-01-05 12:00:13 -05:00
..
backend Adjust behavior of row_security GUC to match the docs. 2016-01-04 12:21:41 -05:00
bin Convert psql's tab completion for backslash commands to the new style. 2016-01-05 12:00:13 -05:00
common Update copyright for 2016 2016-01-02 13:33:40 -05:00
include Update copyright for 2016 2016-01-02 13:33:40 -05:00
interfaces Update copyright for 2016 2016-01-02 13:33:40 -05:00
makefiles Remove support for Unix systems without the POSIX signal APIs. 2015-08-31 12:56:10 -04:00
pl Update copyright for 2016 2016-01-02 13:33:40 -05:00
port Update copyright for 2016 2016-01-02 13:33:40 -05:00
template Remove some remains from Alpha support removal 2015-10-29 16:40:14 -04:00
test Adjust behavior of row_security GUC to match the docs. 2016-01-04 12:21:41 -05:00
timezone Update copyright for 2016 2016-01-02 13:33:40 -05:00
tools Make copyright.pl cope with nonstandard case choices in copyright notices. 2016-01-02 14:45:21 -05:00
tutorial Update copyright for 2016 2016-01-02 13:33:40 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
Makefile.global.in Make prove_installcheck remove the old log directory, if any. 2015-10-11 20:36:07 -04:00
Makefile.shlib AIX: Link TRANSFORM modules with their dependencies. 2015-07-15 21:00:26 -04:00
nls-global.mk Setup error context callback for transaction lock waits 2014-03-19 15:10:36 -03:00
win32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00