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