- 28 Sep, 2003 4 commits
-
-
Tom Lane authored
in the RI triggers for ON DELETE/UPDATE SET DEFAULT. The code depended way too much on knowledge of plan structure, and yet still would fail if the generated query got rewritten by rules.
-
Bruce Momjian authored
-
Bruce Momjian authored
Nigel J. Andrews
-
Bruce Momjian authored
-
- 27 Sep, 2003 18 commits
-
-
Bruce Momjian authored
M?rcio Dick Smiderle
-
Bruce Momjian authored
-
Tom Lane authored
sequence for dumping.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
method. Fix a number of places where shared libraries were linked without mentioning all the libraries they depend on; the Darwin and AIX ports are known to require this, and it doesn't seem to hurt any other supported platforms. (Hence, remove code in pl/tcl makefile that tried to avoid mentioning other libs if not needed.)
-
Jan Wieck authored
accounts.bid values of zero. Jan
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
pass COPY's EOL tests.
-
Bruce Momjian authored
-
Jan Wieck authored
on pgsql-hackers. A cast is included in the dump output if any of the objects does not belong to a system namespace and all of the non-system namespace objects belong to dumped namespaces. System namespace is defined as nspname begins with "pg_". Jan
-
Bruce Momjian authored
and improve tests.
-
Bruce Momjian authored
-
Peter Eisentraut authored
every string, especially if some of the output should be fixed-format machine-readable. This needs to be more carefully sorted out. Also, make the help message generated by --help-config -h be more similar in style to the others.
-
Peter Eisentraut authored
are not longer than 8 characters. But sometimes they are, and that made the display quite ugly. So just format them vertically so that everyone can read them.
-
Bruce Momjian authored
permissions.
-
- 26 Sep, 2003 6 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
configure's tests see the same compilation environment as the code. Per discussion with Stephan Szabo.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Michael Meskes authored
-
Tom Lane authored
during ExecInitTidScan, because the rest of the executor isn't ready.
-
- 25 Sep, 2003 8 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
to allow es_snapshot to be set to SnapshotNow rather than a query snapshot. This solves a bug reported by Wade Klaver, wherein triggers fired as a result of RI cascade updates could misbehave.
-
Tom Lane authored
-
Tom Lane authored
-
Peter Eisentraut authored
message editing.
-
Peter Eisentraut authored
terms, add some clarifications, fix some untranslatable attempts at dynamic message building.
-
Bruce Momjian authored
-
- 24 Sep, 2003 4 commits
-
-
Bruce Momjian authored
-
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.
-
Marc G. Fournier authored
another totally benign, test commit
-
Marc G. Fournier authored
test 2, benign, no change
-