Search Discussions
-
Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL This adds the ability to get the call stack as a string from within a PL/PgSQL function, which can be handy for logging to a table, or to include in a ...
Stephen Frost
Jul 24, 2013 at 11:03 pm
Jul 25, 2013 at 6:22 pm -
pg_upgrade: document possible pg_hba.conf options Previously, pg_upgrade docs recommended using .pgpass if using MD5 authentication to avoid being prompted for a password. Turns out pg_ctl never ...
Bruce Momjian
Jul 11, 2013 at 1:43 pm
Jul 12, 2013 at 10:15 am -
Fix regex match failures for backrefs combined with non-greedy quantifiers. An ancient logic error in cfindloop() could cause the regex engine to fail to find matches that begin later than the start ...
Tom Lane
Jul 19, 2013 at 1:23 am
Jul 20, 2013 at 4:41 am -
Fix regexp_matches() handling of zero-length matches. We'd find the same match twice if it was of zero length and not immediately adjacent to the previous match. replace_text_regexp() got similar ...
Tom Lane
Jul 31, 2013 at 3:32 pm
Jul 31, 2013 at 3:32 pm -
Fix contrib/cube and contrib/seg to build with bison 3.0. These modules used the YYPARSE_PARAM macro, which has been deprecated by the bison folk since 1.875, and which they finally removed in 3.0 ...
Tom Lane
Jul 29, 2013 at 2:43 pm
Jul 29, 2013 at 2:43 pm -
Fix booltestsel() for case where we have NULL stats but not MCV stats. In a boolean column that contains mostly nulls, ANALYZE might not find enough non-null values to populate the most-common-values ...
Tom Lane
Jul 24, 2013 at 4:45 am
Jul 24, 2013 at 4:45 am -
Check for NULL result from strdup Per Coverity Scan Branch ------ REL9_1_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/15fdf7302a99b0f63394bc49c2528b4731a6627e Modified Files ...
Alvaro Herrera
Jul 23, 2013 at 9:39 pm
Jul 23, 2013 at 9:40 pm -
Change post-rewriter representation of dropped columns in joinaliasvars. It's possible to drop a column from an input table of a JOIN clause in a view, if that column is nowhere actually referenced ...
Tom Lane
Jul 23, 2013 at 8:24 pm
Jul 23, 2013 at 8:24 pm -
doc: Fix typos in conversion names. David Christensen Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/c8fb821afc2ce37b48b678251480b52e6b116868 Modified Files ...
Robert Haas
Jul 19, 2013 at 2:55 pm
Jul 19, 2013 at 2:55 pm -
Initialize day of year value. There are cases where the day of year value in struct tm is used, but it never got calculated. Problem found by Coverity scan. Branch ------ REL8_4_STABLE Details ...
Michael Meskes
Jul 19, 2013 at 7:05 am
Jul 19, 2013 at 7:06 am -
Ensure 64bit arithmetic when calculating tapeSpace In tuplesort.c:inittapes(), we calculate tapeSpace by first figuring out how many 'tapes' we can use (maxTapes) and then multiplying the result by ...
Stephen Frost
Jul 14, 2013 at 8:47 pm
Jul 14, 2013 at 8:48 pm -
Also escape double quotes for ECPG's #line statement. Branch ------ REL9_0_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/6b51f659c051167ae20b33c373451bb69e403ab7 Modified Files ...
Michael Meskes
Jul 6, 2013 at 8:14 pm
Jul 6, 2013 at 8:14 pm -
Mention extra_float_digits in floating point docs Make it easier for readers of the FP docs to find out about possibly truncated values. Per complaint from Tom Duffey in message <span ...
Alvaro Herrera
Jul 2, 2013 at 5:16 pm
Jul 2, 2013 at 5:16 pm -
Improve support for building PGXS modules with VPATH. A VPATH build will be performed when the module's make file path is not the current directory or when USE_VPATH is set. This will assist ...
Andrew Dunstan
Jul 1, 2013 at 4:53 pm
Jul 2, 2013 at 2:56 pm -
Restore REINDEX constraint validation. Refactoring as part of commit 8ceb24568054232696dddc1166a8563bc78c900a had the unintended effect of making REINDEX TABLE and REINDEX DATABASE no longer validate ...
Noah Misch
Jul 31, 2013 at 12:04 am
Jul 31, 2013 at 12:04 am -
Fix include-guard Looks like a cut/paste error in the original addition of the file. Andres Freund Branch ------ REL9_0_STABLE Details ------- ...
Magnus Hagander
Jul 7, 2013 at 11:40 am
Jul 7, 2013 at 11:40 am -
Applied patch by MauMau to escape filenames in #line statements. Branch ------ REL8_4_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/434943d57608c0d51490c7400363ede8c6a278f2 Modified ...
Michael Meskes
Jul 5, 2013 at 9:15 am
Jul 6, 2013 at 9:51 am -
Expose the estimation of number of changed tuples since last analyze This value, now pg_stat_all_tables.n_mod_since_analyze, was already tracked and used by autovacuum, but not exposed to the user ...
Magnus Hagander
Jul 5, 2013 at 1:11 pm
Jul 5, 2013 at 2:26 pm -
Fix configure probe for sys/ucred.h. The configure script's test for <sys/ucred.h did not work on OpenBSD, because on that platform <sys/param.h has to be included first. As a result, socket peer ...
Tom Lane
Jul 25, 2013 at 3:40 pm
Jul 25, 2013 at 3:40 pm -
Fix a few problems in barrier.h. On HPPA, implement pg_memory_barrier() as pg_compiler_barrier(), which should be correct since this arch doesn't do memory access reordering, and is anyway better ...
Tom Lane
Jul 17, 2013 at 10:39 pm
Jul 18, 2013 at 3:31 am -
Remove stray | character Erikjan Rijkers Branch ------ REL9_1_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/456d37a0bfaf22ecd5c7e86778595278b32f43f8 Modified Files -------------- ...
Magnus Hagander
Jul 5, 2013 at 2:25 pm
Jul 5, 2013 at 2:25 pm -
Fix inaccurate description of tablespace. Currently we don't need to update the pg_tablespace catalog after redefining the symbolic links to the tablespaces because pg_tablespace.spclocation column ...
Fujii Masao
Jul 31, 2013 at 1:38 pm
Jul 31, 2013 at 1:38 pm -
Fix error handling in PLy_spi_execute_fetch_result(). If an error is thrown out of the datatype I/O functions called by this function, we need to do subtransaction cleanup, which the previous coding ...
Tom Lane
Jul 20, 2013 at 4:45 pm
Jul 20, 2013 at 4:45 pm -
Use correct parameter name for view_option_value The documentation for ALTER VIEW had a minor copy-and-paste error in defining the parameters. Noticed when reviewing the WITH CHECK OPTION patch ...
Stephen Frost
Jul 17, 2013 at 2:54 pm
Jul 17, 2013 at 2:54 pm -
Correct off-by-one when reading from pipe In pg_basebackup.c:reached_end_position(), we're reading from an internal pipe with our own background process but we're possibly reading more bytes than ...
Stephen Frost
Jul 15, 2013 at 2:49 pm
Jul 15, 2013 at 2:49 pm -
Fixed incorrect description of EXEC SQL VAR command. Thanks to MauMau <<span class="m_body_email_addr" title="f001e2544f0ccde156c17199fd374e25" maumau307@gmail.com</span for finding and fixing this ...
Michael Meskes
Jul 9, 2013 at 1:49 pm
Jul 12, 2013 at 1:05 pm -
Fix planning of parameterized appendrel paths with expensive join quals. The code in set_append_rel_pathlist() for building parameterized paths for append relations (inheritance and UNION ALL ...
Tom Lane
Jul 8, 2013 at 2:37 am
Jul 8, 2013 at 2:38 am -
pg_buffercache: document column meanings Improve documentation for usagecount and relforknumber. Backpatch to 9.3. Suggestion from Satoshi Nagayasu Branch ------ REL9_2_STABLE Details ------- ...
Bruce Momjian
Jul 3, 2013 at 6:19 pm
Jul 3, 2013 at 6:25 pm -
Silence compiler warning in assertion-enabled builds. With -Wtype-limits, gcc correctly points out that size_t can never be < 0. Backpatch to 9.3 and 9.2. It's been like this forever, but in <= 9.1 ...
Heikki Linnakangas
Jul 2, 2013 at 2:54 pm
Jul 2, 2013 at 2:54 pm -
Fix mis-indented lines Per Coverity Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/a59516b6311a6c2acc89448c94913ebae598f02a Modified Files -------------- ...
Alvaro Herrera
Jul 31, 2013 at 10:05 pm
Jul 31, 2013 at 10:05 pm -
Fix typo in comment. Michael Paquier Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/7842d41df56ab8ad9aff76bc5bd8e96c3d215cde Modified Files -------------- ...
Fujii Masao
Jul 4, 2013 at 5:48 pm
Jul 31, 2013 at 1:54 pm -
pg_upgrade: clarify C comment about Windows thread struct pointers Backpatch to 9.3 to keep source trees consistent. Branch ------ REL9_3_STABLE Details ------- ...
Bruce Momjian
Jul 30, 2013 at 1:23 pm
Jul 30, 2013 at 1:23 pm -
WITH CHECK OPTION support for auto-updatable VIEWs For simple views which are automatically updatable, this patch allows the user to specify what level of checking should be done on records being ...
Stephen Frost
Jul 18, 2013 at 9:24 pm
Jul 29, 2013 at 10:58 pm -
Message style improvements Branch ------ REL9_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/faee8f1a714f24e85ba5fa1018b22f9681b5d657 Modified Files -------------- ...
Peter Eisentraut
Jul 28, 2013 at 11:20 am
Jul 28, 2013 at 11:20 am -
pg_upgrade: fix -j race condition on Windows Pg_Upgrade cannot write the command string to the log file and then call system() to write to the same file without causing occasional file-share errors ...
Bruce Momjian
Jul 27, 2013 at 7:01 pm
Jul 27, 2013 at 7:01 pm -
pg_upgrade docs: don't use cluster for binary/lib In a few cases, pg_upgrade said old/new cluster location when it meant old/new Postgres install location, so fix those. Per private email report ...
Bruce Momjian
Jul 26, 2013 at 5:52 pm
Jul 26, 2013 at 5:52 pm -
Prevent leakage of SPI tuple tables during subtransaction abort. plpgsql often just remembers SPI-result tuple tables in local variables, and has no mechanism for freeing them if an ereport(ERROR) ...
Tom Lane
Jul 25, 2013 at 8:46 pm
Jul 25, 2013 at 8:46 pm -
pg_upgrade: adjust umask() calls Since pg_upgrade -j on Windows uses threads, calling umask() before/after opening a file via fopen_priv() is no longer possible, so set umask() as we enter the ...
Bruce Momjian
Jul 25, 2013 at 3:33 pm
Jul 25, 2013 at 3:33 pm -
pg_upgrade: fix initialization of thread argument Reorder initialization of thread argument marker to it happens before reap_child() is called. Backpatch to 9.3. Branch ------ REL9_3_STABLE Details ...
Bruce Momjian
Jul 25, 2013 at 2:02 am
Jul 25, 2013 at 2:02 am -
Improve ilist.h's support for deletion of slist elements during iteration. Previously one had to use slist_delete(), implying an additional scan of the list, making this infrastructure considerably ...
Tom Lane
Jul 24, 2013 at 9:43 pm
Jul 24, 2013 at 9:43 pm -
pg_upgrade: more Windows parallel/-j fixes More fixes to handle Windows thread parameter passing. Backpatch to 9.3 beta. Patch originally from Andrew Dunstan Branch ------ REL9_3_STABLE Details ...
Bruce Momjian
Jul 24, 2013 at 5:15 pm
Jul 24, 2013 at 5:15 pm -
pg_upgrade: fix parallel/-j crash on Windows This fixes the problem of passing the wrong function pointer when doing parallel copy/link operations on Windows. Backpatched to 9.3beta. Found and patch ...
Bruce Momjian
Jul 24, 2013 at 2:01 pm
Jul 24, 2013 at 2:01 pm -
Further hacking on ruleutils' new column-alias-assignment code. After further thought about implicit coercions appearing in a joinaliasvars list, I realized that they represent an additional reason ...
Tom Lane
Jul 23, 2013 at 9:56 pm
Jul 23, 2013 at 9:56 pm -
Tweak FOR UPDATE/SHARE error message wording (again) In commit 0ac5ad5134 I changed some error messages from "FOR UPDATE/SHARE" to a rather long gobbledygook which nobody liked. Then, in commit ...
Alvaro Herrera
Jul 23, 2013 at 6:08 pm
Jul 23, 2013 at 6:08 pm -
doc: Remove tab from SGML file Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/e8b1d1befeab17453eb2977e83a45649e6ed8790 Modified Files -------------- ...
Peter Eisentraut
Jul 17, 2013 at 11:43 pm
Jul 23, 2013 at 1:04 am -
Remove bgw_sighup and bgw_sigterm. Per discussion on pgsql-hackers, these aren't really needed. Interim versions of the background worker patch had the worker starting with signals already unblocked, ...
Robert Haas
Jul 22, 2013 at 7:15 pm
Jul 22, 2013 at 7:15 pm -
Clean up new JSON API typedefs The new JSON API uses a bit of an unusual typedef scheme, where for example OkeysState is a pointer to okeysState. And that's not applied consistently either. Change ...
Peter Eisentraut
Jul 20, 2013 at 10:49 am
Jul 20, 2013 at 10:49 am -
Fix HeapTupleSatisfiesVacuum on aborted updater xacts By using only the macro that checks infomask bits HEAP_XMAX_IS_LOCKED_ONLY to verify whether a multixact is not an updater, and not the full ...
Alvaro Herrera
Jul 19, 2013 at 11:59 pm
Jul 19, 2013 at 11:59 pm -
Allow background workers to be started dynamically. There is a new API, RegisterDynamicBackgroundWorker, which allows an ordinary user backend to register a new background writer during normal ...
Robert Haas
Jul 16, 2013 at 5:02 pm
Jul 19, 2013 at 11:25 am -
Fix PQconninfoParse error message handling The returned error message already includes a newline, but the callers were adding their own when printing it out. Branch ------ master Details ------- ...
Peter Eisentraut
Jul 16, 2013 at 12:30 am
Jul 16, 2013 at 12:31 am
Group Overview
group | pgsql-committers |
categories | postgresql |
discussions | 155 |
posts | 335 |
users | 23 |
website | postgresql.org... |
irc | #postgresql |
23 users for July 2013
Archives
- August 2013 (143)
- July 2013 (335)
- June 2013 (236)
- May 2013 (152)
- April 2013 (230)
- March 2013 (241)
- February 2013 (272)
- January 2013 (300)
- December 2012 (272)
- November 2012 (173)
- October 2012 (269)
- September 2012 (265)
- August 2012 (351)
- July 2012 (286)
- June 2012 (218)
- May 2012 (305)
- April 2012 (200)
- March 2012 (232)
- February 2012 (277)
- January 2012 (248)
- December 2011 (220)
- November 2011 (352)
- October 2011 (253)
- September 2011 (324)
- August 2011 (345)
- July 2011 (296)
- June 2011 (380)
- May 2011 (212)
- April 2011 (343)
- March 2011 (354)
- February 2011 (301)
- January 2011 (364)
- December 2010 (256)
- November 2010 (292)
- October 2010 (278)
- September 2010 (393)
- August 2010 (390)
- July 2010 (332)
- June 2010 (274)
- May 2010 (373)
- April 2010 (277)
- March 2010 (375)
- February 2010 (428)
- January 2010 (479)
- December 2009 (321)
- November 2009 (226)
- October 2009 (146)
- September 2009 (242)
- August 2009 (312)
- July 2009 (265)
- June 2009 (399)
- May 2009 (374)
- April 2009 (336)
- March 2009 (277)
- February 2009 (282)
- January 2009 (393)
- December 2008 (229)
- November 2008 (354)
- October 2008 (299)
- September 2008 (293)
- August 2008 (283)
- July 2008 (346)
- June 2008 (366)
- May 2008 (438)
- April 2008 (385)
- March 2008 (577)
- February 2008 (389)
- January 2008 (388)
- December 2007 (343)
- November 2007 (587)
- October 2007 (514)
- September 2007 (476)
- August 2007 (414)
- July 2007 (295)
- June 2007 (298)
- May 2007 (397)
- April 2007 (475)
- March 2007 (442)
- February 2007 (524)
- January 2007 (446)
- December 2006 (241)
- November 2006 (292)
- October 2006 (480)
- September 2006 (467)
- August 2006 (539)
- July 2006 (359)
- June 2006 (415)
- May 2006 (407)
- April 2006 (375)
- March 2006 (357)
- February 2006 (415)
- January 2006 (400)
- December 2005 (519)
- November 2005 (606)
- October 2005 (428)
- September 2005 (341)
- August 2005 (422)
- July 2005 (672)
- June 2005 (452)
- May 2005 (393)
- April 2005 (489)
- March 2005 (457)
- February 2005 (223)
- January 2005 (489)
- December 2004 (370)
- November 2004 (340)
- October 2004 (403)
- September 2004 (338)
- August 2004 (443)
- July 2004 (272)
- June 2004 (330)
- May 2004 (317)
- April 2004 (200)
- March 2004 (285)
- February 2004 (204)
- January 2004 (264)
- December 2003 (281)
- November 2003 (318)
- October 2003 (309)
- September 2003 (395)
- August 2003 (302)
- July 2003 (226)
- June 2003 (251)
- May 2003 (216)
- April 2003 (177)
- March 2003 (280)
- February 2003 (220)
- January 2003 (284)
- December 2002 (210)
- November 2002 (395)
- October 2002 (293)
- September 2002 (373)
- August 2002 (505)
- July 2002 (310)
- June 2002 (225)
- May 2002 (122)
- April 2002 (263)
- March 2002 (237)
- February 2002 (207)
- January 2002 (292)
- December 2001 (220)
- November 2001 (404)
- October 2001 (367)
- September 2001 (354)
- August 2001 (288)
- July 2001 (179)
- June 2001 (256)
- May 2001 (504)
- April 2001 (191)
- March 2001 (297)
- February 2001 (392)
- January 2001 (497)
- December 2000 (517)
- November 2000 (836)
- October 2000 (773)
- September 2000 (168)
- August 2000 (430)
- July 2000 (670)
- June 2000 (908)
- May 2000 (533)
- April 2000 (3)