- 16 Sep, 2006 1 commit
-
-
Bruce Momjian authored
-
- 25 Aug, 2006 1 commit
-
-
Tom Lane authored
blocking concurrent writes to the table. Greg Stark, with a little help from Tom Lane.
-
- 04 Jul, 2006 1 commit
-
-
Tom Lane authored
-
- 18 Jun, 2006 1 commit
-
-
Peter Eisentraut authored
symlink is kept for now for compatibility. To call single-user mode, use postgres --single.
-
- 12 Sep, 2005 1 commit
-
-
Tom Lane authored
appears in the REINDEX ref page.
-
- 15 Aug, 2005 1 commit
-
-
Tom Lane authored
-
- 22 Jun, 2005 1 commit
-
-
Tom Lane authored
in the database. The old behavior (reindex system catalogs only) is now available as REINDEX SYSTEM. I did not add the complementary REINDEX USER case since there did not seem to be consensus for this, but it would be trivial to add later. Per recent discussions.
-
- 22 Jan, 2005 1 commit
-
-
Bruce Momjian authored
8.0.X and HEAD.
-
- 04 Nov, 2004 1 commit
-
-
Tom Lane authored
-
- 24 Oct, 2004 1 commit
-
-
Tom Lane authored
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 29 Sep, 2003 1 commit
-
-
Tom Lane authored
invalid (has the wrong magic number) until the build is entirely complete. This turns out to cost no additional writes in the normal case, since we were rewriting the metapage at the end of the process anyway. In normal scenarios there's no real gain in security, because a failed index build would roll back the transaction leaving an unused index file, but for rebuilding shared system indexes this seems to add some useful protection.
-
- 24 Sep, 2003 1 commit
-
-
Tom Lane authored
now able to cope with assigning new relfilenode values to nailed-in-cache indexes, so they can be reindexed using the fully crash-safe method. This leaves only shared system indexes as special cases. Remove the 'index deactivation' code, since it provides no useful protection in the shared- index case. Require reindexing of shared indexes to be done in standalone mode, but remove other restrictions on REINDEX. -P (IgnoreSystemIndexes) now prevents using indexes for lookups, but does not disable index updates. It is therefore safe to allow from PGOPTIONS. Upshot: reindexing system catalogs can be done without a standalone backend for all cases except shared catalogs.
-
- 11 Sep, 2003 1 commit
-
-
Bruce Momjian authored
makes a few more small improvements to runtime.sgml, and makes some SGML conventions more consistent. Neil Conway
-
- 09 Sep, 2003 1 commit
-
-
Tom Lane authored
discussion. (Still have some work to do editing the remainder.)
-
- 31 Aug, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 26 Apr, 2003 1 commit
-
-
Peter Eisentraut authored
-
- 25 Mar, 2003 1 commit
-
-
Peter Eisentraut authored
vague cross-references with real links.
-
- 19 Feb, 2003 1 commit
-
-
Bruce Momjian authored
- more work from the SGML police - some grammar improvements: rewriting a paragraph or two, replacing contractions where (IMHO) appropriate - fix missing utility commands in lock mode docs - improve CLUSTER, REINDEX, SET SESSION AUTHORIZATION ref pages Neil Conway
-
- 17 Nov, 2002 1 commit
-
-
Bruce Momjian authored
DATABASE/TABLE/INDEX is the proper order.
-
- 21 Sep, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 23 Jun, 2002 1 commit
-
-
Bruce Momjian authored
-
- 23 Apr, 2002 1 commit
-
-
Tom Lane authored
-
- 21 Apr, 2002 1 commit
-
-
Thomas G. Lockhart authored
capabilities of specifying time zones as intervals per SQL9x. Put refentrytitle contents on the same line as the tag. Otherwise, leading whitespace is propagated into the product, which (at least) messes up the ToC layout. Remove (some) docinfo tags containing dates. Best to omit if the dates are not accurate; maybe use CVS dates instead or leave them out.
-
- 22 Mar, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 08 Dec, 2001 1 commit
-
-
Thomas G. Lockhart authored
between Postgres and PostgreSQL.
-
- 25 Nov, 2001 2 commits
- 20 Nov, 2001 1 commit
-
-
Tom Lane authored
-
- 03 Sep, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 05 Oct, 2000 1 commit
-
-
Bruce Momjian authored
Fix misspelling of disbursion to dispersion.
-
- 22 Jul, 2000 1 commit
-
-
Bruce Momjian authored
-
- 31 Mar, 2000 1 commit
-
-
Hiroshi Inoue authored
-