- Aug 11, 2006
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Allow conversion from perl to postgresql array in OUT parameters. Second, allow hash form output from procedures with one OUT argument. Pavel Stehule
-
Bruce Momjian 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
-
- Aug 09, 2006
-
-
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
-
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
-
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
< o COPY FROM STDIN not implemented because not useful? > o Implement COPY FROM STDIN
- Aug 08, 2006
-
-
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
< 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. <
-
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
-
- Aug 04, 2006
-
- Aug 02, 2006
-
-
Bruce Momjian authored
< o Add COPY TO STDIN / STDOUT handling > o Add COPY TO STDIN handling
-
Bruce Momjian authored
> o In rules, allow VALUES() to contain a mixture of 'old' and 'new' > references
-
Bruce Momjian authored
o -Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)
-
- Aug 01, 2006
-
-
Bruce Momjian authored
< o %Allow pg_dump to use multiple -t and -n switches [pg_dump] < < http://archives.postgresql.org/pgsql-patches/2006-01/msg00190.php < > o -Allow pg_dump to use multiple -t and -n switches, exclusion > ability, and regular expression object matching
-
Bruce Momjian authored
> * Consider compressed annealing to search for query plans > > This might replace GEQO, http://sixdemonbag.org/Djinni.
-
- Jul 30, 2006
-
-
Bruce Momjian authored
> * Consider detoasting keys before sorting
-
- Jul 29, 2006
-
-
Bruce Momjian authored
> * Add column to pg_stat_activity that shows the progress of long-running > commands like CREATE INDEX and VACUUM
-
Bruce Momjian authored
> * Add support for SQL-standard GENERATED/IDENTITY columns > > http://archives.postgresql.org/pgsql-hackers/2006-07/msg00543.php
-
- Jul 28, 2006
-
-
Bruce Momjian authored
> * Allow DISTINCT to work in multiple-argument aggregate calls < o Allow UPDATE to handle complex aggregates [update]?
-
Bruce Momjian authored
< * Tatsuo is Tatsuo Ishii <t-ishii@sra.co.jp> of Software Research Assoc. > * Tatsuo is Tatsuo Ishii <ishii@sraoss.co.jp> of SRA OSS, Inc. Japan
-
Bruce Momjian authored
-
Bruce Momjian authored
> > A subselect can also be used as the value source.
-
- Jul 26, 2006
-
-
Bruce Momjian authored
< o Allow point-in-time recovery to archive partially filled < write-ahead logs? [pitr] > o Add command to archive partially filled write-ahead logs? [pitr] < of a disk failure. This could be triggered by a user command or < a timer. > of a disk failure. < recovery. A function call to do this would also be useful. > recovery. > o Add reporting of the current WAL file and offset, perhaps as > part of partial log file archiving > > The offset allows parts of a WAL file to be archived using > an external program. > < o Add reporting of the current WAL file and offset, perhaps as < part of partial log file archiving < < The offset allows parts of a WAL file to be archived using < an external program.
-
Bruce Momjian authored
> * -Change LIMIT/OFFSET and FETCH/MOVE to use int8
-
- Jul 25, 2006
-
-
Bruce Momjian authored
> > The offset allows parts of a WAL file to be archived using > an external program.
-
Bruce Momjian authored
< o Add reporting of the current WAL file, perhaps as part of < partial log file archiving > o Add reporting of the current WAL file and offset, perhaps as > part of partial log file archiving
-
Bruce Momjian authored
< write-ahead logs [pitr] > write-ahead logs? [pitr] < recovery. > recovery. A function call to do this would also be useful.
-
Bruce Momjian authored
> o -Allow customization of the known set of TZ names (generalize the
-
- Jul 18, 2006
-
-
Bruce Momjian authored
o -Display IN, INOUT, and OUT parameters in \df
-
- Jul 10, 2006
-
-
Bruce Momjian authored
-
- Jul 04, 2006
-
-
Bruce Momjian authored
< o -Add PQescapeIdentifier() > o Add PQescapeIdentifierConn()
-
- Jul 02, 2006
-
-
Bruce Momjian authored
> * -Add fillfactor to control reserved free space during index creation
-