- Aug 25, 2000
-
-
Tom Lane authored
-
- Aug 23, 2000
-
-
Thomas G. Lockhart authored
but were missing the "mailto:" prefix. Fix typo. Thanks to Neil Conway <nconway@klamath.dyndns.org> for the heads-up.
-
- Aug 12, 2000
-
-
Tom Lane authored
take 'em out of pg_operator. Also remove from scan.l's set of legal operator characters. Update documentation.
-
- Aug 07, 2000
-
-
Tom Lane authored
that RAND_MAX applies to them, since it doesn't. Instead add a config.h parameter MAX_RANDOM_VALUE. This is currently set at 2^31-1 but could be auto-configured if that ever proves necessary. Also fix some outright bugs like calling srand() where srandom() is appropriate.
-
- Jul 24, 2000
-
-
Bruce Momjian authored
-
- Jul 22, 2000
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jul 21, 2000
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Jul 17, 2000
-
-
Tom Lane authored
There's now only one transition value and transition function. NULL handling in aggregates is a lot cleaner. Also, use Numeric accumulators instead of integer accumulators for sum/avg on integer datatypes --- this avoids overflow at the cost of being a little slower. Implement VARIANCE() and STDDEV() aggregates in the standard backend. Also, enable new LIKE selectivity estimators by default. Unrelated change, but as long as I had to force initdb anyway...
-
- Jul 14, 2000
-
-
Thomas G. Lockhart authored
Fix references to pg_hba.conf(5) since that is no longer a man page. Make minor repairs to "Compatibility" subsections.
-
- Jun 28, 2000
-
-
Tom Lane authored
for details). It doesn't really do that much yet, since there are no short-term memory contexts in the executor, but the infrastructure is in place and long-term contexts are handled reasonably. A few long- standing bugs have been fixed, such as 'VACUUM; anything' in a single query string crashing. Also, out-of-memory is now considered a recoverable ERROR, not FATAL. Eliminate a large amount of crufty, now-dead code in and around memory management. Fix problem with holding off SIGTRAP, SIGSEGV, etc in postmaster and backend startup.
-
- Jun 23, 2000
-
-
Peter Eisentraut authored
option settings. Sort out SIGHUP vs BACKEND -- there is no total ordering here, so make explicit checks. Add comments explaining all of this. Removed permissions check on SHOW command. Add examine_subclass to the game, rename to SQL_inheritance to fit the official data model better. Adjust documentation. Standalone backend needs to reset all options before it starts. To facilitate that, have IsUnderPostmaster be set by the postmaster itself, don't wait for the magic -p switch. Also make sure that all environment variables and argv's survive init_ps_display(). Use strdup where necessary. Have initdb make configuration files (postgresql.conf, pg_hba.conf) mode 0600 -- having configuration files is no fun if you can't edit them.
-
- Jun 19, 2000
-
-
Tom Lane authored
entries now for int8 and network hash indexes. int24_ops and int42_ops are gone. pg_opclass no longer contains multiple entries claiming to be the default opclass for the same datatype. opr_sanity regress test extended to catch errors like these in the future.
-
- Jun 18, 2000
-
-
Peter Eisentraut authored
reference page to new configuration system. Big update to administrator's guide, chapters Runtime environment, Client authentication, and User management, the latter two were part of the old Security chapter.
-
- Jun 09, 2000
-
-
Bruce Momjian authored
-
- Jun 02, 2000
-
-
Bruce Momjian authored
-
- May 30, 2000
-
-
Bruce Momjian authored
-
- May 29, 2000
-
-
Tom Lane authored
CurrentTriggerData is history.
-
- May 26, 2000
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- May 23, 2000
-
-
Bruce Momjian authored
-
- May 20, 2000
-
-
Bruce Momjian authored
-
- May 18, 2000
-
-
Bruce Momjian authored
PQconnectdb() style connections.
-
- May 15, 2000
-
-
Bruce Momjian authored
-
- May 12, 2000
-
-
Bruce Momjian authored
-
- May 11, 2000
-
-
Bruce Momjian authored
-
- May 09, 2000
-
-
Bruce Momjian authored
-