postgresql/src
Michael Paquier 0240a00fbd Fix some issues and improve psql completion for access methods
The following issues have been spotted:
- CREATE INDEX .. USING suggests both index and table AMs, but it should
consider only index AMs.
- CREATE TABLE .. USING has no completion support.  USING was not being
included in the completion list where it should, and follow-up
suggestions for table AMs have been missing as well.
- CREATE ACCESS METHOD .. TYPE suggests only INDEX, with TABLE missing.

Author: Michael Paquier
Discussion: https://postgr.es/m/20190601191007.GC1905@paquier.xyz
2019-06-03 11:02:32 +09:00
..
backend Fix double-phrase typo in message 2019-05-31 10:08:37 -04:00
bin Fix some issues and improve psql completion for access methods 2019-06-03 11:02:32 +09:00
common Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
fe_utils Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
include Fix incorrect parameter name in comment 2019-05-31 13:30:05 -04:00
interfaces Un-break ecpg tests for Windows. 2019-06-02 11:07:54 -04:00
makefiles Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds. 2019-04-09 08:25:39 -07:00
pl Clean up PL/Perl's handling of the _() macro. 2019-06-02 12:23:39 -04:00
port Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
template Yet further rethinking of build changes for macOS Mojave. 2018-11-02 18:54:00 -04:00
test worker_spi needs a .gitignore file now. 2019-06-02 11:13:23 -04:00
timezone Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
tools Make cpluspluscheck more portable. 2019-06-02 13:45:01 -04:00
tutorial Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
.gitignore
DEVELOPERS
Makefile Fix partial-build problems introduced by having more generated headers. 2018-04-09 16:42:10 -04:00
Makefile.global.in Consistently test for in-use shared memory. 2019-04-12 22:36:38 -07:00
Makefile.shlib Ensure static libraries have correct mod time even if ranlib messes it up. 2018-11-29 15:53:44 -05:00
nls-global.mk Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00