Skip site navigation
(1)
Skip section navigation
(2)
Search
Peripheral Links
Text Size:
Normal
/
Large
Donate
Contact
Home
About
Download
Documentation
Community
Developers
Support
Your account
Community
Contributors
Mailing Lists
User lists
Developer lists
pgsql-cluster-hackers
pgsql-committers
pgsql-hackers
pgsql-rrreviewers
pgsql-www
Regional lists
Associations
User groups
Project lists
Inactive lists
IRC
Featured Users
International Sites
Propaganda
Resources
Weekly News
pgsql-committers - November 2008
Search archives
(enter a message-id to go directly to that message)
Advanced Search
Prev
|
Next
Jump to day:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
2008-11-01
pgsql: Do not eat memory even in case of an out-of-memory error.
Michael Meskes (08:55)
Re: pgsql: Allow SQL-language functions to return the output of an
Greg Stark (12:17)
pgsql: Use string component in index structure.
Michael Meskes (12:42)
Re: pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and
Heikki Linnakangas (13:18)
Re: [COMMITTERS] pgsql: UniteReadBufferWithFork, ReadBufferWithStrategy, and
Simon Riggs (15:01)
Re: pgsql: Allow SQL-language functions to return the output of an
Tom Lane (17:44)
pgsql: Move from strcmp to strncmp to be more tolerant for changes to
Michael Meskes (19:53)
2008-11-02
pgsql: Remove all uses of the deprecated functions heap_formtuple,
Tom Lane (01:45)
Re: [COMMITTERS] pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and
Heikki Linnakangas (20:25)
pgsql: Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism.
Tom Lane (21:24)
2008-11-03
pgsql: Change the pgstat logic so that the stats collector writes the
Tom Lane (01:17)
pgsql: Fix incorrect comment in SSL code
Magnus Hagander (14:18)
pgsql: Fix mistakes in comment headers
Alvaro Herrera (15:10)
Re: pgsql: Unite ReadBufferWithFork,ReadBufferWithStrategy, and
Alvaro Herrera (15:14)
pgsql: Update URL to Docbook DSSSL stylesheets, per Gabriele Bartolini.
Alvaro Herrera (15:39)
pgsql: Small shell syntax improvement.
Bruce Momjian (15:56)
pgsql: Add pg_typeof() function.
Tom Lane (17:51)
pgsql: Reduce the acceptable staleness of pgstat data for autovacuum,
Alvaro Herrera (19:03)
pgsql: Fix two error-recovery bugs in describeOneTableDetails(), and
Tom Lane (19:08)
pgsql: Fix TransactionIdSetStatusBit so that it doesn't try to change a
Alvaro Herrera (19:24)
pgsql: Fix silly typo in previous commit.
Alvaro Herrera (19:26)
Re: Re: [COMMITTERS] pgsql: Rework subtransaction commitprotocol for hot standby.
Alvaro Herrera (19:28)
pgsql: suppress_redundant_updates_trigger function.
Andrew Dunstan (20:17)
pgsql: Clean up the messy semantics (not to mention inefficiency) of
Tom Lane (20:47)
pgsql: Dept of second thoughts: seems it'd be safer if pg_typeof is
Tom Lane (21:09)
pgsql: Allow uuid_in() to parse a wider variety of variant input formats
Peter Eisentraut (22:14)
pgsql: Use bool for a boolean flag.
Tom Lane (23:49)
2008-11-04
npgsql - Npgsql2: Change constructors so the Microsoft C# compiler
User Jbcooley (00:17)
Re: pgsql: suppress_redundant_updates_trigger function.
Alex Hunsaker (00:20)
pgsql: Fix compiler warnings (including a seriously bogus elog call);
Tom Lane (00:29)
pgsql: Disallow LOCK TABLE outside a transaction block (or function),
Tom Lane (00:57)
pgsql: Remove tabs from SGML file.
Bruce Momjian (00:59)
Re: pgsql: suppress_redundant_updates_trigger function.
Tom Lane (01:01)
npgsql - Npgsql2: Add schema qualification to table name when fetching
User Jbcooley (02:32)
npgsql - Npgsql2: Embedded NpgsqlMetaData.xml as a resource.
User Jbcooley (03:23)
npgsql - Npgsql2: Updated release notes for 2.0.1 release
User Fxjr (03:28)
npgsql - Npgsql2: Updated assembly info for 2.0.1 release
User Fxjr (03:38)
pgsql: Add missing colon to docs.
Bruce Momjian (04:18)
orafce - orafce: Add frename and fgetattr in utl_file.
User Itagaki (10:16)
pgsql: Fix compiler warning about uninitialized variable
Peter Eisentraut (11:04)
pgsql: ADD array_ndims function Author: Robert Haas
Peter Eisentraut (14:49)
pgsql: Experimental new support for building man pages via docbook2x, an
Peter Eisentraut (14:58)
pgsql: Fix bug introduced in recent patch to make plpython cope with OUT
Tom Lane (15:16)
psqlodbc - psqlodbc: Fixed Soalris compiller error.
User H-saito (15:48)
Re: pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and
Heikki Linnakangas (15:55)
pgsql: Remove unused rfno from PLpgSQL_recfield Jonah Harris
Alvaro Herrera (20:58)
pgsql: Revert unwanted patch, per Tom.
Alvaro Herrera (21:00)
npgsql - Npgsql2: Updated varchar maximum length.
User Jbcooley (22:01)
pgsql: Document that 'sslmode' is ignored for Unix domain socket
Bruce Momjian (22:36)
pgsql: Document that 'sslmode' is ignored for Unix domain socket
Bruce Momjian (22:36)
pgsql: Document that SSL is only possible on tcp/ip connections in the
Bruce Momjian (22:40)
2008-11-05
pgsql: Rename several aliases for PLpgSQL_datum.dno to also be called
Tom Lane (00:07)
pgsql: A few additional test cases for array functionality
Peter Eisentraut (12:27)
pgtcl - libpgtcl: Makefile, the making of which will generate a
User Karl (17:34)
pgsql: fix suppress_redundant_updates_trigger() where relation has Oids,
Andrew Dunstan (18:49)
pgsql: change fix for suppress_redundant_updates_trigger() where
Andrew Dunstan (19:15)
pgsql: This maneuver really requires a comment ...
Tom Lane (20:17)
2008-11-06
pgsql: The logic in systable_beginscan to translate heap attribute
Heikki Linnakangas (13:07)
pgsql: Improve psql's \dC command to take a pattern parameter.
Tom Lane (15:18)
pgsql: Improve bulk-insert performance by keeping the current target
Tom Lane (20:51)
2008-11-07
pgexternaltable - externaltable: Imported Sources
User Yibo1976 (03:27)
pgexternaltable - src: Imported Sources
User Yibo1976 (03:43)
pgexternaltable - src: New Directory
User Yibo1976 (03:44)
pgexternaltable - src: New Directory
User Yibo1976 (03:44)
pgexternaltable - src: New Directory
User Yibo1976 (03:44)
pgexternaltable - src: New Directory
User Yibo1976 (03:44)
pgexternaltable - src: New Directory
User Yibo1976 (03:45)
pgexternaltable - src: New Directory
User Yibo1976 (03:45)
pgexternaltable - src: New Directory
User Yibo1976 (03:45)
pgexternaltable - src: New Directory
User Yibo1976 (03:45)
pgexternaltable - src: New Directory
User Yibo1976 (03:45)
pgexternaltable - src: New Directory
User Yibo1976 (03:45)
pgexternaltable - src: New Directory
User Yibo1976 (03:45)
pgexternaltable - src: New Directory
User Yibo1976 (03:45)
pgexternaltable - src: New Directory
User Yibo1976 (03:46)
pgexternaltable - src: New Directory
User Yibo1976 (03:46)
pgexternaltable - src: New Directory
User Yibo1976 (03:46)
pgexternaltable - src: New Directory
User Yibo1976 (03:46)
pgexternaltable - src: New Directory
User Yibo1976 (03:47)
pgexternaltable - src: New Directory
User Yibo1976 (03:47)
pgexternaltable - src: New Directory
User Yibo1976 (03:47)
pgexternaltable - src: New Directory
User Yibo1976 (03:48)
pgexternaltable - src: Imported Sources
User Yibo1976 (05:38)
pgexternaltable - src:
User Yibo1976 (05:41)
pgexternaltable - src:
User Yibo1976 (05:42)
pgexternaltable - src:
User Yibo1976 (05:42)
pgexternaltable - doc: Imported Sources
User Yibo1976 (05:45)
psqlodbc - psqlodbc: Prep release Version 08.03.0400.
User H-saito (13:33)
psqlodbc - psqlodbc: falls pgenlist.def.
User H-saito (14:07)
psqlodbc - psqlodbc: Oops, falls xalibname.c.
User H-saito (14:37)
pgsql: Implement ALTER DATABASE SET TABLESPACE to move a whole database
Tom Lane (18:25)
pgsql: Improve documentation of pg_typeof, per gripe from David Wheeler.
Tom Lane (22:54)
pgsql: Add some more citext test cases, per David Wheeler.
Tom Lane (23:17)
2008-11-08
pgsql: Fix recently added code for SQL years-months interval syntax so
Tom Lane (20:51)
2008-11-09
pgsql: Add a new GUC variable called "IntervalStyle" that decouples
Tom Lane (00:28)
pgsql: Add some documentation about handling of fractions in interval
Tom Lane (17:09)
pgsql: Add a startup check that pg_xlog and pg_xlog/archive_status
Tom Lane (17:51)
pgsql: Replace pg_class.reltriggers with relhastriggers, which is just a
Tom Lane (21:24)
2008-11-10
pgsql: Make relhasrules and relhastriggers work like relhasindex, namely
Tom Lane (00:49)
pgsql: Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the
Tom Lane (14:57)
pgsql: Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the
Tom Lane (14:57)
pgsql: Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the
Tom Lane (14:57)
pgsql: pg_do_encoding_conversion cannot return NULL (at least not unless
Tom Lane (15:18)
pgsql: Add a --locale switch to createdb, to ease the creation of
Alvaro Herrera (16:25)
pgsql: Fix 'Q' format char parsing in the new to_timestamp() code.
Heikki Linnakangas (17:36)
Re: pgsql: Unite ReadBufferWithFork, ReadBufferWithStrategy, and
Heikki Linnakangas (17:59)
pgsql: Fix bugs in sqlchar_to_unicode and unicode_to_sqlchar: both were
Tom Lane (18:02)
pgsql: Fix bugs in sqlchar_to_unicode and unicode_to_sqlchar: both were
Tom Lane (18:02)
libpqtypes - libpqtypes: pqt_vsnprintf in port.c had #elif
User Achernow (19:29)
pgsql: Fix a case of string building.
Alvaro Herrera (21:49)
2008-11-11
pgsql: Add support for input and output of interval values formatted per
Tom Lane (02:42)
pgsql: Add an explicit caution about how to use
Tom Lane (03:01)
uuid81 - trunk: Imported Sources
User Alexk (07:35)
pgsql: Replaced manually synced preproc.y by the one created by the new
Michael Meskes (11:41)
libpqtypes - libpqtypes: added specifier format string caching to
User Achernow (12:51)
libpqtypes - libpqtypes: added version to most recent change log entry
User Achernow (12:52)
libpqtypes - libpqtypes: bumped configure.ac version from 1.2a to 1.2b
User Achernow (12:56)
pgsql: Change error messages to print the physical path, like
Heikki Linnakangas (13:19)
pgsql: Fix sloppy omission of now-required #include's.
Tom Lane (14:17)
Re: pgsql: Fix sloppy omission of now-required #include's.
Heikki Linnakangas (14:38)
pgsql: Make psql report "SSL connection (unknown cipher)" when libpq has
Magnus Hagander (15:01)
npgsql - Npgsql2: Fixed a typo which prevented DateTime.MaxValue to
User Fxjr (16:58)
npgsql - Npgsql2: [#1010495] Bad performance calling a (empty) function
User Fxjr (17:58)
pgsql: Get rid of adjust_appendrel_attr_needed(), which has been broken
Tom Lane (18:13)
pgsql: Get rid of adjust_appendrel_attr_needed(), which has been broken
Tom Lane (18:13)
pgsql: Get rid of adjust_appendrel_attr_needed(), which has been broken
Tom Lane (18:13)
pgsql: Ensure that the phrels sets of PlaceHolderVars appearing in an
Tom Lane (19:05)
pgsql: Mention the tup_fetched column in pg_stat_database.
Magnus Hagander (20:06)
pgsql: Mention the tup_fetched column in pg_stat_database.
Magnus Hagander (20:06)
2008-11-12
pgsql: Detect and error out on inability to get proper linkage
Andrew Dunstan (00:00)
pgsql: Detect and error out on inability to get proper linkage
Andrew Dunstan (00:00)
pgsql: Detect and error out on inability to get proper linkage
Andrew Dunstan (00:00)
pgsql: Detect and error out on inability to get proper linkage
Andrew Dunstan (00:01)
pgsql: Clean up the ancient decision to show only two fractional-seconds
Tom Lane (01:36)
libpqtypes - libpqtypes: Made PQtypesRegister a function to hide
User Achernow (04:49)
libpqtypes - libpqtypes: Made include assignment append, INC += -Isrc,
User Achernow (05:08)
pgsql: Fix off-by-one error in autovacuum shmem struct sizing.
Heikki Linnakangas (10:10)
pgsql: Fix off-by-one error in autovacuum shmem struct sizing.
Heikki Linnakangas (10:10)
libpqtypes - libpqtypes: updated makefile to be more configurable
User Achernow (12:40)
pgsql: array_length() function, and for SQL compatibility also
Peter Eisentraut (13:09)
libpqtypes - libpqtypes: updated mingw32/cygwin makefile.
User Achernow (13:11)
libpqtypes - libpqtypes: updated ChangeLog and INSTALL files
User Achernow (13:17)
libpqtypes - libpqtypes: renamed --enable-threads configure option to
User Achernow (13:30)
pgsql: If we're going to use a SQL function for this, at least make it
Tom Lane (13:38)
pgsql: Support of multibyte encoding for pg_trgm
Teodor Sigaev (13:43)
pgsql: Do not use ICONST/SCONST in rules other than Iconst/Sconst.
Michael Meskes (15:50)
pgsql: Add refentrytitle elements to refentry pages.
Peter Eisentraut (15:52)
pgsql: Remove unnecessary whitespace in refname elements.
Peter Eisentraut (15:53)
pgsql: Support for man page links, if a man page has more than one
Peter Eisentraut (16:01)
pgsql: Update URL to Ross Williams' CRC paper.
Alvaro Herrera (21:53)
pgsql: In predtest.c, install a limit on the number of branches we will
Tom Lane (23:08)
pgsql: In predtest.c, install a limit on the number of branches we will
Tom Lane (23:08)
pgsql: In predtest.c, install a limit on the number of branches we will
Tom Lane (23:08)
pgsql: In predtest.c, install a limit on the number of branches we will
Tom Lane (23:08)
2008-11-13
pgsql: Arrange to cache the results of looking up a btree predicate
Tom Lane (00:20)
orafce - orafce: Cleanup white spaces and indentations.
User Itagaki (01:49)
pgsql: Fix libpq certificate validation for SSL connections.
Magnus Hagander (09:45)
pgsql: Removed two non-terminals: - FloatOnly: only used by NumericOnly,
Michael Meskes (11:10)
pgsql: Updated parser file to the one generated by the latest version of
Michael Meskes (11:54)
npgsql - Npgsql2: Added documentation about ProviderFactory
User Fxjr (13:54)
pgsql: Since the xmlagg section was moved, "below" is no longer
Peter Eisentraut (14:37)
pgsql: PGDLLIMPORT-ize the global variables referenced in pg_crc.h.
Tom Lane (14:42)
pgsql: array_agg aggregate function, as per SQL:2008, but without ORDER
Peter Eisentraut (15:59)
pgsql: Prevent synchronous scan during GIN index build, because GIN is
Tom Lane (17:42)
pgsql: Prevent synchronous scan during GIN index build, because GIN is
Tom Lane (17:42)
libpqtypes - libpqtypes: removed error systems pthread_once due to
User Achernow (19:09)
pgsql: Suppress leap-second-aware timezones in the output of
Tom Lane (20:49)
pgsql: Marginal editorial improvements for array_agg patch
Tom Lane (23:01)
2008-11-14
pgsql: Minor code clarity improvements in array_agg functions, and add a
Tom Lane (00:12)
pgsql: Implement the basic form of UNNEST, ie unnest(anyarray) returns
Tom Lane (00:51)
pgsql: Replace the usage of heap_addheader to create pg_attribute tuples
Alvaro Herrera (01:57)
pgsql: Actually, instead of whining about how type internal might not
Tom Lane (02:09)
pgsql: Adding script that generates preproc.y from gram.y to CVS.
Michael Meskes (10:01)
pgsql: Added files containing changes between gram.y and preproc.y.
Michael Meskes (10:03)
pgsql: Set SQL man pages to be section 7 by default, and only transform
Peter Eisentraut (10:22)
pgsql: Since doc/src/sgml already builds the HTML docs twice to resolve
Peter Eisentraut (10:44)
pgsql: Fix oversight in previous error-reporting patch; mustn't pfree
Heikki Linnakangas (11:09)
Re: pgsql: Added files containing changes betweengram.y and preproc.y.
Alvaro Herrera (12:16)
Re: pgsql: Added files containing changes betweengram.y and preproc.y.
Michael Meskes (13:04)
pgsql: Fixed test for output_filename == stdout.
Michael Meskes (16:25)
pgsql: Enable script to generate preproc.y in build process.
Michael Meskes (17:11)
Re: pgsql: Enable script to generate preproc.y in build process.
Tom Lane (17:13)
pgsql: Improve comment about when to clean generated files.
Tom Lane (17:18)
pgsql: Make CREATE CONVERSION verify that a putative encoding conversion
Tom Lane (17:40)
pgsql: ecpg's preproc.y is now generated as needed, so remove from CVS.
Tom Lane (17:43)
Re: pgsql: Enable script to generate preproc.y inbuild process.
Michael Meskes (19:26)
Re: pgsql: Enable script to generate preproc.y in build process.
Tom Lane (19:42)
pgsql: In CREATE AGGREGATE, allow the transition datatype to be
Tom Lane (19:47)
pgsql: Reduce contrib/intagg to a thin wrapper around the new core
Tom Lane (19:58)
pgsql: Second try at fixing DLLIMPORT problem for pg_crc.h on Cygwin.
Tom Lane (20:21)
Re: pgsql: Enable script to generate preproc.y inbuild process.
Michael Meskes (20:25)
Re: pgsql: Enable script to generate preproc.y in build process.
Tom Lane (20:27)
pgsql: One more hack to see if we can get the cygwin machines building
Tom Lane (21:45)
pgsql: Exclude contrib/intagg from the list of MSVC project files to be
Magnus Hagander (22:12)
pgsql: Document a gotcha that happens on Windows when using libpq's new
Tom Lane (22:58)
2008-11-15
pgsql: Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having
Tom Lane (19:43)
pgsql: Fix crash of xmlconcat(NULL) also backpatched to 8.3
Peter Eisentraut (20:52)
pgsql: Fix crash of xmlconcat(NULL) backpatch from 8.4devel
Peter Eisentraut (20:53)
Re: pgsql: Enable script to generate preproc.y in build process.
Alex Hunsaker (21:53)
pgsql: Add missing semicolon, per grip from Alex Hunsaker.
Andrew Dunstan (22:18)
Prev
|
Next
Jump to day:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group