aboutsummaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Collapse)AuthorAge
...
* Fix broken markup, release date.Tom Lane2004-07-31
|
* Remove mention that we can't trap function errors.Bruce Momjian2004-07-31
|
* Fix number for FAQ item.Bruce Momjian2004-07-30
|
* PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, withPeter Eisentraut2004-07-30
| | | | | some massaging by Peter Eisentraut. This is basically a simple generalization of the existing contrib makefiles.
* Update Turkish FAQ.Bruce Momjian2004-07-29
| | | | Devrim GUNDUZ
* Update release notes with better wording.Bruce Momjian2004-07-28
| | | | Brian B.
* Update tuple header size.Bruce Momjian2004-07-27
|
* Here is a patch that fixes the pipes used in find_other_exec() whenBruce Momjian2004-07-26
| | | | | | | running as a service on windows <= 2000. Required to make the pg_ctl service wrapper to work at all. Magnus Hagander
* Adjust release notes based on community feedback.Bruce Momjian2004-07-26
|
* Update 7.5 release notes.Bruce Momjian2004-07-25
|
* log_destination should only be PGC_SIGHUP, not PGC_POSTMASTER, as perTom Lane2004-07-24
| | | | | discussion yesterday. Also a few improvements in the associated documentation.
* First draft of 7.5 release notes. Still needs markup, additional majorBruce Momjian2004-07-24
| | | | items, and detailed text descriptions.
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-21
| | | | | | | | recovery more manageable. Also, undo recent change to add FILE_HEADER and WASTED_SPACE records to XLOG; instead make the XLOG page header variable-size with extra fields in the first page of an XLOG file. This should fix the boundary-case bugs observed by Mark Kirkwood. initdb forced due to change of XLOG representation.
* Please find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-21
| | | | | | (fairly closely, I hope) to the current PL/Perl implementation. David Fetter
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-21
|
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-21
| | | | | | (fairly closely, I hope) to the current PL/Perl implementation. David Fetter
* Here is another patch that fixes a stack of pg_dump bugs:Bruce Momjian2004-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix help text ordering * Add back --set-session-authorization to pg_dumpall. Updated the docs for that. Updated help for that. * Dump ALTER USER commands for the cluster owner ("pgsql"). These are dumped AFTER the create user and create database commands in case the permissions to do these have been revoked. * Dump ALTER OWNER for public schema (because it's possible to change it). This was done by adding TOC entries for the public schema, and filtering them out at archiver time. I also save the owner in the TOC entry just for the public schema. * Suppress dumping single quotes around schema_path and DateStyle options when they are set using ALTER USER or ALTER DATABASE. Added a comment to the steps in guc.c to remind people to update that list. * Fix dumping in --clean mode against a pre-7.3 server. It just sets all drop statements to assume the public schema, allowing it to restore without error. * Cleaned up text output. eg. Don't output -- Tablespaces comment if there are none. Same for groups and users. * Make the commands to DELETE FROM pg_shadow and DELETE FROM pg_group only be output when -c mode is enabled. I'm not sure why that hasn't been done before?!?! This should be good for application asap, after which I will start on regression dumping 7.0-7.4 databases. Christopher Kings-Lynne
* No CVS FAQ, just CVS docs.Bruce Momjian2004-07-19
|
* *** empty log message ***Bruce Momjian2004-07-19
|
* Fix broken markup, per Jonathan Gardner.Tom Lane2004-07-17
|
* Add French FAQ.Bruce Momjian2004-07-15
| | | | LELARGE Guillaume
* Add permission display to \db+.Bruce Momjian2004-07-15
|
* Detect locale/encoding mismatch in initdb, or pick a suitable encodingPeter Eisentraut2004-07-14
| | | | automatically if none was specified.
* Have \dn+ show permissions and description for schemas.Bruce Momjian2004-07-13
| | | | Dennis Bjorklund
* Change pg_dump to use ALTER OWNER commands instead of SET SESSIONBruce Momjian2004-07-13
| | | | | | | | | AUTHORIZATION commands by default. Move all GRANT and REVOKE commands to the end of the dump to avoid restore failures in several situations. Bring back --use-set-session-authorization option to get previous SET behaviour Christopher Kings-Lyne
* Add tablespace location display for psql \d.Bruce Momjian2004-07-12
| | | | Gavin Sherry
* Add has_tablespace_privilege().Bruce Momjian2004-07-12
| | | | Christopher Kings-Lynne
* This patch adds the following options to pg_dumpall, to be passed toBruce Momjian2004-07-12
| | | | | | | | | | | | | | pg_dump: -S, --superuser=NAME -O, --no-owner -X disable-dollar-quoting, --disable-dollar-quoting -X disable-triggers, --disable-triggers Christopher Kings-Lynne
* Remove TABLESPACE option of CREATE SEQUENCE; sequences will now alwaysTom Lane2004-07-12
| | | | | | | live in database or schema's default tablespace, as per today's discussion. Also, remove some unused keywords from the grammar (PATH, PENDANT, VERSION), and fix ALSO, which was added as a keyword but not added to the keyword classification lists, thus making it worse-than-reserved.
* New text.Bruce Momjian2004-07-12
|
* Wording improvement.Bruce Momjian2004-07-12
|
* Tablespace examples for CREATE TABLE/INDEX/SCHEMA/DATABASE as well asBruce Momjian2004-07-12
| | | | | | some other examples for CREATE DATABASE. Gavin Sherry
* Move comma.Bruce Momjian2004-07-12
|
* New Czech FAQ.Bruce Momjian2004-07-12
| | | | Pavel Stehule
* Add FAQ entry on hardware selection.Bruce Momjian2004-07-12
|
* This patch fixes a small error in the Porting PL/SQL to PL/pgSQLBruce Momjian2004-07-11
| | | | | | | section where a instr function parameter is mistyped as varchar. It works properly when changed to integer. Michael Glaesemann
* Example for create function using argument namesBruce Momjian2004-07-11
| | | | Gavin Sherry
* ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane.Tom Lane2004-07-11
|
* Update German FAQ>Bruce Momjian2004-07-11
|
* Remove postgresql.conf of 'info' as a valid client_min_messages level.Bruce Momjian2004-07-11
|
* Allow configuration files to be placed outside the data directory.Bruce Momjian2004-07-11
| | | | | | | Add new postgresql.conf variables to point to data, pg_hba.conf, and pg_ident.conf files. Needs more documentation.
* Clarify schema meanings in pg_dump manual page by referring to objectBruce Momjian2004-07-10
| | | | definitions more frequently.
* Fix paragraph mention in ALTER DATABASE manual page.Bruce Momjian2004-07-05
| | | | Christopher Kings-Lynne
* Fix misspellings: langauge -> language.Tom Lane2004-07-04
|
* Okay, I've had it with answering newbie questions about why plpgsqlTom Lane2004-07-04
| | | | | | | | FOR loops are giving weird syntax errors. Restructure parsing of FOR loops so that the integer-loop-vs-query-loop decision is driven off the presence of '..' between IN and LOOP, rather than the presence of a matching record/row variable name. Hopefully this will make the behavior a bit more transparent.
* Add missing operators of the form interval-plus-datetime, as required forTom Lane2004-07-02
| | | | | | | | | | | | | better SQL compliance in this area, per recent discussion. Mark related operators as commutators where possible. (The system doesn't actually care about commutator marking for operators not returning boolean, at the moment, but this seems forward-thinking and besides it made it easier to verify that we hadn't missed any.) Also, remove interval-minus-time and interval-minus-timetz operators. I'm not sure how these got in, but they are nonstandard and had very obviously broken behavior. (minus is not commutative in anyone's book.) I doubt anyone had ever used 'em, because we'd surely have gotten a bug report about it if so.
* Andreas Pflug wrote:Joe Conway2004-07-02
| | | | | | | | | | From an idea of Bruce, the attached patch implements the function pg_tablespace_databases(oid) RETURNS SETOF oid which delivers as set of database oids having objects in the selected tablespace, enabling an admin to examine only the databases affecting the tablespace for objects instead of scanning all of them. initdb forced
* Override upstream DSSSL style sheet formatting changesPeter Eisentraut2004-06-29
|
* Comma splice policePeter Eisentraut2004-06-29
|
* Fix bogus line break within a file name, as noted by Alvaro.Tom Lane2004-06-27
|