- Allow array on int8
Peter Eisentraut <peter_e@gmx.net>
- Allow array on int8 - Prevent permissions on indexes - Instituted --enable-multibyte option and tweaked the MB build process where necessary - initdb prompts for superuser password
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/initdb.sgml | modified | +10 −19 |
| src/backend/tcop/utility.c | modified | +11 −8 |
| src/bin/initdb/initdb.sh | modified | +77 −57 |
| src/bin/initdb/Makefile | modified | +2 −2 |
| src/bin/pg_encoding/Makefile | modified | +12 −5 |
| src/bin/pg_encoding/pg_encoding.c | modified | +2 −2 |
| src/configure | modified | +438 −424 |
| src/configure.in | modified | +27 −14 |
| src/include/catalog/pg_shadow.h | modified | +2 −2 |
| src/include/catalog/pg_type.h | modified | +2 −1 |
| src/include/config.h.in | modified | +3 −0 |
| src/include/mb/pg_wchar.h | modified | +2 −2 |
| src/Makefile.global.in | modified | +2 −8 |