1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-23 14:01:44 +03:00
Commit Graph

26 Commits

Author SHA1 Message Date
c03c6857b7 Update manuals for 6.2 release. 1997-10-01 19:14:35 +00:00
c83beeff06 Update manuals for 6.2 release. 1997-10-01 19:08:48 +00:00
319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 1997-09-07 05:04:48 +00:00
33b028b5b0 Fix syntax error in psql help. 1997-09-04 15:02:56 +00:00
b992e200b8 NOT NULL implementation (submitted by Robson Paniago de Miranda). 1997-08-19 04:46:15 +00:00
4d8a5efcef Add single quotes to \\h set help 1997-07-24 19:11:53 +00:00
8f846a321c Update psql EXPLAIN help description, from Thomas. 1997-06-12 16:43:08 +00:00
9d14ef9465 SET var TO '...'
^^ - added
1997-06-03 06:19:11 +00:00
09e41a037e Update man and psqlHelp for new SET GEQO=# option. 1997-06-02 14:12:40 +00:00
6c82ae2c02 Add R_PLANS to psql help, and SET cleanup. 1997-06-01 04:53:44 +00:00
6ed9f2f17b DROP agg psql help change from Darren. 1997-06-01 04:32:41 +00:00
65ff0feacf Fix backslash commands broken when \connect user added. 1997-05-22 18:55:40 +00:00
02233addcc Include information for reset, set, and show commands. 1997-05-17 06:16:34 +00:00
7a2b417d15 Vacuum help changed (ANALYZE). 1997-04-23 06:41:56 +00:00
2b788e0bf5 \h create/drop sequence. 1997-04-02 04:18:26 +00:00
87bc5db412 '\h create index' shows that multi-column indices are available now. 1997-03-26 03:01:29 +00:00
765dd2a4c0 explain change 1996-12-29 19:31:16 +00:00
2d291ab093 Changed EXPLAIN option names. 1996-12-29 00:53:59 +00:00
5dd3c5620c Added documentation on new unique index capability. 1996-11-16 05:45:56 +00:00
3a56b21832 Update help for alter table. remove EXTEND function. 1996-10-07 02:32:39 +00:00
4bec96f16f Brought psql help up to date with syntax and manual. 1996-10-03 15:46:31 +00:00
75e2cbcec3 New vacuum option. 1996-10-03 04:20:41 +00:00
208a30f23d The patch does several things:
It adds a WITH OIDS option to the copy command, which allows
dumping and loading of oids.

        If a copy command tried to load in an oid that is greater than
its current system max oid, the system max oid is incremented.  No
checking is done to see if other backends are running and have cached
oids.

        pg_dump as its first step when using the -o (oid) option, will
copy in a dummy row to set the system max oid value so as rows are
loaded in, they are certain to be lower than the system oid.

        pg_dump now creates indexes at the end to speed loading


Submitted by:  Bruce Momjian <maillist@candle.pha.pa.us>
1996-08-24 20:49:41 +00:00
7450ea6dfb cosmetic changes: char* x changed to char *x
submitted by: bruce
1996-07-28 07:08:15 +00:00
d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00