- 12 Jul, 2004 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 11 Jul, 2004 23 commits
-
-
Bruce Momjian authored
< * Allow moving sequences and toast tables to other tablespaces
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Allow moving sequences and toast tables to other tablespaces
-
Bruce Momjian authored
section where a instr function parameter is mistyped as varchar. It works properly when changed to integer. Michael Glaesemann
-
Bruce Momjian authored
Gavin Sherry
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Add NOVICE output level for helpful messages like automatic sequence/index creation
-
Bruce Momjian authored
-
Bruce Momjian authored
environment variables.
-
Tom Lane authored
probably should have been to begin with; this is to cover cases like needing to recreate the per-db directory during WAL replay. Also, fix heap_create to force pg_class.reltablespace to be zero instead of the database's default tablespace; this makes the world safe for CREATE DATABASE to handle all tables in the default tablespace alike, as per previous discussion. And force pg_class.reltablespace to zero when creating a relation without physical storage (eg, a view); this avoids possibly having dangling references in this column after a subsequent DROP TABLESPACE.
-
Tom Lane authored
shift support code into heapam.c accordingly. This is in service of soon-to-be-committed ALTER TABLE SET TABLESPACE code that will want to use this same record type for both heaps and indexes. Theoretically I should have forced initdb for this, but in practice there is no change in xlog contents because CVS tip will never really emit this record type anyhow...
-
Bruce Momjian authored
control-z requirement.
-
Tom Lane authored
than 'datetime BC zone', because the former is accepted by the timestamptz input converter while the latter may not be depending on spacing. This is not a loss of compatibility w.r.t. 7.4 and before, because until very recently there was never a case where we'd output both zone and 'BC'.
-
Bruce Momjian authored
> * Allow moving system tables to other tablespaces, where possible
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Allow changing of already-created database and schema tablespaces
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Add an option to sync() before fsync()'ing checkpoint files
-
Bruce Momjian authored
< > * Use a phantom command counter for nested subtransactions to reduce > tuple overhead
-
Bruce Momjian authored
Add new postgresql.conf variables to point to data, pg_hba.conf, and pg_ident.conf files. Needs more documentation.
-
Bruce Momjian authored
> * Add include functionality to postgresql.conf >
-
- 10 Jul, 2004 6 commits
-
-
Tom Lane authored
since the person or script starting the postmaster has to be trusted anyway.
-
Tom Lane authored
accurate matching of our time zone to the system's zone. This method is able to distinguish Antarctica/Casey from Australia/Perth, as in Chris K-L's recent example; and it is not materially slower than before, because the extra checks generally don't get done against very many time zones. It seems possible that with this test we'd be able to correctly identify Windows timezones without looking at the timezone name, but I do not have the ability to try it.
-
Tom Lane authored
Also a quick but half-baked attempt to make trim_trailing_separator do the right thing with path consisting only of '/' --- still needs work for Windows I think.
-
Tom Lane authored
This is required by SQL spec to avoid failures in cases like SELECT sum(win)/sum(lose) FROM ... GROUP BY ... HAVING sum(lose) > 0; AFAICT we have gotten this wrong since day one. Kudos to Holger Jakobs for being the first to notice.
-
Bruce Momjian authored
definitions more frequently.
-
Bruce Momjian authored
OS thread tests fail.
-
- 07 Jul, 2004 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
< The most recent version of this document can be viewed at < the PostgreSQL web site, http://www.PostgreSQL.org. > The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
-
Bruce Momjian authored
> #A dash (-) marks changes that will appear in the upcoming 7.5 release.#
-
Bruce Momjian authored
-
Bruce Momjian authored
> \#A dash (-) marks changes that will appear in the upcoming 7.5 release.#
-
Bruce Momjian authored
-
- 06 Jul, 2004 3 commits
-
-
Bruce Momjian authored
< * Add replication of distributed databases < o Automatic failover < o Load balancing < o Master/slave replication < o Multi-master replication < o Partition data across servers < o Queries across databases or servers (two-phase commit) < o Allow replication over unreliable or non-persistent links 55a48,55 > * Improve replication solutions > o Automatic failover > o Load balancing > o Master/slave replication > o Multi-master replication > o Partition data across servers > o Queries across databases or servers (two-phase commit) > o Allow replication over unreliable or non-persistent links
-
Bruce Momjian authored
-
Bruce Momjian authored
> A dash (-) marks changes that will appear in the upcoming 7.5 release. > > Bracketed items "[]" have more detail. 9,12d12 < < A dash (-) marks changes that will appear in the upcoming 7.5 release. < < Bracketed items "[]" have more detail.
-