- 03 May, 2008 5 commits
-
-
Andrew Dunstan authored
Joshua Drake.
-
Tom Lane authored
UPDATE/DELETE forgot to teach ruleutils.c to display the alias. Per bug #4141 from Mathias Seiler.
-
Tom Lane authored
support multiple OUT arguments, though.) Hannu Krosing
-
Andrew Dunstan authored
any hardcoding of those options. Along the way, reorder the expression used to calculate RELSEG_SIZE to make it slightly clearer. For now wal_segsize is only allowed to have a value of 1 on Windows - we can relax that when we get full large file support in the backend.
-
Tom Lane authored
Pavel Stehule
-
- 02 May, 2008 8 commits
-
-
Tom Lane authored
-
Tom Lane authored
retrieved to be controlled through a GUC variable. Robert Hell
-
Tom Lane authored
let XLOG_BLCKSZ and XLOG_SEG_SIZE be set via configure. Per a proposal by Mark Wong, though I thought it better to call the switches after "wal" rather than "xlog".
-
Peter Eisentraut authored
-
Heikki Linnakangas authored
Dickson S. Guedes
-
Peter Eisentraut authored
This has been the only documented and encouraged syntax for a long time, and with extension facilities such as aliases being proposed, it is a good time to clean up the legacy syntax a bit. Author: Bernd Helmle <mailings@oopsware.de>
-
Tom Lane authored
-
Tom Lane authored
support for a nonsegmented mode from md.c. Per recent discussions, there doesn't seem to be much value in a "never segment" option as opposed to segmenting with a suitably large segment size. So instead provide a configure-time switch to set the desired segment size in units of gigabytes. While at it, expose a configure switch for BLCKSZ as well. Zdenek Kotala
-
- 01 May, 2008 2 commits
-
-
Tom Lane authored
abbreviations. It doesn't conflict with any other abbreviation so there seems no reason not to include it. Per a recent gripe.
-
Tom Lane authored
it vary with BLCKSZ as before. This agrees with what the documentation says, and avoids a regression test problem when BLCKSZ is larger than default. Per recent discussion.
-
- 30 Apr, 2008 2 commits
-
-
Tom Lane authored
a user-supplied TID is out of range for the relation. This is needed to preserve compatibility with our pre-8.3 behavior, and it is sensible anyway since if the query were implemented by brute force rather than optimized into a TidScan, the behavior for a non-existent TID would be zero rows out, never an error. Per gripe from Gurjeet Singh.
-
Alvaro Herrera authored
Andreas Scherbaum
-
- 29 Apr, 2008 4 commits
-
-
Tom Lane authored
makeFloatConst, and avoid "manual" construction of A_Const nodes in grammar productions, in favor of using makeXXXConst subroutines.
-
Alvaro Herrera authored
The capability for changing language owners is new in 8.3, so that's how far back this needs to be backpatched. Per bug #4132 by Kirill Simonov.
-
Alvaro Herrera authored
Brendan Jurd, minor editorialization by me.
-
Alvaro Herrera authored
of functions.
-
- 28 Apr, 2008 5 commits
-
-
Tom Lane authored
test. We have seen some buildfarm failures that seem to be due to this limit being unexpectedly exceeded when the machine is under load.
-
Bruce Momjian authored
> #A hyphen, "-", marks changes that will appear in the upcoming 8.4 release.#
-
Tom Lane authored
which is a global variable not a function, and so the probe failed on machines where the linker makes a distinction (cf. Red Hat bug #444317). Probe for an actual function instead.
-
Alvaro Herrera authored
-
Alvaro Herrera authored
array's subscripts. Pavel Stehule, some editorialization by me.
-
- 27 Apr, 2008 1 commit
-
-
Alvaro Herrera authored
them.
-
- 26 Apr, 2008 1 commit
-
-
Tom Lane authored
do CancelBackup at a sane place, fix some oversights in the state transitions, allow only superusers to connect while we are waiting for backup mode to end.
-
- 25 Apr, 2008 3 commits
-
-
Bruce Momjian authored
* Allow adding/renaming/removing enumerated values to an existing enumerated data type > > http://archives.postgresql.org/pgsql-hackers/2008-04/msg01718.php >
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 24 Apr, 2008 9 commits
-
-
Bruce Momjian authored
> * Allow adding/renaming/removing enumerated values to an existing > enumerated data type
-
Tom Lane authored
flags by separate AT_SetNotNull subcommands. That was always ugly and inefficient, and it's now clear that it was merely a partial workaround for the bug just identified in ATExecAddColumn. This is just code beautification not a bug fix, so no back-patch. Brendan Jurd, with some trivial additional cleanup by me.
-
Bruce Momjian authored
< * Allow adding enumerated values to an existing enumerated data > * Allow adding/removing enumerated values to an existing enumerated data
-
Tom Lane authored
checked to see if it's been initialized to all non-nulls. The implicit NOT NULL constraint was not being checked during the ALTER (in fact, not even if there was an explicit NOT NULL too), because ATExecAddColumn neglected to set the flag needed to make the test happen. This has been broken since the capability was first added, in 8.0. Brendan Jurd, per a report from Kaloyan Iliev.
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Allow prepared transactions with temporary tables created and dropped > in the same transaction, and when an ON COMMIT DELETE ROWS temporary > table is accessed > > http://archives.postgresql.org/pgsql-hackers/2008-03/msg00047.php
-
Bruce Momjian authored
> > o Impove COPY performance > > http://archives.postgresql.org/pgsql-hackers/2008-02/msg00954.php
-
Bruce Momjian authored
* Allow index scans to return matching index keys, not just the matching heap locations > > http://archives.postgresql.org/pgsql-hackers/2008-04/msg01657.php >
-
Bruce Momjian authored
> * Allow index scans to return matching index keys, not just the matching > heap locations
-