| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-03-03 | Update FAQ. | Bruce Momjian | |
| 2002-03-03 | Update FAQ. | Bruce Momjian | |
| 2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | |
| now just below FATAL in server_min_messages. Added more text to highlight ordering difference between it and client_min_messages. --------------------------------------------------------------------------- REALLYFATAL => PANIC STOP => PANIC New INFO level the prints to client by default New LOG level the prints to server log by default Cause VACUUM information to print only to the client NOTICE => INFO where purely information messages are sent DEBUG => LOG for purely server status messages DEBUG removed, kept as backward compatible DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1 added DebugLvl removed in favor of new DEBUG[1-5] symbols New server_min_messages GUC parameter with values: DEBUG[5-1], INFO, NOTICE, ERROR, LOG, FATAL, PANIC New client_min_messages GUC parameter with values: DEBUG[5-1], LOG, INFO, NOTICE, ERROR, FATAL, PANIC Server startup now logged with LOG instead of DEBUG Remove debug_level GUC parameter elog() numbers now start at 10 Add test to print error message if older elog() values are passed to elog() Bootstrap mode now has a -d that requires an argument, like postmaster | |||
| 2002-03-01 | User and database-specific session defaults for run-time configuration | Peter Eisentraut | |
| variables. New commands ALTER DATABASE ... SET and ALTER USER ... SET. | |||
| 2002-03-01 | Revert quotes, 7.2 doesn't need them for CREATE FUNCTION. | Bruce Momjian | |
| 2002-03-01 | Oops, we didn't have single quotes around 'langname' in CREATE FUNCTION | Bruce Momjian | |
| manual page; pointed out by IRC user. | |||
| 2002-02-27 | Some cleanups in CREATE/ALTER/DROP USER ref pages. | Peter Eisentraut | |
| 2002-02-27 | Update FAQ. | Bruce Momjian | |
| 2002-02-26 | Correct typo noticed by Christopher Kings-Lynne. | Tom Lane | |
| 2002-02-25 | Update FAQ_DEV. | Bruce Momjian | |
| 2002-02-25 | Update FAQ. | Bruce Momjian | |
| 2002-02-25 | Re-add equals documentation with CREATE DATABASE. | Bruce Momjian | |
| 2002-02-25 | Remove documentation of equals in CREATE DATABASE. Mention removal of | Bruce Momjian | |
| equals hack for the future. | |||
| 2002-02-24 | Fix copy-and-paste typo. | Tom Lane | |
| 2002-02-24 | Add -O/--owner switch to createdb script, in support of new OWNER option | Tom Lane | |
| for CREATE DATABASE. | |||
| 2002-02-24 | Add OWNER option to CREATE DATABASE, so superusers can create databases | Tom Lane | |
| on behalf of unprivileged users. Also, make '=' optional in CREATE DATABASE syntax. From Gavin Sherry, with kibitzing and docs by Tom Lane. | |||
| 2002-02-23 | Update FAQ_DEV. | Bruce Momjian | |
| 2002-02-23 | Heimdal support (Kerberos V implementation from KTH) | Peter Eisentraut | |
| 2002-02-22 | Add Russian FAQ from Viktor Vislobokov. | Bruce Momjian | |
| 2002-02-21 | Update FAQ. | Bruce Momjian | |
| 2002-02-21 | Small spacing cleanup. | Bruce Momjian | |
| 2002-02-21 | Wrap some SQL syntax examples so \h shows them better. | Bruce Momjian | |
| 2002-02-21 | Update FAQ. | Bruce Momjian | |
| 2002-02-21 | Update FAQ. | Bruce Momjian | |
| 2002-02-21 | Update FAQ. | Bruce Momjian | |
| 2002-02-18 | Privileges on functions and procedural languages | Peter Eisentraut | |
| 2002-02-18 | Set version to 7.3devel. | Peter Eisentraut | |
| 2002-02-18 | Minor copy-editing. | Tom Lane | |
| 2002-02-18 | Fix param handling of create* admin scripts as described months ago. | Bruce Momjian | |
| Properly handles default values. | |||
| 2002-02-18 | Update FAQ. | Bruce Momjian | |
| 2002-02-17 | Fix SGML typo in previous patch. | Bruce Momjian | |
| 2002-02-17 | I think it's important that it's actually documented that they can add | Bruce Momjian | |
| primary keys after the fact! Also, we need to add regression tests for alter table / add primary key and alter table / drop constraint. These shouldn't be added until 7.3 tho methinks... Chris | |||
| 2002-02-16 | Clarify params to ALTER TABLE to clearly show single parameters. | Bruce Momjian | |
| e.g. table contraint definition -> table_constraint_definition. | |||
| 2002-02-14 | Update FAQ. | Bruce Momjian | |
| 2002-02-13 | Point out that --adduser actually makes the new user a superuser. This | Tom Lane | |
| was mentioned on the man page for the underlying CREATE USER command, but it should be explained here too. | |||
| 2002-02-12 | Fix tutorial for references problem, from rainer.tammer@spg.schulergroup.com | Bruce Momjian | |
| 2002-02-12 | Modify COPY TO to emit carriage returns and newlines as backslash escapes | Tom Lane | |
| (backslash-r, backslash-n) for protection against newline-conversion munging. In future we will also tweak COPY FROM, but this part of the change should be backwards-compatible. Per pghackers discussion. Also, update COPY reference page to describe the backslash conversions more completely and accurately. | |||
| 2002-02-12 | Update FAQ. | Bruce Momjian | |
| 2002-02-12 | Update FAQ. | Bruce Momjian | |
| 2002-02-11 | Update wal files computation documentation. | Bruce Momjian | |
| 2002-02-11 | pg_dump and pg_restore man pages need to mention that one should restore | Tom Lane | |
| into a virgin database, ie, one created from template0, if there are any site-local additions in template1. | |||
| 2002-02-02 | Update FAQ. | Bruce Momjian | |
| 2002-02-02 | Update FAQ. | Bruce Momjian | |
| 2002-02-02 | Update for 7.2: | Bruce Momjian | |
| This fixes references to 7.1.3 (I think). It also modifies the japanese FAQ, so I'm not sure if that's done correctly. Chris | |||
| 2002-02-01 | Update FAQ_DEV. | Bruce Momjian | |
| 2002-01-31 | Consistend spelling for PL/pgSQL | Bruce Momjian | |
| 2002-01-31 | Update HISTORY/release.sgml for Monday release. | Bruce Momjian | |
| 2002-01-30 | Don't put empty paragraphs around tables. This messed up JadeTeX somehow, | Peter Eisentraut | |
| and doesn't make sense strictly speaking. | |||
| 2002-01-30 | Remove Jade/TeX hack, now that OpenJade 1.3.1 has it fixed. | Peter Eisentraut | |
| 2002-01-30 | Fix copy-and-paste bug in print style. | Peter Eisentraut | |
