- 04 Jun, 2000 5 commits
-
-
Tom Lane authored
-
Tom Lane authored
actually use their targetlist, are given a targetlist that is just a pointer to the first appended plan's targetlist. This is OK, but what is not OK is that any sub-select expressions in said tlist were being entered in the subPlan lists of both the Append and the first appended plan. That led to two startup and two shutdown calls for the same plan node at exec time, which led to crashes. Fix is to not generate a list of subPlans for an Append node. Same problem and fix apply to other node types that don't have a real, functioning targetlist: Material, Sort, Unique, Hash.
-
Bruce Momjian authored
-
Peter Eisentraut authored
configuration options `Log_timestamp' and `Log_pid'.
-
Peter Eisentraut authored
Install a default configuration file. Clean up some funny business in the config file code.
-
- 03 Jun, 2000 1 commit
-
-
Bruce Momjian authored
-
- 02 Jun, 2000 11 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
"rb" and "wb".
-
Vadim B. Mikheev authored
-
Tom Lane authored
to do it at the last moment before calling system() ... not at some randomly-chosen earlier point in the routine ...
-
Tom Lane authored
it will close VFDs if necessary to surmount ENFILE or EMFILE failures. Make use of this in md.c, xlog.c, and user.c routines that were formerly vulnerable to these failures. In particular, this should handle failures of mdblindwrt() that have been observed under heavy load conditions. (By golly, every other process on the system may crash after Postgres eats up all the kernel FDs, but Postgres will keep going!)
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
conditional expression x?y:z in an awk program. Seems old versions of awk don't have that ...
-
Bruce Momjian authored
-
Tom Lane authored
-
- 01 Jun, 2000 16 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
overlength quoted identifiers. Death and destruction ensue...
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
the prototype in guc.h. The following patch corrects that. Billy G. Allie
-
Tom Lane authored
some versions of gmake (mine didn't do the right thing, anyway).
-
Peter Mount authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 31 May, 2000 3 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
(ie, parameters instead of consts) will be treated as a range query. We do not know the actual selectivities involved, but it seems like a good idea to use a smaller estimate than we would use for two unrelated inequalities.
-
Peter Eisentraut authored
That means you can now set your options in either or all of $PGDATA/configuration, some postmaster option (--enable-fsync=off), or set a SET command. The list of options is in backend/utils/misc/guc.c, documentation will be written post haste. pg_options is gone, so is that pq_geqo config file. Also removed were backend -K, -Q, and -T options (no longer applicable, although -d0 does the same as -Q). Added to configure an --enable-syslog option. changed all callers from TPRINTF to elog(DEBUG)
-
- 30 May, 2000 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
AUTHTYPE in config file. Patch both branches.
-