- 02 Aug, 2006 1 commit
-
-
Bruce Momjian authored
o -Allow INSERT INTO tab (col1, ..) VALUES (val1, ..), (val2, ..)
-
- 01 Aug, 2006 1 commit
-
-
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
-
- 31 Jul, 2006 1 commit
-
-
Bruce Momjian authored
> * Consider compressed annealing to search for query plans > > This might replace GEQO, http://sixdemonbag.org/Djinni.
-
- 30 Jul, 2006 1 commit
-
-
Bruce Momjian authored
> * Consider detoasting keys before sorting
-
- 29 Jul, 2006 2 commits
-
-
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
-
- 28 Jul, 2006 2 commits
-
-
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
-
- 27 Jul, 2006 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
> > A subselect can also be used as the value source.
-
- 26 Jul, 2006 2 commits
-
-
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
-
- 25 Jul, 2006 4 commits
-
-
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
-
- 18 Jul, 2006 1 commit
-
-
Bruce Momjian authored
o -Display IN, INOUT, and OUT parameters in \df
-
- 10 Jul, 2006 1 commit
-
-
Bruce Momjian authored
-
- 04 Jul, 2006 1 commit
-
-
Bruce Momjian authored
< o -Add PQescapeIdentifier() > o Add PQescapeIdentifierConn()
-
- 02 Jul, 2006 2 commits
-
-
Bruce Momjian authored
> * -Add fillfactor to control reserved free space during index creation
-
Bruce Momjian authored
< o Add ALTER TABLE tab ADD/DROP INHERITS parent < < This allows tables to be added/removed from an inheritance < hierarchy. This is particularly useful for table partitioning. < http://archives.postgresql.org/pgsql-hackers/2006-05/msg00988.php < > o -Add ALTER TABLE tab INHERIT / NO INHERIT parent
-
- 30 Jun, 2006 1 commit
-
-
Bruce Momjian authored
< * Add 128-bit Universally Unique Identifier (UUID) > * Add Globally/Universally Unique Identifier (GUID/UUID)
-
- 29 Jun, 2006 2 commits
-
-
Bruce Momjian authored
> * Add 128-bit Universally Unique Identifier (UUID)
- 28 Jun, 2006 2 commits
-
-
Bruce Momjian authored
> http://momjian.us/cgi-bin/pgsitc
-
Bruce Momjian authored
< o Add support for WITH HOLD cursors > o Add support for WITH HOLD and SCROLL cursors > > PL/pgSQL cursors should support the same syntax as > backend cursors. >
-
- 27 Jun, 2006 5 commits
-
-
Bruce Momjian authored
* %Disallow changing default expression of a SERIAL column Dhanaraj M
-
Bruce Momjian authored
> * -Disallow changing DEFAULT expression of a SERIAL column
-
Bruce Momjian authored
< * -Disallow changing DEFAULT expression of a SERIAL column > * %Disallow changing DEFAULT expression of a SERIAL column
-
Bruce Momjian authored
< * %Disallow changing DEFAULT expression of a SERIAL column? < < This should be done only if the existing SERIAL problems cannot be < fixed. < > * -Disallow changing DEFAULT expression of a SERIAL column
-
Bruce Momjian authored
> o -Add PQescapeIdentifier()
-
- 25 Jun, 2006 2 commits
-
-
Bruce Momjian authored
> * Bruce is Bruce Momjian <bruce@momjian.us> of EnterpriseDB
-
Bruce Momjian authored
< * Reuse index tuples that point to rows that are not visible to anyone? > * Reuse index tuples that point to heap tuples that are not visible to > anyone?
-
- 24 Jun, 2006 2 commits
-
-
Bruce Momjian authored
< * Allow heap reuse of UPDATEd rows if old and new versions are on the < same heap page? > * Allow heap reuse of UPDATEd rows if no indexed columns are changed, > and old and new versions are on the same heap page? < This is possible for same-page updates because a single index row < can point to both old and new values. > While vacuum handles DELETEs fine, updating of non-indexed columns, like > counters, are difficult for VACUUM to handle efficiently. This method > is possible for same-page updates because a single index row can be > used to point to both old and new values.
-
Bruce Momjian authored
> > * Allow heap reuse of UPDATEd rows if old and new versions are on the > same heap page? > > This is possible for same-page updates because a single index row > can point to both old and new values. > http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php
-
- 18 Jun, 2006 1 commit
-
-
Bruce Momjian authored
-
- 16 Jun, 2006 4 commits
-
-
Bruce Momjian authored
> o Allow PL/python to composite types and result sets > once buggy assert-enabled versions of python can be detected > > http://archives.postgresql.org/pgsql-patches/2006-04/msg00087.php
-
Bruce Momjian authored
> > * Fix CREATE CAST on DOMAINs > > http://archives.postgresql.org/pgsql-hackers/2006-05/msg00072.php
-
-
-