- 11 Aug, 2006 5 commits
-
-
Bruce Momjian authored
David Fetter
-
Bruce Momjian authored
-
Alvaro Herrera authored
-
Bruce Momjian authored
Ian Barwick
-
Bruce Momjian authored
< * Allow encoding on a per-column basis > * Allow encoding on a per-column basis optionally using the ICU library: > http://archives.postgresql.org/pgsql-patches/2005-08/msg00309.php > http://archives.postgresql.org/pgsql-patches/2006-03/msg00233.php
-
- 10 Aug, 2006 4 commits
-
-
Tom Lane authored
same data type and same typmod, we show that typmod as the output typmod, rather than generic -1. This responds to several complaints over the past few years about UNIONs unexpectedly dropping length or precision info.
-
Bruce Momjian authored
comment. 8.1.X is not affected by this commit.
-
Bruce Momjian authored
interface builds like libpq need it. Backpatch addition to 8.1.X.
-
Bruce Momjian authored
Greg Sabino Mullane
-
- 09 Aug, 2006 13 commits
-
-
Tom Lane authored
will fix current platypus build failure.
-
Bruce Momjian authored
-
Bruce Momjian authored
rounded down to zero. Backpatch to 8.1.X.
-
-
Bruce Momjian authored
as micro-seconds, rather than as 100 microseconds, as it does now. This actually fixes all setitimer calls on Win32, but statement_timeout is the most visible fix. Backpatch to 8.1.X. 8.0 works as documented.
-
Bruce Momjian authored
-
-
Bruce Momjian authored
> > > Features We Do _Not_ Want > ========================= > > * All backends running as threads in a single process (not want) > > This eliminates the process protection we get from the current setup. > Thread creation is usually the same overhead as process creation on > modern systems, so it seems unwise to use a pure threaded model. > > * Optimizer hints (not want) > > Optimizer hints are used to work around problems in the optimizer. We > would rather have the problems reported and fixed. > http://archives.postgresql.org/pgsql-hackers/2006-08/msg00506.php
-
Bruce Momjian authored
< A package would be a schema with public/private variables, > A package would be a schema with session-local variables, > http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php
-
Michael Meskes authored
Also fixed a new Coverity report.
-
Michael Meskes authored
Further regression cleanup.
-
Bruce Momjian authored
_CRT_SECURE_NO_DEPRECATE. Hiroshi Saito
-
Bruce Momjian authored
< A package would be a schema with its own variables, < private functions, and initialization functions. It > A package would be a schema with public/private variables, > public/private functions, and initialization functions. It
-
- 08 Aug, 2006 16 commits
-
-
Bruce Momjian authored
< private functions, and initialization functions > private functions, and initialization functions. It > is also possible to implement these capabilities > in all schemas and not use a separate "packages" > syntax at all.
-
Bruce Momjian authored
Hiroshi Saito
-
Bruce Momjian authored
< o COPY FROM STDIN not implemented because not useful? > o Implement COPY FROM STDIN
-
Tom Lane authored
-
Tom Lane authored
loaded libraries: call functions _PG_init() and _PG_fini() if the library defines such symbols. Hence we no longer need to specify an initialization function in preload_libraries: we can assume that the library used the _PG_init() convention, instead. This removes one source of pilot error in use of preloaded libraries. Original patch by Ralf Engelschall, preload_libraries changes by me.
-
Bruce Momjian authored
-
Bruce Momjian authored
> > A package would be a schema with its own variables, > private functions, and initialization functions >
-
Bruce Momjian authored
< o Add Oracle-style packages > o Add Oracle-style packages (Pavel) > * Pavel is Pavel Stehule <pavel.stehule@hotmail.com>
-
Bruce Momjian authored
Hiroshi Saito
-
Bruce Momjian authored
< o Automatically force archiving of partially-filled WAL files when > o -Automatically force archiving of partially-filled WAL files when < < Doing this will allow administrators to know more easily when < the archive contains all the files needed for point-in-time < recovery. < http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php < < o Add reporting of the current WAL file and offset, perhaps as > o -Add reporting of the current WAL file and offset, perhaps as < < The offset allows parts of a WAL file to be archived using < an external program. <
-
Teodor Sigaev authored
-
Michael Meskes authored
-
Michael Meskes authored
-
Michael Meskes authored
Lots of small changes in regression test suite
-
Bruce Momjian authored
< * Allow protocol-level BIND parameter values to be logged < < http://archives.postgresql.org/pgsql-hackers/2006-02/msg00165.php > * -Allow protocol-level BIND parameter values to be logged, if text mode
-
Bruce Momjian authored
o print user name for all o print portal name if defined for all o print query for all o reduce log_statement header to single keyword o print bind parameters as DETAIL if text mode
-
- 07 Aug, 2006 2 commits