| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-10-04 | Clean up some messages and fix missing translation support. Option --log | Peter Eisentraut | |
| renamed to --log-file for clarity. | |||
| 2005-10-03 | COPY's test for read-only transaction was backward; it prohibited COPY TO | Tom Lane | |
| where it should prohibit COPY FROM. Found by Alon Goldshuv. | |||
| 2005-10-03 | Add a trace_sort option to help with measuring resource usage of external | Tom Lane | |
| sort operations. Per recent discussion. Simon Riggs and Tom Lane. | |||
| 2005-10-03 | Fix procedure for updating nextval() defaults so that it actually works. | Tom Lane | |
| Update release dates for pending back-branch releases. | |||
| 2005-10-03 | Fix font of sequence header. | Bruce Momjian | |
| 2005-10-03 | Fix null bytes at end of file (weird). | Bruce Momjian | |
| 2005-10-03 | Update sequence docs. | Bruce Momjian | |
| 2005-10-03 | Merge Tom and my descriptions of new sequence behavior into one entry. | Bruce Momjian | |
| 2005-10-03 | Update release notes to show how to upgrade a database to use the new | Bruce Momjian | |
| early binding for nextval() calls in default clauses. | |||
| 2005-10-03 | Remove, 8.1 completed items already removed: | Bruce Momjian | |
| < * -Have sequence dependency track use of DEFAULT sequences | |||
| 2005-10-03 | Done: | Bruce Momjian | |
| < * Have sequence dependency track use of DEFAULT sequences, < seqname.nextval? > * -Have sequence dependency track use of DEFAULT sequences | |||
| 2005-10-02 | Change nextval and other sequence functions to specify their sequence | Tom Lane | |
| argument as a 'regclass' value instead of a text string. The frontend conversion of text string to pg_class OID is now encapsulated as an implicitly-invocable coercion from text to regclass. This provides backwards compatibility to the old behavior when the sequence argument is explicitly typed as 'text'. When the argument is just an unadorned literal string, it will be taken as 'regclass', which means that the stored representation will be an OID. This solves longstanding problems with renaming sequences that are referenced in default expressions, as well as new-in-8.1 problems with renaming such sequences' schemas or moving them to another schema. All per recent discussion. Along the way, fix some rather serious problems in dbmirror's support for mirroring sequence operations (int4 vs int8 confusion for instance). | |||
| 2005-10-01 | Adjust wording. | Bruce Momjian | |
| 2005-09-30 | Change the option spelling to --connection-limit to be consistent with the | Peter Eisentraut | |
| SQL option spelling. | |||
| 2005-09-29 | Remove acronym in one title. | Bruce Momjian | |
| 2005-09-28 | Mention fix for bug #1916 in release notes for affected versions. | Tom Lane | |
| 2005-09-28 | Fix typo. | Bruce Momjian | |
| 2005-09-28 | Add section on reliable operation, talking about caching and storage | Bruce Momjian | |
| subsystem reliability. | |||
| 2005-09-28 | Update SQL conformance mention to 2003. | Bruce Momjian | |
| 2005-09-28 | Update Russian FAQ. | Bruce Momjian | |
| Victor Vislobokov | |||
| 2005-09-27 | Add attribution. | Bruce Momjian | |
| 2005-09-27 | Done: | Bruce Momjian | |
| < * +Add options to pg_config to show the share_dir, sysconfdir, < pkgincludedir, and localedir | |||
| 2005-09-27 | Fix problems with PGXS builds against an installation tree that was | Tom Lane | |
| relocated after installation. We can't trust the installation paths inserted into Makefile.global by configure, so instead we must get the paths from pg_config. This requires extending pg_config to support all the separately-configurable path names, but that was on TODO anyway. | |||
| 2005-09-27 | Release notes up to date as of today. | Bruce Momjian | |
| 2005-09-27 | Add: | Bruce Momjian | |
| > o Improve signal handling, > http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php | |||
| 2005-09-27 | Novice: | Bruce Momjian | |
| < * Add options to pg_config to show the share_dir, sysconfdir, > * +Add options to pg_config to show the share_dir, sysconfdir, | |||
| 2005-09-26 | Create preliminary release notes for upcoming back-branch releases. | Tom Lane | |
| 2005-09-26 | Done: | Bruce Momjian | |
| < * Allow protocol-level EXECUTE that is actually a fetch to appear < in the logs as a fetch rather than another execute | |||
| 2005-09-26 | Add: | Bruce Momjian | |
| > * Allow protocol-level BIND parameter values to be logged > * Allow protocol-level EXECUTE that is actually a fetch to appear > in the logs as a fetch rather than another execute | |||
| 2005-09-25 | Wording cleanup. | Bruce Momjian | |
| 2005-09-25 | Document why PQtrace and ecpg debug() can crash the application if the | Bruce Momjian | |
| DLL compiles to not match the application. | |||
| 2005-09-24 | Cleanups for recent addition to log_connections documentation. | Neil Conway | |
| 2005-09-24 | Improve wording. | Bruce Momjian | |
| 2005-09-24 | Add mention of duplicate connection messages from psql, per Andrew. | Bruce Momjian | |
| 2005-09-24 | Update release notes for 4-byte UTF mappings. | Bruce Momjian | |
| 2005-09-24 | Document change in large object snapshotting behavior as a version | Tom Lane | |
| compatibility issue. | |||
| 2005-09-23 | Add: | Bruce Momjian | |
| > * Simplify dropping roles that have objects in several databases | |||
| 2005-09-23 | Add: | Bruce Momjian | |
| > o Allow PL/PgSQL to support WITH HOLD cursors | |||
| 2005-09-23 | Add: | Bruce Momjian | |
| > > o Display IN, INOUT, and OUT parameters in \df+ > > It probably requires psql to output newlines in the proper > column, which is already on the TODO list. | |||
| 2005-09-23 | Remove xid wraparound mention, because it was already done in 8.0, per Neil. | Bruce Momjian | |
| 2005-09-23 | Add: | Bruce Momjian | |
| > * Add function to report the time of the most recent server reload | |||
| 2005-09-23 | Add: | Bruce Momjian | |
| > * Add options to pg_config to show the share_dir, sysconfdir, > pkgincludedir, and localedir > | |||
| 2005-09-23 | Clarify autovacuum wording. | Bruce Momjian | |
| 2005-09-23 | Please find attached a patch which tells about what the spiffy, | Bruce Momjian | |
| integrated autovacuum now does :) David Fetter | |||
| 2005-09-23 | Mention that autovacuum also needs stats. | Bruce Momjian | |
| 2005-09-23 | Attached patch takes a swing at improving the autovacuum wording in | Bruce Momjian | |
| maintenance.sgml. Robert Treat [ Also fix create domain markup.] | |||
| 2005-09-22 | Add warning about DOMAINs. | Bruce Momjian | |
| David Fetter | |||
| 2005-09-22 | Add: | Bruce Momjian | |
| > * Allow CREATE INDEX to take an additional parameter for use with > special index types > | |||
| 2005-09-22 | Move table constraint patch up into the main new features section of the | Bruce Momjian | |
| release notes. | |||
| 2005-09-22 | Add "basic" for table partitioning. | Bruce Momjian | |
