- 06 Feb, 2007 1 commit
-
-
Bruce Momjian authored
* -Move NAMEDATALEN from postgres_ext.h to pg_config_manual.h * Consider making NAMEDATALEN more configurable in future releases
-
- 05 Feb, 2007 2 commits
-
-
Bruce Momjian authored
> o Add a \set variable to control whether \s displays line numbers > Another option is to add \# which lists line numbers, and > allows command execution. > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00255.php
-
Bruce Momjian authored
< o Add \# to list command history like \s, but with line numbers > o Add \# to list and execute command history
-
- 04 Feb, 2007 3 commits
-
-
Bruce Momjian authored
> > * Allow custom variable classes that can restrict who can set the values > > http://archives.postgresql.org/pgsql-hackers/2006-11/msg00911.php >
-
Bruce Momjian authored
* Allow sequential scans to take advantage of other concurrent sequential scans, also called "Synchronised Scanning"
-
Bruce Momjian authored
> > o Add \# to list command history like \s, but with line numbers > > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00255.php >
-
- 03 Feb, 2007 3 commits
-
-
Bruce Momjian authored
* Allow sequential scans to take advantage of other concurrent sequential scans, also called "Synchronised Scanning" > http://archives.postgresql.org/pgsql-patches/2006-12/msg00076.php > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00408.php
-
Bruce Momjian authored
> o Allow recovery.conf to allow the same syntax as > postgresql.conf, including quoting > > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00497.php
-
Bruce Momjian authored
* Reduce checkpoint performance degredation by forcing data to disk more evenly > http://archives.postgresql.org/pgsql-patches/2006-12/msg00104.php
-
- 02 Feb, 2007 4 commits
-
-
Bruce Momjian authored
* Allow sequential scans to take advantage of other concurrent sequential scans, also called "Synchronised Scanning" > > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00784.php
-
Bruce Momjian authored
> * Reduce checkpoint performance degredation by forcing data to disk > more evenly > > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00337.php > http://archives.postgresql.org/pgsql-hackers/2007-01/msg00079.php
-
Bruce Momjian authored
o Fix RENAME to work on variables other than OLD/NEW > http://archives.postgresql.org/pgsql-hackers/2007-01/msg01587.php
-
Bruce Momjian authored
> o Allow column display reordering by recording a display, > storage, and permanent id for every column? > > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00782.php >
-
- 01 Feb, 2007 6 commits
-
-
Bruce Momjian authored
o Add long file support for binary pg_dump output > > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00551.php
-
Bruce Momjian authored
> > * Tighten function permission checks > > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00564.php >
-
Bruce Momjian authored
> > * Tighten trigger permission checks > > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00564.php >
-
Bruce Momjian authored
> > * Fix problem when multiple subtransactions of the same outer transaction > hold different types of locks, and one subtransaction aborts > > http://archives.postgresql.org/pgsql-hackers/2006-11/msg01011.php > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00001.php
-
Bruce Momjian authored
o Fix RENAME to work on variables other than OLD/NEW > http://archives.postgresql.org/pgsql-hackers/2007-01/msg01615.php
-
- 31 Jan, 2007 3 commits
-
-
Bruce Momjian authored
o Fix RENAME to work on variables other than OLD/NEW > > http://archives.postgresql.org/pgsql-hackers/2002-03/msg00591.php >
-
Bruce Momjian authored
> > * Add REINDEX CONCURRENTLY, like CREATE INDEX CONCURRENTLY > > This is difficult because you must upgrade to an exclusive table lock > to replace the existing index file. CREATE INDEX CONCURRENTLY does not > have this complication. This would allow index compaction without > downtime.
-
Bruce Momjian authored
< reindex rather than update the index. > reindex rather than update the index. Also, index updates can > bloat the index.
-
- 30 Jan, 2007 1 commit
-
-
Bruce Momjian authored
> o ARRAY[[1,2],[3,4]])[1] should return the same values as > ARRAY[[1,2],[3,4]])[1:1]; >
-
- 29 Jan, 2007 1 commit
-
-
Bruce Momjian authored
< * Add Globally/Universally Unique Identifier (GUID/UUID) > * -Add Globally/Universally Unique Identifier (GUID/UUID)
-
- 27 Jan, 2007 3 commits
-
-
Bruce Momjian authored
> * Enforce typmod for function inputs, function results and parameters for > spi_prepare'd statements called from PLs > > http://archives.postgresql.org/pgsql-hackers/2007-01/msg01403.php
-
Bruce Momjian authored
> * Consider having the background writer update the transaction status > hint bits before writing out the page
-
Bruce Momjian authored
> > * Consider increasing NUM_CLOG_BUFFERS
-
- 25 Jan, 2007 4 commits
-
-
-
Bruce Momjian authored
> o -Add a GUC variable to control the tablespace for temporary objects
-
Bruce Momjian authored
discussions. < < < --------------------------------------------------------------------------- < < < Developers who have claimed items are: < -------------------------------------- < * Alvaro is Alvaro Herrera <alvherre@dcc.uchile.cl> < * Andrew is Andrew Dunstan <andrew@dunslane.net> < * Bruce is Bruce Momjian <bruce@momjian.us> of EnterpriseDB < * Christopher is Christopher Kings-Lynne <chriskl@familyhealth.com.au> of < Family Health Network < * D'Arcy is D'Arcy J.M. Cain <darcy@druid.net> of The Cain Gang Ltd. < * David is David Fetter <david@fetter.org> < * Fabien is Fabien Coelho <coelho@cri.ensmp.fr> < * Gavin is Gavin Sherry <swm@linuxworld.com.au> of Alcove Systems Engineering < * Greg is Greg Sabino Mullane <greg@turnstep.com> < * Jan is Jan Wieck <JanWieck@Yahoo.com> of Afilias, Inc. < * Joe is Joe Conway <mail@joeconway.com> < * Karel is Karel Zak <zakkr@zf.jcu.cz> < * Magnus is Magnus Hagander <mha@sollentuna.net> < * Marc is Marc Fournier <scrappy@hub.org> of PostgreSQL, Inc. < * Matthew T. O'Connor <matthew@zeut.net> < * Michael is Michael Meskes <meskes@postgresql.org> of Credativ < * Neil is Neil Conway <neilc@samurai.com> < * Oleg is Oleg Bartunov <oleg@sai.msu.su> < * Pavel is Pavel Stehule <pavel.stehule@hotmail.com> < * Peter is Peter Eisentraut <peter_e@gmx.net> < * Philip is Philip Warner <pjw@rhyme.com.au> of Albatross Consulting Pty. Ltd. < * Rod is Rod Taylor <pg@rbt.ca> < * Simon is Simon Riggs <simon@2ndquadrant.com> < * Stephan is Stephan Szabo <sszabo@megazone23.bigpanda.com> < * Tatsuo is Tatsuo Ishii <ishii@sraoss.co.jp> of SRA OSS, Inc. Japan < * Teodor is Teodor Sigaev <teodor@sigaev.ru> < * Tom is Tom Lane <tgl@sss.pgh.pa.us> of Red Hat
-
Bruce Momjian authored
< o Add -f to pg_dumpall > o -Add -f to pg_dumpall
-
- 20 Jan, 2007 3 commits
-
-
-
Bruce Momjian authored
< first. > first. There is also a developer's wiki at > http://developer.postgresql.org.
-
- 19 Jan, 2007 2 commits
-
-
Bruce Momjian authored
> o Allow multiple vacuums so large tables do not starve small > tables > > http://archives.postgresql.org/pgsql-general/2007-01/msg00031.php > > o Improve control of auto-vacuum > > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php
-
Bruce Momjian authored
* Add Globally/Universally Unique Identifier (GUID/UUID) > http://archives.postgresql.org/pgsql-general/2007-01/msg00853.php
-
- 17 Jan, 2007 1 commit
-
-
Bruce Momjian authored
-
- 16 Jan, 2007 1 commit
-
-
Neil Conway authored
existing TODO items, and re-add a TODO item for an "estimated count" capability.
-
- 13 Jan, 2007 1 commit
-
-
Bruce Momjian authored
< o Fix memory leak from exceptions < < http://archives.postgresql.org/pgsql-performance/2006-06/msg00305.php < < * Allow constraint_exclusion to work for UNIONs like it does for < inheritance, allow it to work for UPDATE and DELETE statements, and allow < it to be used for all statements with little performance impact < < * Add estimated_count(*) to return an estimate of COUNT(*) < < This would use the planner ANALYZE statistics to return an estimated < count. < http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php
-
- 11 Jan, 2007 1 commit
-
-