pgsql-committers since 2010-05-24 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

May 24, 2010

Thread Author Time
pgsql: Split apart pg_upgrade user lookup and root check so '--help' Bruce Momjian 16:34
pgsql: Update pg_upgrade docs to show options in alphabetical order, and Bruce Momjian 17:43
pg-migrator - pg_migrator: Remove double-free of sequence file name. User Bmomjian 17:45
pgsql: In pg_upgrade, test for datallowconn instead of hardcoding Bruce Momjian 19:52

May 25, 2010

Thread Author Time
pgsql: Re-order pg_upgrade 'help' options to be alphabetical. Bruce Momjian 02:55
pgsql: Add Japanese Implementation file to CVS. Bruce Momjian 02:56
pgbulkload - pgbulkload: Fix bugs in csv parser and --username option. User Itagaki 04:51
pgstatsinfo - pg_reporter: Fix a bug in --username option. User Itagaki 04:52
reorg - pg_batch: Fix a bug in --username option. User Itagaki 04:53
reorg - pg_reorg: Fix a bug in --username option. User Itagaki 04:53
pgsql: Added a configure test for "long long" datatypes. Michael Meskes 14:32
pgsql: Add pg_upgrade docs about binary compatibility, per Robert Haas. Bruce Momjian 14:50
Re: pgsql: Added a configure test for "long long" datatypes. Tom Lane 15:20
pgsql: Modify pg_standby, pgbench, and pg_upgrade manual pages to be Bruce Momjian 15:55
pgsql: Update pg_upgrade IMPLEMENTATION doc file to match current 9.0 Bruce Momjian 16:09
pgsql: Remove IMPLEMENTATION.jp file from pg_upgrade docs; still in Bruce Momjian 16:53
pgsql: Replace self written 'long long int' configure test by standard Michael Meskes 17:28
Re: pgsql: Added a configure test for "long long" datatypes. Michael Meskes 17:28
pgsql: Fix oversight in construction of sort/unique plans for Tom Lane 17:44
pgsql: Fix oversight in construction of sort/unique plans for Tom Lane 17:44
Re: pgsql: Remove IMPLEMENTATION.jp file from pg_upgrade docs; still in Tom Lane 18:12
pgsql: Add missing newlines to some SSL-related error messages. Tom Lane 22:03

May 26, 2010

Thread Author Time
slony1-ctl - slony-ctl: Oups, I forgot the Changelog... User Sas 12:08
pgsql: More fixes for shutdown during recovery. Robert Haas 12:32
psqlodbc - psqlodbc: 1. User Hinoue 13:56
pgsql: Tell openssl to include the names of the root certs the server Tom Lane 15:52
psqlodbc - psqlodbc: Change the release note.(prep release) Hiroshi Saito 15:53
pgsql: Minor editorialization for be-secure.c: fix comments and some Tom Lane 16:15
pgsql: The message style police pay a visit to hba.c. Tom Lane 16:43
pgsql: Fix psql help: \da+ is same as \da, but \daS is not. Robert Haas 19:29
pgsql: HS Defer buffer pin deadlock check until deadlock_timeout has Simon Riggs 19:52
pgsql: Fix bogus error message for SSL-cert authentication, due to lack Tom Lane 20:47
pgsql: Rearrange libpq's SSL initialization to simplify it and make it Tom Lane 21:39
pgsql: In walsender, don't sleep if there's outstanding WAL waiting to Heikki Linnakangas 22:21
pgsql: Thinko in previous commit: ensure that MAX_SEND_SIZE is always Heikki Linnakangas 22:34
pgsql: Document pgFouine and check_postgres as log analysis options. Bruce Momjian 23:29
pgsql: Improve SSL-related documentation. Tom Lane 23:49
pgsql: Fix SGML markup Bruce Momjian 23:55

May 27, 2010

Thread Author Time
pgsql: Adjust comment to reflect that we now have Hot Standby. Heikki Linnakangas 00:38
pgsql: Avoid starting walreceiver in states where it shouldn't be Robert Haas 02:01
pgsql: Make it more clear that you need to release savepoint with Heikki Linnakangas 06:25
Re: pgsql: Make it more clear that you need to release savepoint with Heikki Linnakangas 06:53
pgsql: Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORT Takahiro Itagaki 07:59
pgsql: Make CREATE INDEX run expression preprocessing on a proposed Tom Lane 15:59
pgsql: Make CREATE INDEX run expression preprocessing on a proposed Tom Lane 15:59
pgsql: Fix the volatility marking of textanycat() and anytextcat(): they Tom Lane 16:20
pgsql: Small correction/clarification in discussion of Unicode literals Peter Eisentraut 18:23
pgsql: Change ps_status.c to explicitly track the current logical length Tom Lane 19:19
pgsql: Change ps_status.c to explicitly track the current logical length Tom Lane 19:19
pgsql: Change ps_status.c to explicitly track the current logical length Tom Lane 19:19
pgsql: Change ps_status.c to explicitly track the current logical length Tom Lane 19:19
pgsql: Change ps_status.c to explicitly track the current logical length Tom Lane 19:20
pgsql: Change ps_status.c to explicitly track the current logical length Tom Lane 19:20

May 28, 2010

Thread Author Time
pgsql: Rejigger mergejoin logic so that a tuple with a null in the first Tom Lane 01:14
pgsql: Rejigger mergejoin logic so that a tuple with a null in the first Tom Lane 01:14
pgsql: Rejigger mergejoin logic so that a tuple with a null in the first Tom Lane 01:14
Re: [COMMITTERS] pgsql: Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORT Heikki Linnakangas 11:57
pgbuildfarm - client-code: provide for "default" entry in force_every User Andrewd 12:02
edb-debugger - server: Add Win64 support [Dharmendra Goyal] Dave Page 12:31
pgsql: Update High Availability docs. Heikki Linnakangas 14:03
pgsql: PGDLLEXPORT is __declspec (dllexport) only on MSVC, but is Takahiro Itagaki 16:34
pgsql: Rewrite LIKE's %-followed-by-_ optimization so it really works Tom Lane 17:35
pgsql: Rewrite LIKE's %-followed-by-_ optimization so it really works Tom Lane 17:35
pgsql: Rewrite LIKE's %-followed-by-_ optimization so it really works Tom Lane 17:35
pgsql: Document use of VPATH builds. Bruce Momjian 18:04
pgsql: Fix oversight in the previous patch that made LIKE throw error Tom Lane 18:18
Re: pgsql: PGDLLEXPORT is __declspec (dllexport) only on MSVC, but is Tom Lane 19:21
pgsql: Abort a FETCH_COUNT-controlled query if we observe any I/O error Tom Lane 20:02

May 29, 2010

Thread Author Time
pgsql: Add C comment that we will have to remove an exclusion constraint Bruce Momjian 02:32
Re: [COMMITTERS] pgsql: Update High Availability docs. Fujii Masao 02:34
pgsql: Fix typos in recent doc patch. Heikki Linnakangas 09:01
Re: [COMMITTERS] pgsql: Update High Availability docs. Heikki Linnakangas 09:01
slony1-ctl - slony-ctl: Add debug function, start adding it to scripts User C2main 09:34
psqlodbc - psqlodbc: USE_LIBPQ option forgotten. Hiroshi Saito 13:42
npgsql - Npgsql2: Mono unit tests for SqlClient partially ported to User Jbcooley 15:36
pgsql: Document that NOT NULL domain constraints are not always honored. Bruce Momjian 19:06
pgsql: Add text to "Populating a Database" pointing out that bulk data Tom Lane 21:08

May 30, 2010

Thread Author Time
pgsql: Clarify the meaning of "trusted language" in the documentation. Bruce Momjian 02:23
npgsql - Npgsql2: Fix multi-level join generated sql User Jbcooley 14:28
Re: pgsql: tag 7.4.29 Greg Stark 17:06
Re: pgsql: tag 7.4.29 Robert Haas 17:11
Re: pgsql: tag 7.4.29 Tom Lane 17:40
pgsql: Change the notation for calling functions with named parameters Tom Lane 18:10
pgsql: Fix misuse of Lossy Counting (LC) algorithm in Tom Lane 21:59
pgsql: Fix misuse of Lossy Counting (LC) algorithm in Tom Lane 21:59
slony1-ctl - slony-ctl: Add umask 0077 by default User C2main 22:42
slony1-ctl - slony-ctl: Test plpgsql and slony schema before trying to User C2main 23:32

May 31, 2010

Thread Author Time
textsearch-ja - textsearch_senna: Senna doesn't require any locks in User Itagaki 06:07
Re: [COMMITTERS] pgsql: In walsender, don't sleep if there's outstanding WAL waiting to Fujii Masao 10:03
Re: [COMMITTERS] pgsql: In walsender, don't sleep if there's outstanding WAL waiting to 📎 Fujii Masao 10:20
pgsql: Send all outstanding WAL before exiting when smart shutdown is Heikki Linnakangas 10:44
Re: [COMMITTERS] pgsql: In walsender, don't sleep if there's outstanding WAL waiting to Heikki Linnakangas 10:45
Re: [COMMITTERS] pgsql: Ensure that top level aborts call XLogSetAsyncCommit(). Fujii Masao 11:11
Re: [COMMITTERS] pgsql: Ensure that top level aborts call XLogSetAsyncCommit(). Simon Riggs 11:48
pgsql: Reword fsync and full_page_writes docs to be clearer about when Bruce Momjian 15:50
pgsql: Add note about database ownership to REASSIGN OWNED command Alvaro Herrera 18:47
pgsql: Add error hint that PL/pgSQL "EXECUTE of SELECT ... Bruce Momjian 20:02
npgsql - Npgsql2: bug #1010829 - Fix support for User Jbcooley 21:00
npgsql - Npgsql2: bug #1010768 - test for Mono regression User Jbcooley 21:27
pgsql: Document how to find TeX overflow boxes in our documentation Bruce Momjian 22:14
pgsql: Update TeX overflow documentation page pattern mask, in docs. Bruce Momjian 22:15
pgsql: Overflow box is on page after listed page number, per Alvaro. Bruce Momjian 22:42

June 1, 2010

Thread Author Time
npgsql - Npgsql2: bug #1010825 - support derive parameters for User Jbcooley 00:27
npgsql - Npgsql2: support null items in arrays User Jbcooley 00:30
pgsql: Show schema name for REINDEX. Bruce Momjian 00:33
npgsql - Npgsql2: provide default value during model generation User Jbcooley 01:59
npgsql - Npgsql2: cleaned up UpdatedRowSource code and added value User Jbcooley 02:02
pgsql: Add documentation section "Using C++ for Extensibility". Bruce Momjian 02:31
pgsql: Fix SGML markup for tag title. Bruce Momjian 02:35
pgsql: Mention palloc/pfree for C++ memory allocation in docs. Bruce Momjian 02:54
pgsql: Comment out C++ docs for later user. Bruce Momjian 03:19
reorg - pg_batch: version 1.2.2. User Itagaki 07:34
reorg - pg_reorg: version 1.1.2. User Itagaki 07:35
pgsql: Update C++ release note item wording. Bruce Momjian 13:43
Re: [COMMITTERS] pgsql: PGDLLEXPORT is __declspec (dllexport) only on MSVC, but is Hiroshi Inoue 21:52

June 2, 2010

Thread Author Time
pgsql: Fix obsolete comments that I neglected to update in a previous Heikki Linnakangas 09:28
stackbuilder - wizard: Modified SB to read both 64bit and 32bit view of User Sachin 10:42
pgsql: Run recently backported plperlu_plperl regression tests when Andrew Dunstan 15:58
pgsql: Run recently backported plperlu_plperl regression tests when Andrew Dunstan 15:58

June 3, 2010

Thread Author Time
pgsql: Document that && geometric operator is true even if only a point Bruce Momjian 01:34
pgsql: Clarify array generate_subscripts() documentation example. Bruce Momjian 02:06
pgsql: Document that citext operators must be in the current search Bruce Momjian 03:04
pgsql: On clean shutdown during recovery, don't warn about possible Robert Haas 03:20
stackbuilder - wizard: Added 'windows-x64' as the new platform type and User Sachin 09:07
pgsql: Fix dblink to treat connection names longer than NAMEDATALEN-2 Takahiro Itagaki 09:38
pgsql: Fix dblink to treat connection names longer than NAMEDATALEN-2 Takahiro Itagaki 09:40
pgsql: Fix dblink to treat connection names longer than NAMEDATALEN-2 Takahiro Itagaki 09:41
pgsql: Fix dblink to treat connection names longer than NAMEDATALEN-2 Takahiro Itagaki 09:43
pgsql: Fix dblink to treat connection names longer than NAMEDATALEN-2 Takahiro Itagaki 09:44
pgsql: Fix dblink to treat connection names longer than NAMEDATALEN-2 Takahiro Itagaki 09:45
stackbuilder - wizard: Added an option to download packages only (for User Sachin 10:45
pgsql: Fix regression test name for plperlu_plperl in msvc. Andrew Dunstan 11:03
pgsql: Fix regression test name for plperlu_plperl in msvc. Andrew Dunstan 11:04
pgsql: Document use of C++ for extension use. Bruce Momjian 14:39
pgsql: Document regexp_matches() better and show example of single-row Bruce Momjian 14:40
pgsql: Markup fix. Bruce Momjian 14:41
pgsql: Bump PG_CONTROL_VERSION to account for the incompatible change Tom Lane 14:50
pgsql: Update 9.0 release notes to current. Bruce Momjian 16:33
pgsql: Fix reference to nonexistent configure option --enable-ssl -> Peter Eisentraut 19:29
pgsql: Fix CREATE TRIGGER release mention, WHERE -> WHEN. Bruce Momjian 19:38
stackbuilder - wizard: Bumped SB version to 3.0.0, Removed (x86) prefix User Sachin 19:43
pgsql: Add comments about definitions that may affect Alvaro Herrera 20:37
pgsql: Fix some inconsistent quoting of wal_level values in messages Peter Eisentraut 21:02
pgsql: Translation updates for 9.0beta2 Peter Eisentraut 21:12
pgsql: Remove link that breaks HISTORY file generation. Tom Lane 21:23
pgsql: Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() Tom Lane 22:17
pgsql: Adjust misleading comment in walsender.c. Tom Lane 23:00

June 4, 2010

Thread Author Time
pgsql: tag 9.0beta2 Marc G. Fournier 07:28
pgsql: Added variable handling for RETURNING clause to ecpg. Michael Meskes 10:09
pgsql: Data returned by RETURNING clause wasn't correctly processed by Michael Meskes 10:48
pgsql: Data returned by RETURNING clause wasn't correctly processed by Michael Meskes 10:48
Re: pgsql: Added variable handling for RETURNING clause to ecpg. David Fetter 12:07
Re: pgsql: Added variable handling for RETURNING clause to ecpg. Michael Meskes 12:39
Fwd: Re: pgsql: Added variable handling for RETURNING clause to ecpg. Michael Meskes 12:58
Re: Fwd: Re: pgsql: Added variable handling for RETURNING clause to ecpg. David Fetter 14:22

June 5, 2010

Thread Author Time
pgsql: Improve our explanation of the OVERLAPS operator. Tom Lane 14:56
pgmemcache: pgmemcache Makefile pgmemcache.c pgmemcache.h ormod 15:38

June 7, 2010

Thread Author Time
pgsql: Replace "slave" to "standby" in documentation for consistent Takahiro Itagaki 02:01
pgsql: Ensure default-only storage parameters for TOAST relations to be Takahiro Itagaki 02:59
pgsql: Ensure default-only storage parameters for TOAST relations to be Takahiro Itagaki 03:01
Re: [COMMITTERS] pgsql: Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() 📎 Fujii Masao 13:35
pgsql: Add missed function dblink_connect_u(text[, text]) to uninstall Teodor Sigaev 15:14
pgsql: Add missed function dblink_connect_u(text[, text]) to uninstall Teodor Sigaev 15:14
pgsql: Add missed function dblink_connect_u(text[, text]) to uninstall Teodor Sigaev 15:15
pgsql: Add missed function dblink_connect_u(text[, text]) to uninstall Teodor Sigaev 15:15
Re: Re: [COMMITTERS] pgsql: Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() Tom Lane 15:45
pgsql: Avoid useless snprintf() call when update_process_title is turned Tom Lane 15:49
Re: pgsql: Add missed function dblink_connect_u(text[, text]) to uninstall Tom Lane 15:50
slony1-ctl - slony-ctl: add exit_error_msg function User C2main 21:45
slony1-ctl - slony-ctl: last commit ommit those two files, adding error User C2main 22:25

June 8, 2010

Thread Author Time
pgbulkload - pgbulkload: pg_bulkload 3.0beta1. User Itagaki 02:45
pgbulkload - pgbulkload: Added English documentation. User Itagaki 02:54
Re: [COMMITTERS] pgsql: Fix dblink to treat connection names longer than NAMEDATALEN-2 Takahiro Itagaki 06:17
Re: pgsql: Add missed function dblink_connect_u(text[,text]) to uninstall Teodor Sigaev 09:31
pgsql: Make procedural language handler reference C-language function Robert Haas 20:12

June 9, 2010

Thread Author Time
pgsql: Fix typo in the header comment. Tatsuo Ishii 00:54
pgsql: Fix connection leak in dblink when dblink_connect() or Takahiro Itagaki 00:56
pgsql: Fix connection leak in dblink when dblink_connect() or Takahiro Itagaki 00:56
pgsql: Fix connection leak in dblink when dblink_connect() or Takahiro Itagaki 00:59
pgsql: Fix connection leak in dblink when dblink_connect() or Takahiro Itagaki 00:59
pgsql: Fix connection leak in dblink when dblink_connect() or Takahiro Itagaki 01:00
pgsql: Fix connection leak in dblink when dblink_connect() or Takahiro Itagaki 01:00
pgsql: Fix connection leak in dblink when dblink_connect() or Takahiro Itagaki 01:00
pgsql: Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely. Robert Haas 02:39
pgsql: Avoid "identifier will be truncated" warning in dblink when Takahiro Itagaki 03:39
pgsql: Avoid "identifier will be truncated" warning in dblink when Takahiro Itagaki 03:40
pgsql: Make the walwriter close it's handle to an old xlog segment if Magnus Hagander 10:54
pgsql: Make the walwriter close it's handle to an old xlog segment if Magnus Hagander 10:54
pgsql: Make the walwriter close it's handle to an old xlog segment if Magnus Hagander 10:54
Re: pgsql: Fix connection leak in dblink when dblink_connect() or Tom Lane 14:58
pgsql: In standby mode, respect checkpoint_segments in addition to Heikki Linnakangas 15:04
pgsql: Add index entry for ::, per complaint from John Gage. Alvaro Herrera 16:43
pgsql: Add index entry for ::, per complaint from John Gage. Alvaro Herrera 16:43
pgsql: Update ALTER TABLE docs to account for exclusion and deferrable Alvaro Herrera 17:48
pgsql: Remove stray word from comment. Robert Haas 21:14

June 10, 2010

Thread Author Time
pgsql: Fix incorrect change in dblink introduced by the previous commit Takahiro Itagaki 00:41
pgsql: Fix incorrect change in dblink introduced by the previous commit Takahiro Itagaki 00:42
Re: pgsql: Fix connection leak in dblink when dblink_connect() or Takahiro Itagaki 00:48
pgsql: Quote all string values in EXPLAIN (FORMAT YAML) output. Robert Haas 01:26
pgsql: Fix quite-bogus handling of arrays in plpython datum-to-PyObject Tom Lane 04:05

Browse Archives

Prev | Next