[HACKERS] Look-behind regular expressions Are there any plans to support look-behind and negative look-behind for regular expressions in future? Thanks Thom -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers ... 29 Jun 2010 05:18
keepalives on MacOS X On Tue, Jun 29, 2010 at 4:07 AM, Robert Haas <robertmhaas(a)gmail.com> wrote: It looks like the recent keepalives patch won't support MacOS X, because MacOS X does not have the TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT socket parameters. �It does have this: #define TCP_KEEPALIVE � � � � � 0x10 � �/* idl... 6 Jul 2010 17:48
get_whatever_oid, part 1: object types with unqualifed names (2010/06/29 3:52), Robert Haas wrote: On Mon, Jun 28, 2010 at 1:00 PM, Tom Lane<tgl(a)sss.pgh.pa.us> wrote: Another, and related idea that I had while looking at this is that a lot of object types could benefit from a get_whatever_heaptuple() function with the same calling syntax. get_whatever_oid() c... 28 Jun 2010 21:39
[HACKERS] Issue: Deprecation of the XML2 module 'xml_is_well_formed' function We need to make extensive use of the 'xml_is_well_formed' function provided by the XML2 module. Yet the documentation says that the xml2 module will be deprecated since "XML syntax checking and XPath queries" is covered by the XML-related functionality based on the SQL/XML standard in the core server from Postgr... 28 Jun 2010 19:28
simplifying emode_for_corrupt_record On Fri, Jun 25, 2010 at 5:07 PM, Robert Haas <robertmhaas(a)gmail.com> wrote: I spend a little bit of time analyzing this today and it appears to me that all of the calls to emode_for_corrupt_record() arrive via ReadRecord(), which itself takes an emode argument that is always passed by the caller as either L... 28 Jun 2010 16:10
[HACKERS] keepalives on MacOS X It looks like the recent keepalives patch won't support MacOS X, because MacOS X does not have the TCP_KEEPIDLE, TCP_KEEPINTVL, and TCP_KEEPCNT socket parameters. It does have this: #define TCP_KEEPALIVE 0x10 /* idle time used when SO_KEEPALIVE is enabled */ Should we try to support that as a syn... 28 Jun 2010 16:10
Keepalives win32 Magnus Hagander <magnus(a)hagander.net> writes: [ can't read system's keepalive values in windows ] The way I see it, we have two options: 1) Read the default value from the registry. That's some fairly ugly code, imho. 2) Ignore the registry value and use the default value of 2 hours/1 second. That will... 8 Jul 2010 06:57
Propose Beta3 for July Josh Berkus <josh(a)agliodbs.com> writes: Therefore, I propose that we set a beta3 release date for July 8th. That should give it enough space from the American Holiday. You mean wrap on Thursday the 8th for release on Monday the 12th? That'd be fine with me. Actual release on the 8th would mean asking people... 30 Jun 2010 19:49
[HACKERS] Propose Beta3 for July Folks, There have been quite a number of fixes since Beta2. If we're going to make a summer release date at all, we need to get moving. Therefore, I propose that we set a beta3 release date for July 8th. That should give it enough space from the American Holiday. This would imply, of course, that we're goin... 28 Jun 2010 15:03
[HACKERS] Keepalives win32 Hi! I'm looking at adding win32 support for keepalives in libpq (well, also backend, but libpq for now), per the request from Robert Haas. I've come up with one issue though - in Windows, you can only set the "idle" and "interval" parameter together in a single syscall (in Unix, you have one for each). There is ... 28 Jun 2010 15:03 |