pgsql-committers since 2007-09-25 00:00

Notification of git commits are sent to this list. Do not post here!

Search the Archives

(enter a message-id to go directly to that message)

Browse Archives

Prev | Next

Sept. 25, 2007

Thread Author Time
pgcheck - pokus: Identification of faulty blocks in indexes added. User Machr2 08:31
stackbuilder - wizard: Dept. User Dpage 12:10
stackbuilder - setupkit: Dept. User Dpage 12:12
stackbuilder - installers: Update for Slony 1.2.11 User Dpage 12:15
stackbuilder - installers: Update for Slony 1.2.11 User Dpage 12:52
pgsql: Small string tweaks Peter Eisentraut 16:29
pgsql: Just-in-time background writing strategy. Tom Lane 20:03
pgsql: Dept. Tom Lane 22:11
pgsql: Change on-disk representation of NUMERIC datatype so that the Tom Lane 22:21

Sept. 26, 2007

Thread Author Time
pgsql: Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS Tom Lane 00:32
pgsql: In the integer-datetimes case, date2timestamp and Tom Lane 01:10
pgsql: Document that libpq's PQntuples() might overflow. Bruce Momjian 08:45
pgsql: Add: > * Implement Boyer-Moore searching in strpos() > > Bruce Momjian 08:47
pgsql: Fix crash of to_tsvector() function on huge input: compareWORD() Teodor Sigaev 10:09
pgsql: Fix crash of to_tsvector() function on huge input: compareWORD() Teodor Sigaev 10:17
pgsql: Fix crash of to_tsvector() function on huge input: compareWORD() Teodor Sigaev 10:30
pgsql: Fix crash of to_tsvector() function on huge input: compareWORD() Teodor Sigaev 10:39
pgsql: Fix crash of to_tsvector() function on huge input: compareWORD() Teodor Sigaev 10:44
pgsql: Applied patch by ITAGAKI Takahiro Michael Meskes 10:57
pgsql: Properly pass -c parameter to ecpg when building regression Magnus Hagander 11:19
Re: pgsql: Parenthesize macro arguments safely. Gregory Stark 17:26
pgsql: Create a function variable "join_search_hook" to let plugins Tom Lane 18:51
pgsql: Adjust the new memory limit in the lazy vacuum code to use Alvaro Herrera 20:16
pgsql: Rename "PostgreSQL" to "Postgres" in 7 places in the FAQ. Bruce Momjian 20:36
pgsql: Rename "PostgreSQL" to "Postgres" in 3 places. Bruce Momjian 20:38
Re: Re: [COMMITTERS] pgsql: Reduce the size of memoryallocations by lazy vacuum when Alvaro Herrera 20:54
pgsql: Minor improvements in backup and recovery: - create a separate Tom Lane 22:36
pgsql: Some small tuptoaster improvements from Greg Stark. Tom Lane 23:29

Sept. 27, 2007

Thread Author Time
pllolcode - pllolcode: Using plproxy as a guide (thanks, DarcyB, for the User Eggyknap 02:50
Re: [COMMITTERS] pgsql: Temporarily modify tsearch regression tests to suppress notice Bruce Momjian 05:41
Re: [COMMITTERS] pgsql: Temporarily modify tsearch regression tests to suppress notice Tom Lane 05:49
Re: [COMMITTERS] pgsql: Temporarily modify tsearch regression tests to suppress notice Bruce Momjian 05:55
pgsql: Lowercase all mentions of "PostgreSQL" in URLs, per Magnus. Bruce Momjian 06:14
Re: pgsql: Some small tuptoaster improvements from Greg Stark. Gregory Stark 10:04
pllolcode - pllolcode: Make test scripts slightly more portable User Eggyknap 10:34
pllolcode - parser: Imported Sources User Eggyknap 10:37
pllolcode - pllolcode: Remove tmp/ -- it's now a separate module called User Eggyknap 10:46
pllolcode - pllolcode: Begin messing with actually creating a parse tree User Eggyknap 13:21
Re: pgsql: Some small tuptoaster improvements from Greg Stark. Tom Lane 13:52
Re: [COMMITTERS] pgsql: Temporarily modify tsearch regression tests to suppress notice Tom Lane 14:08
pgsql: Fix Assert failure in ExpandColumnRefStar --- what I thought was Tom Lane 17:42
pgsql: Fix Assert failure in ExpandColumnRefStar --- what I thought was Tom Lane 17:42
pgsql: Add virtual transaction IDs to CSVLOG output, so that messages Tom Lane 18:15
pgsql: Define the FRONTEND symbol in postgres_fe.h, which allows us to Tom Lane 19:53
pgsql: Tweak pgbench.c to remove the hidden assumption that a WIN32 Tom Lane 20:39
pgsql: Fix typos in two comments. Tom Lane 21:01
pgsql: Turn build and vcregress .bat files into pure one line wrappers Andrew Dunstan 21:13
Re: pgsql: Turn build and vcregress .bat files into pure one line wrappers Andrew Dunstan 21:55

Sept. 28, 2007

Thread Author Time
pgsql: exclude contrib/tsearch2 from regression tests. Andrew Dunstan 00:14
npgsql - Npgsql2: NpgsqlDataReader.cs, NpgsqlDbType.cs, User Fxjr 04:20
pginstaller - pginst: Update for changes to GUCs in 8.3. User Dpage 12:16
pgsql: Tweak initdb's text search configuration selection code so it can Tom Lane 15:25
stackbuilder - installers: Add some missing dependencies, required User Dpage 16:17
pgsql: Remove: < * SQL*Net listener that makes PostgreSQL appear as an Bruce Momjian 21:32
pgsql: Change initdb and CREATE DATABASE to actively reject attempts to Tom Lane 22:25
pgsql: Update TCL comment: * We can only fix this with Tcl >= 8.4, Bruce Momjian 22:33
pgsql: On OS X, assume that an empty-string result for Tom Lane 23:36

Sept. 29, 2007

Thread Author Time
pgsql: Teach chklocale.c about a few names for frontend-only encodings, Tom Lane 00:01
pgsql: Make use of additional chklocale.c entries to reject locales that Tom Lane 00:14
pgsql: Make archive recovery always start a new timeline, rather than Tom Lane 01:36
pgsql: Make archive recovery always start a new timeline, rather than Tom Lane 01:36
pgsql: Make archive recovery always start a new timeline, rather than Tom Lane 01:36
pgsql: Make archive recovery always start a new timeline, rather than Tom Lane 01:36
pgsql: Defend against openssl libraries that fail on keys longer than Tom Lane 02:18
pgsql: Defend against openssl libraries that fail on keys longer than Tom Lane 02:18
pgsql: Add chklocale.c to pgport files for msvc builds, per buildfarm Magnus Hagander 07:15
Re: [COMMITTERS] pgsql: Temporarily modify tsearch regression tests to suppress notice Bruce Momjian 11:14
pgsql: In the release checklist, mention packagers will see the minor Bruce Momjian 12:19
pgsnmpd - pgsnmpd: Add TODO item for reporting on standby servers, per User Eggyknap 13:44
pllolcode - pllolcode: Add TODO list, with one entry RE: TOAST'd types. User Eggyknap 13:51
Re: [COMMITTERS] pgsql: Temporarily modify tsearch regression tests to suppress notice Tom Lane 14:50
pgsql: Defend against openssl libraries that fail on keys longer than Tom Lane 15:50
pgsql: Improve consistency of the error messages generated when you try Tom Lane 17:18
pgsql: Disallow CLUSTER using an invalid index (that is, one left over Tom Lane 18:05
pgsql: Disallow CLUSTER using an invalid index (that is, one left over Tom Lane 18:05
pgsql: Make recovery show the current input WAL segment name in the Tom Lane 18:32
pgsql: Support functions for index opclasses should be immutable. Tom Lane 23:24
pgsql: Remove bogus commutator marking --- the module doesn't actually Tom Lane 23:32
pgsql: Support functions for index opclasses should be immutable. Tom Lane 23:38
pgsql: Support functions for index opclasses should be immutable. Tom Lane 23:43
pgsql: Support functions for index opclasses should be immutable. Tom Lane 23:48

Sept. 30, 2007

Thread Author Time
pgsql: Support functions for index opclasses should be immutable. Tom Lane 00:03
pgsql: Applied another patch by ITAGAKI Takahiro Michael Meskes 11:38
Re: pgsql: Applied another patch by ITAGAKI Takahiro Stefan Kaltenbrunner 14:20
Re: pgsql: Applied another patch by ITAGAKI Takahiro Tom Lane 15:06
pgsql: Support functions for index opclasses should be immutable. Tom Lane 15:48
pgsql: Support functions for index opclasses should be immutable. Tom Lane 15:52
pgsql: Properly mark mergeable/hashable equality operators (found by Tom Lane 17:13
pgsql: Adjust recovery PS display as agreed with Simon: 'waiting for Tom Lane 17:28
pgsql: In hopes of un-breaking the buildfarm, add missing file from Tom Lane 17:50
Re: pgsql: Applied another patch by ITAGAKI Takahiro Tom Lane 17:52
pgsql: Add an extra header byte to TOAST-pointer datums to represent Tom Lane 19:54

Oct. 1, 2007

Thread Author Time
pgsql: Have pgcvslog mark back-branch commits with "<back-patch>". Bruce Momjian 02:59
pgsql: Fixup for new pgcvslog feature. Bruce Momjian 03:01
pgsql: Fix a minor typo. D'Arcy J.M. Cain 06:52
stackbuilder - wizard: Attempt to auto-expand the appropriate mirror User Dpage 09:56
pginstaller - pginst: Use the correct pgAdmin scripts directory User Dpage 10:26
pginstaller - pginst: Add FInnish hints and tips for pgAdmin User Dpage 10:33
pginstaller - pginst: Client encoding for command lines is added. User H-saito 10:51
pgsql: Enable __FUNCTION__ on MSVC builds. Magnus Hagander 10:54
pginstaller - pginst: Few minor bug fixes User Dpage 11:05
pginstaller - pginst: Re-enable stackbuilder User Dpage 11:06
pgsql: Update pgcvslog text to simply "<branch>" Bruce Momjian 13:04
pginstaller - pginst: Client encoding used by psql.exe. User H-saito 13:18
pgsql: Build with /GS on 64-bit to work with modern Platform SDK. Magnus Hagander 14:32
pginstaller - pginst: Install the pl/pgsql debugger plugin from User Dpage 15:47
pginstaller - pginst: initdb parameter mistake. User H-saito 16:11
pgsql: Avoid assuming that struct varattrib_pointer doesn't get padded Tom Lane 16:25
pgsql: Add note warning against use of pre-8.4 multithreaded Tcl. Tom Lane 16:43
pgsql: Add some examples. D'Arcy J.M. Cain 19:06
pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL Magnus Hagander 20:30
pgsql: Add catalogs.sgml documentation for text search catalogs. Tom Lane 21:10
Re: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL Gregory Stark 21:33
Re: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL Tom Lane 22:58

Oct. 2, 2007

Thread Author Time
pgsql: Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in Tom Lane 00:25
Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL Tom Lane 00:27
Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL Magnus Hagander 06:22
Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL Magnus Hagander 06:42
Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL 📎 Magnus Hagander 09:18
Re: pgsql: Fix free space map to correctly track the total amount of FSM Tatsuo Ishii 09:40
pgsql: ITAGAKI Takahiro <[email protected]> added Michael Meskes 09:50
pgsql: No idea where this file came from. Michael Meskes 09:51
Re: pgsql: ITAGAKI Takahiro <[email protected]> added Stefan Kaltenbrunner 12:46
Re: pgsql: ITAGAKI Takahiro <[email protected]> added Michael Meskes 13:42
pgsql: Made new test also work without threading enabled. Michael Meskes 14:01
Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL Tom Lane 14:04
Re: pgsql: ITAGAKI Takahiro <[email protected]> added Michael Meskes 14:11
Re: [HACKERS] Re: pgsql: Fix free space map to correctly track the total amount of FSM Tom Lane 15:22
Re: [HACKERS] Re: pgsql: Fix free space map to correctly track the total amount of FSM Tatsuo Ishii 15:37
pgsql: Default to thread safety on, and support more CPU options. Magnus Hagander 19:01
pgsql: Fix a compiler warning on Win32. Neil Conway 22:01

Oct. 3, 2007

Thread Author Time
Re: [HACKERS] Re: pgsql: Fix free space map to correctly track the total amount of FSM Decibel! 00:17
Re: Re: [COMMITTERS] pgsql: Fix free space map to correctly track the total amount of FSM Alvaro Herrera 01:07
Re: Re: [COMMITTERS] pgsql: Fix free space map to correctly track the total amount of FSM Tom Lane 01:48
pgsql: First cut at 8.3 release notes. Tom Lane 03:32
Re: pgsql: Made new test also work without threading enabled. Andrew Dunstan 07:35
pgsql: Hopefully fixed some stuff that causes Windows builds to fail. Michael Meskes 08:55
Re: pgsql: Made new test also work without threading enabled. Michael Meskes 08:57
pgbouncer - pgbouncer: more todo User Mkz 09:15
pgsql: Cleaned up ecpglib and renamed functions that do not need to be Michael Meskes 11:11
pgsql: Fix typo Magnus Hagander 11:34
pgbouncer - pgbouncer: pool_size doc User Mkz 11:43
pgsql: Make ECPG regression tests run with -c only for Magnus Hagander 11:57
pllolcode - pllolcode: Rebuilding parser piece by piece, making sure User Eggyknap 12:09
pgsql: Build DEF file for libecpg instead of generating a default one. Magnus Hagander 12:11
pgsql: Fix typo Magnus Hagander 12:11
pgsql: Fix commandlines for final two ECPG regression tests Magnus Hagander 12:31
pgsql: Use snprintf from libpgport in ecpg compatlib. Magnus Hagander 12:34
pgbouncer - pgbouncer: more testing User Mkz 12:51
pgsql: Also created export list for pgytpeslib and compatlib. Michael Meskes 13:20
pgsql: More detailed error msg (with stack trace) if a file copy fails. Magnus Hagander 13:20
pgsql: Remove exports.list in clean target. Michael Meskes 13:24
pgsql: Also build snprintf from pgport if needed. Michael Meskes 13:40
pgsql: Build two more .DEF files for ecpg instead of using default ones. Magnus Hagander 13:43
pgsql: Attempt to open certificate file "manually" using fopen before Magnus Hagander 13:57
Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL Magnus Hagander 13:58
pgsql: Stripped two symbols that are needed. Michael Meskes 14:01
pgsql: This could be what's missing on some systems. Michael Meskes 14:42
pgsql: Fix command for fetching snprintf.c. Tom Lane 15:04
npgsql - Npgsql2: Added support for COPY IN and COPY OUT operations. User Fxjr 15:10
pgsql: Minor improvements to hack for old OpenSSL libraries: avoid Tom Lane 15:12
pgsql: Argh, missing dll in filename Michael Meskes 15:24
pgsql: Tweak recently-added tests to suppress scary-looking warnings on Tom Lane 15:59
pgsql: Suppress compiler warning in non-threaded build. Tom Lane 16:03
pgsql: Some editorial improvements for recently-added ALTER Tom Lane 16:48
pgsql: Teach chklocale.c how to extract encoding info from Windows Tom Lane 17:16
pginstaller - pginst: Fixed EUC_JP code misstake.. User H-saito 17:51
pgsql: Various minor improvements to the 8.3 release notes. Neil Conway 22:06
pgsql: Second pass at 8.3 release notes: put items in a bit more logical Tom Lane 23:02
Re: pgsql: Various minor improvements to the 8.3 release notes. Tom Lane 23:05
Re: pgsql: Second pass at 8.3 release notes: put items in a bit more logical Neil Conway 23:29

Oct. 4, 2007

Thread Author Time
Re: pgsql: Second pass at 8.3 release notes: put items in a bit more logical Tom Lane 00:09
Re: pginstaller - pginst: Fixed EUC_JP code misstake.. ITAGAKI Takahiro 00:55
pginstaller - pginst: EUC_TW which is not supported was removed. User H-saito 01:14
Re: pginstaller - pginst: Fixed EUC_JP code misstake.. Hiroshi Saito 01:16
pgsql: First pass at SGML-ifying the 8.3 release notes. Neil Conway 03:53
Re: pgsql: Second pass at 8.3 release notes: put items in a bit more logical Neil Conway 03:57
Re: Re: [COMMITTERS] pgsql: Fix free space map to correctly track the total amount of FSM Decibel! 05:02
Re: Re: [COMMITTERS] pgsql: Fix free space map to correctly track the total amount of FSM Tatsuo Ishii 06:23
pgsql: Two fixes for the release notes from Guillaume Smet. Neil Conway 07:53
pgsql: Added def-files to all: target so they are build everytime. Michael Meskes 07:58
dbsamples - dbsamples: New Directory User Xzilla 14:46
dbsamples - dbsamples: ISO-639-3 Language Code Database. User Xzilla 14:59
pgsql: Change Assert() to a plain test and elog, just to see if that Tom Lane 15:37
pgsql: Removed newline at end of exports files. Michael Meskes 16:29
pgsql: Replaced tabs by white spaces Michael Meskes 17:49
dbsamples - dbsamples: let's install into the db we created for it User Xzilla 18:12
pgsql: DLL_DEFFILE should be defined when PORTNAME is win32, not when it Tom Lane 18:32
pgsql: Update timezone data files to release 2007h of the zic database. Tom Lane 19:06
pgsql: Update timezone data files to release 2007h of the zic database. Tom Lane 19:07
pgsql: Update timezone data files to release 2007h of the zic database. Tom Lane 19:07
pgsql: Update timezone data files to release 2007h of the zic database. Tom Lane 19:07
pgsql: Stamp 8.3beta1, except in configure.in/configure. Tom Lane 19:12
pgtreelib - pgtreelib: New Directory User Kostas 20:30
pgtreelib - pgtreelib: User Kostas 20:31
pgsql: Keep the planner from failing on "WHERE false AND something IN Tom Lane 20:44
pgsql: Keep the planner from failing on "WHERE false AND something IN Tom Lane 20:44
pgsql: Keep the planner from failing on "WHERE false AND something IN Tom Lane 20:45
pgsql: Keep the planner from failing on "WHERE false AND something IN Tom Lane 20:45
pgsql: Keep the planner from failing on "WHERE false AND something IN Tom Lane 20:45

Browse Archives

Prev | Next