First  |  Prev |  Next  |  Last
Pages: 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
[HACKERS] GSoC - code of implementation of materialized views
On http://github.com/pbaros/postgres can be seen changes and my attempt to implement materialized views. The first commit to the repository implements following: Materialized view can be created, dropped and used in SELECT statement. CREATE MATERIALIZED VIEW mvname AS SELECT ...; DROP MATERIALIZED VIEW mvnam... 25 Jun 2010 12:05
pgsql: Fix log_temp_files docs and comments to saybytes not kilobytes.
On 25/06/10 16:11, Simon Riggs wrote: Log Message: ----------- Fix log_temp_files docs and comments to say bytes not kilobytes. stat(2) field st_size returns bytes not kilobytes. Bug found during recent performance tuning for PostgreSQL user. Modified Files: -------------- pgsql/doc/src/... 25 Jun 2010 10:59
pgsql: Add TCP keepalive support to libpq.
Robert Haas <robertmhaas(a)gmail.com> wrote: Here's an attempt at rewording the sections so that the information is included in each parameter's description without taking up a whole sentence. Thoughts? It makes the point without beating one over the head with it. I particularly like the way this... 25 Jun 2010 13:11
[HACKERS] EOL for 7.4 and 8.0
Hello, We need to make sure and send out multiple announcements of this. At least 2 during the month of July. JD -- PostgreSQL.org Major Contributor Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579 Consulting, Training, Support, Custom Development, Engineering -- Sent via pgsql-hacke... 24 Jun 2010 15:15
[COMMITTERS] pgsql: Add TCP keepalive support tolibpq.
On Thu, 2010-06-24 at 11:15 -0400, Tom Lane wrote: Florian Pflug <fgp(a)phlo.org> writes: On Jun 24, 2010, at 16:45 , Robert Haas wrote: I think the existing names are fine - people should understand that "options" means "server-side options" and that anything else is a client-side option. Howe... 24 Jun 2010 14:08
EOL for 7.4 and 8.0
On 06/24/2010 09:04 AM, Joshua D. Drake wrote: Hello, We need to make sure and send out multiple announcements of this. At least 2 during the month of July. Ach. I drafted an annoucement ... did I ever send it out? If not, will do so immediately. -- -- Josh Ber... 24 Jun 2010 15:15
TOAST issue on custom index access method
Carsten Kropf <ckropf2(a)fh-hof.de> writes: I have a strange issue using a custom built index structure. My index access method support document type composed of words (as tsvector) and points (1-dimensional arrays of them). For internal reasons, I have to save the documents as a whole inside my structure (for proper ... 24 Jun 2010 11:51
EOL is when?
On 24/06/10 14:41, Magnus Hagander wrote: Our versioning policy (http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy) says that we EOL 7.4 and 8.0 "July 2010". Does that mean July 1st or July 31st? Probably means one more minor release, and that's it. -- Heikki Linnakangas Enter... 27 Jun 2010 08:28
[HACKERS] EOL is when?
Our versioning policy (http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy) says that we EOL 7.4 and 8.0 "July 2010". Does that mean July 1st or July 31st? -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-hackers mailing list (pgsql-h... 24 Jun 2010 08:31
[HACKERS] TOAST issue on custom index access method
Hi *, I have a strange issue using a custom built index structure. My index access method support document type composed of words (as tsvector) and points (1-dimensional arrays of them). For internal reasons, I have to save the documents as a whole inside my structure (for proper reorganisations). So, I form the tupl... 24 Jun 2010 04:13
First  |  Prev |  Next  |  Last
Pages: 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49