pgsql-committers - February 2011

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

Search the Archives

Browse Archives

Prev | Next

Feb. 1, 2011

Thread Author Time
pgsql: Create new errcode for recovery conflict caused by db drop on ma Simon Riggs 00:21
pgsql: Fix pg_upgrade to create pg_authid restore functions in the 'pos Bruce Momjian 01:16
pgsql: Support LIKE and ILIKE index searches via contrib/pg_trgm indexe Tom Lane 02:35
pgsql: In pg_authid.rolpassword docs, make "md5" appear as a literal. Bruce Momjian 03:29
pgsql: Improve docs for pg_authid encryption description with better ma Bruce Momjian 03:54
pgsql: Add a link from client_encoding parameter to the list of charact Itagaki Takahiro 05:30
pgsql: Fix wrong error reports in 'number of array dimensions exceeds t Itagaki Takahiro 07:15
pgsql: Fix wrong error reports in 'number of array dimensions exceeds t Itagaki Takahiro 07:15
pgsql: Fix wrong error reports in 'number of array dimensions exceeds t Itagaki Takahiro 07:15
pgsql: Fix wrong error reports in 'number of array dimensions exceeds t Itagaki Takahiro 07:15
pgsql: Fix wrong error reports in 'number of array dimensions exceeds t Itagaki Takahiro 07:15
pgsql: Re-classify ERRCODE_DATABASE_DROPPED to 57P04 Simon Riggs 08:45
pgsql: Create new errcode for recovery conflict caused by db drop on ma Simon Riggs 08:52
pgsql: Undefine setlocale() macro on Win32 Magnus Hagander 12:29
pgsql: Undefine setlocale() macro on Win32 Magnus Hagander 12:29
pgsql: Undefine setlocale() macro on Win32 Magnus Hagander 12:29
pgsql: Undefine setlocale() macro on Win32 Magnus Hagander 12:29
pgsql: Set up PLPerl trigger data using C code instead of Perl code. Andrew Dunstan 15:07
pgsql: Add pg_upgrade comment for why we can't use template1 inheritanc Bruce Momjian 17:23
pgsql: Add missing period "." in pg_upgrade documentation. Bruce Momjian 18:53
pgsql: Clarify pg_upgrade install instructions, per suggestion from Rob Bruce Momjian 18:57
pgsql: Document that Slony can do upgrades easier _because_ it supports Bruce Momjian 20:21
pgsql: Document that effective cache size does not assume data remains Bruce Momjian 20:23
pgsql: Add validator to PL/Python Peter Eisentraut 20:55
pgsql: Clarify documentation to state that "zero_damaged_pages" does no Bruce Momjian 21:44
pgsql: Properly capitalize hyphenated words in documentation titles. Bruce Momjian 22:00
pgsql: Document that CREATE VIEW that uses "*" for the column list will Bruce Momjian 22:17

Feb. 2, 2011

Thread Author Time
snapshot - src: ENH: First effort to remove COMMUNICATION_KEY and User Cunha17 00:17
textsearch-ja - textsearch_senna: textsearch_senna 9.0.0. User Itagaki 06:11
textsearch-ja - eudc: eudc version 1.1.0. User Itagaki 10:53
pgsql: Add comment on why we're passing a useless 'false' to the plper Andrew Dunstan 17:48
pgsql: Wrap PL/Python SPI calls into subtransactions Peter Eisentraut 20:09
pgsql: Simplify pg_upgrade checking of executable permissions. Bruce Momjian 20:40
pgsql: Fix wrong verb in pg_upgrade text message, per Haas. Bruce Momjian 21:53
pgsql: Mark all GUC variables with <varname> markup, rather than <liter Bruce Momjian 23:07

Feb. 3, 2011

Thread Author Time
Re: pgsql: Wrap PL/Python SPI calls into subtransactions Andrew Dunstan 00:57
pgsql: Clean up missed change to plpython expected files. Tom Lane 01:16
Re: pgsql: Wrap PL/Python SPI calls into subtransactions Tom Lane 01:18
pgsql: Repair multiple breakage in Windows-specific code for appending Tom Lane 01:27
pgsql: Log restartpoints in the same fashion as checkpoints. Robert Haas 02:11
pgsql: Clearify macro IS_PATH_VAR_SEP in path.c so it is clear this is Bruce Momjian 03:28
pgsql: Rename function to first_path_var_separator() to clarify it work Bruce Momjian 03:50
pgsql: Various sepgsql corrections. Robert Haas 04:41
pgsql: Minor sepgsql regression test fixes. Robert Haas 04:48
pgsql: sepgsql doc fix Robert Haas 04:49
pgsql: Further sepgsql documentation cleanup. Robert Haas 05:25
pgsql: Fix typo. Magnus Hagander 10:27
pgsql: Fix typo. Magnus Hagander 10:27
pgsql: Fix typo. Magnus Hagander 10:27
pgsql: Include more status information in walsender results Magnus Hagander 12:56
pgsql: Simplify code used in is_absolute_path() macro; also add commen Bruce Momjian 15:47
pgsql: In docs, PL is Procedural Language, not Programming Language. Bruce Momjian 16:54
pgsql: ALTER TABLE sometimes takes only ShareUpdateExclusiveLock. Robert Haas 20:15

Feb. 4, 2011

Thread Author Time
pgsql: Avoid maintaining three separate copies of the error codes list. Robert Haas 03:35
Re: autogenerating error code lists (was Re: [COMMITTERS] pgsql: Add foreign data wrapper error code values for SQL/MED.) Robert Haas 03:37
pgsql: Preserve copyright notice from old errcodes.h file. Robert Haas 03:38
pgsql: Unbreak the VPATH build. Robert Haas 05:09
pgsql: Use single quotes when there are backslashes in the filename Magnus Hagander 09:53
pgsql: Unbreak 'configure' followed immediately by 'make install'. Robert Haas 12:06
pgsql: Attempt to un-break the documentation build again Magnus Hagander 14:25
pgsql: Make handling of errcodes.h more consistent with other generated Robert Haas 14:29
pgsql: Use $(MAKE) rather than make. Robert Haas 14:49
pgsql: Update ALTER TABLE docs to mention using VACUUM FULL for rewrite Robert Haas 18:09
pgsql: Avoid including postgres.h in frontend compiles of src/port. Robert Haas 18:13
pgsql: In docs, move PQrequestCancel() deprecation mention up to match Bruce Momjian 19:23
pgsql: Move pipe.c into the backend. Robert Haas 20:55
pgsql: Clarify comment in ATRewriteTable(). Robert Haas 21:16
pgsql: Add doc comment that installation.sgml can't use xrefs. Bruce Momjian 22:30

Feb. 5, 2011

Thread Author Time
pgsql: Attempt to unbreak MSVC builds after pipe.c move. Andrew Dunstan 01:50
pgsql: Add C comment about why older compilers complain about basebacku Bruce Momjian 04:28

Feb. 6, 2011

Thread Author Time
Re: [COMMITTERS] pgsql: Include more status information in walsender results Robert Haas 00:54
pgsql: Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks. Robert Haas 05:30
pgsql: IDENTIFY_SYSTEM now returns 3 fields, not 2 Magnus Hagander 06:47
Re: [COMMITTERS] pgsql: Include more status information in walsender results Magnus Hagander 06:47
Re: pgsql: Mention why one C file fails pgindent. 📎 Bruce Momjian 15:47
pgsql: Rename macro DECIMAL to DECIMAL_T to help pgindent; this is alr Bruce Momjian 15:48
pgsql: Adjust libpq docs to be clearer about 'hostaddr' usage by reword Bruce Momjian 17:05
npgsql - Npgsql2: Added performance patch to GetKeyName method. User Fxjr 21:00
npgsql - Npgsql2: Forget to add mail reference for last commit: User Fxjr 21:06
pgsql: Force strings passed to and from plperl to be in UTF8 encoding. Andrew Dunstan 22:31
pgsql: remove tags. Bruce Momjian 23:44
Re: pgsql: remove tags. Bruce Momjian 23:48

Feb. 7, 2011

Thread Author Time
Re: [COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding. Andrew Dunstan 01:02
pgsql: Fix error messages for FreeFile in COPY command. Itagaki Takahiro 01:47
Re: [COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding. Alex Hunsaker 02:13
pgsql: Supply now required HeUTF8 macro for plperl where it's missing, Andrew Dunstan 02:37
Re: [COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding. Andrew Dunstan 02:52
Re: pgsql: remove tags. Tom Lane 04:12
Re: pgsql: remove tags. Robert Haas 04:58
pgsql: Fix a comment for MergeAttributes. Itagaki Takahiro 07:54
Re: [COMMITTERS] pgsql: remove tags. Bruce Momjian 14:54
Re: [COMMITTERS] pgsql: remove tags. Robert Haas 14:58
Re: [COMMITTERS] pgsql: remove tags. Tom Lane 15:08
Re: [COMMITTERS] pgsql: remove tags. Bruce Momjian 15:54
Re: [COMMITTERS] pgsql: remove tags. Robert Haas 15:59
Re: [COMMITTERS] pgsql: remove tags. Bruce Momjian 15:59
Re: [COMMITTERS] pgsql: remove tags. Bruce Momjian 16:01
pgsql: Implement genuine serializable isolation level. Heikki Linnakangas 22:11
pgsql: Oops, forgot to bump catversion in the Serializable Snapshot Iso Heikki Linnakangas 22:26

Feb. 8, 2011

Thread Author Time
Why Produce PDF files? Leslie S Satenstein 00:39
'literal' for numbers Bruce Momjian 01:58
Re: Why Produce PDF files? Bruce Momjian 02:51
Re: [COMMITTERS] pgsql: Implement genuine serializable isolation level. Robert Haas 03:03
pgsql: Avoid having autovacuum workers wait for relation locks. Robert Haas 03:04
pgsql: Fix copy-pasto in description of pg_serial, and silence compiler Heikki Linnakangas 07:06
Re: [COMMITTERS] pgsql: Implement genuine serializable isolation level. Heikki Linnakangas 07:07
pgsql: Extend ALTER TABLE to allow Foreign Keys to be added without ini Simon Riggs 12:24
pgsql: Remove rare corner case for data loss when triggering standby se Simon Riggs 14:53
pgsql: UINT64_MAX isn't defined on MSVC. Heikki Linnakangas 16:16
pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Simon Riggs 18:30
pgsql: Named restore points in recovery. Users can record named points, Simon Riggs 19:39
pgsql: Continue long tradition of bumping the catalog version a little Simon Riggs 19:46
pgsql: Fix typo, by Kevin Grittner. Heikki Linnakangas 19:48
pgsql: Per-column collation support Peter Eisentraut 21:07
pgsql: Fix merge conflict. Tom Lane 21:23
pgsql: Core support for "extensions", which are packages of SQL objects Tom Lane 21:23
Re: pgsql: Extend ALTER TABLE to allow Foreign Keys to be added without ini Bernd Helmle 21:58
Re: [COMMITTERS] pgsql: Extend ALTER TABLE to allow Foreign Keys to be added without ini Simon Riggs 23:00
pgsql: Suppress some compiler warnings in recent commits. Tom Lane 23:12
Re: pgsql: Suppress some compiler warnings in recent commits. Simon Riggs 23:23

Feb. 9, 2011

Thread Author Time
Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Fujii Masao 03:50
Re: pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Jaime Casanova 04:00
Re: pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Fujii Masao 04:18
Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Simon Riggs 05:02
Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Fujii Masao 06:22
Re: Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Magnus Hagander 08:12
pgsql: Implement NOWAIT option for BASE_BACKUP command Magnus Hagander 10:02
pgsql: Fix allocation of RW-conflict pool in the new predicate lock man Heikki Linnakangas 10:27
pgsql: Remove tabs in SGML file. Bruce Momjian 13:16
pgsql: Remove more SGML tabs. Bruce Momjian 13:17
Re: [COMMITTERS] pgsql: Remove more SGML tabs. David Fetter 16:00
Re: [COMMITTERS] pgsql: Remove more SGML tabs. Magnus Hagander 16:14
pgsql: Implement "ALTER EXTENSION ADD object". Tom Lane 16:57
pgsql: Rethink order of operations for dumping extension member objects Tom Lane 19:06
pgsql: Information schema views for collation support Peter Eisentraut 21:30

Feb. 10, 2011

Thread Author Time
pgsql: Fix pg_upgrade to handle extensions. Tom Lane 00:18
pgsql: Fix typo in the documentation. Itagaki Takahiro 01:59
pgsql: Fix improper matching of resjunk column names for FOR UPDATE in Tom Lane 04:30
pgsql: Fix improper matching of resjunk column names for FOR UPDATE in Tom Lane 04:30
Re: [COMMITTERS] pgsql: Update docs on building for Windows to accomodate current realit Gurjeet Singh 06:04
Re: [COMMITTERS] pgsql: Update docs on building for Windows to accomodate current realit Andrew Dunstan 09:51
pgsql: Use correct name and URL for MinGW-w64, error noticed by Gurjeet Andrew Dunstan 09:58
pgsql: Allocate all entries in the serializable xid hash up-front, so t Heikki Linnakangas 10:05
Re: Re: [COMMITTERS] pgsql: Update docs on building for Windows to accomodate current realit Magnus Hagander 10:46
Re: [COMMITTERS] pgsql: Remove more SGML tabs. Peter Eisentraut 10:58
pgsql: Use NOWAIT when including WAL in base backup Magnus Hagander 11:11
textsearch-ja - textsearch-ja: Added MSVC 2010 solution files. User Itagaki 11:47
Re: Re: [COMMITTERS] pgsql: Update docs on building for Windows to accomodate current realit Robert Haas 13:22
Re: Re: [COMMITTERS] pgsql: Update docs on building for Windows to accomodate current realit Magnus Hagander 13:38
pgsql: Track last time for statistics reset on databases and bgwriter Magnus Hagander 14:15
Re: Re: [COMMITTERS] pgsql: Update docs on building for Windows to accomodate current realit Robert Haas 14:25
Re: [COMMITTERS] pgsql: Remove more SGML tabs. Alvaro Herrera 14:29
slony1-ctl - slony-ctl: No more need to reference $FILE User Sas 15:34
Re: [COMMITTERS] pgsql: Remove more SGML tabs. David Fetter 18:40
pgsql: Send status updates back from standby server to master, indicati Heikki Linnakangas 19:05
Re: [COMMITTERS] pgsql: Remove more SGML tabs. Peter Eisentraut 19:16
pgsql: Fix pg_get_encoding_from_locale() function call parameters to ma Bruce Momjian 20:40
pgsql: Update comment Peter Eisentraut 20:51
pgsql: Fix "variable not used" warnings when USE_WIDE_UPPER_LOWER is no Bruce Momjian 21:58
Re: [COMMITTERS] pgsql: Remove more SGML tabs. David Fetter 22:08
Re: [COMMITTERS] pgsql: Remove more SGML tabs. David Fetter 22:22
pgsql: Fix the isolation tester compilation on VPATH builds Alvaro Herrera 22:32
pgsql: Extend "ALTER EXTENSION ADD object" to permit "DROP object" as w Tom Lane 22:37
pgsql: Fix isolation tester Makefile so that it runs in a VPATH build Alvaro Herrera 22:51

Feb. 11, 2011

Thread Author Time
pgsql: Tweak find_composite_type_dependencies API a bit more. Robert Haas 13:50
pgsql: Typo fixes. receivedUpto should be capitalized consistently. Robert Haas 16:55
pgsql: Allow tab-completion of :variable even as first word on a line. Robert Haas 22:02
pgsql: Fix comment recently obsoleted Alvaro Herrera 22:44

Feb. 12, 2011

Thread Author Time
pgsql: Add support for multiple versions of an extension and ALTER EXTE Tom Lane 02:26
pgsql: Clean up installation directory choices for extensions. Tom Lane 03:54
Re: [COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding. 📎 Alex Hunsaker 09:18
pgsql: Teach ALTER TABLE .. SET DATA TYPE to avoid some table rewrites. Robert Haas 13:43
pgsql: DDL support for collations Peter Eisentraut 13:58
pgsql: Properly handle Win32 paths of 'E:abc', which can be either abso Bruce Momjian 14:48
Re: pgsql: DDL support for collations Tom Lane 16:54
Re: pgsql: Properly handle Win32 paths of 'E:abc', which can be either abso Tom Lane 17:03
pgsql: Refactor ALTER EXTENSION UPDATE to have cleaner multi-step seman Tom Lane 21:41

Feb. 13, 2011

Thread Author Time
Re: pgsql: Properly handle Win32 paths of 'E:abc', which can be either abso Bruce Momjian 05:14
pgsql: Fix reverse 'if' test in path_is_relative_and_below_cwd(), per T Bruce Momjian 05:14
pgsql: Back out libpq doc change; not ready yet. Bruce Momjian 05:18
Re: pgsql: Fix reverse 'if' test in path_is_relative_and_below_cwd(), per T Bruce Momjian 05:18

Feb. 14, 2011

Thread Author Time
pgsql: Clarify documentation for libpq's PQescapeBytea to mention the n Bruce Momjian 03:03
pgsql: Clarify documentation for libpq's PQescapeBytea to mention the n Bruce Momjian 03:03
pgsql: Convert contrib modules to use the extension facility. Tom Lane 03:55
pgsql: Assorted fixups for "unpackaged" conversion scripts. Tom Lane 03:55
pgsql: Change the naming convention for extension files to use double d Tom Lane 03:55
pgsql: Support replacing MODULE_PATHNAME during extension script file e Tom Lane 03:55
pgsql: Avoid use of CREATE OR REPLACE FUNCTION in extension installatio Tom Lane 03:55
pgsql: More fixups for "unpackaged" conversion scripts. Tom Lane 04:33
pgsql: Remove no-longer-needed special case hacks in MSVC build scripts Tom Lane 04:43
pgsql: Fix obsolete references to old-style contrib installation method Tom Lane 06:11

Feb. 15, 2011

Thread Author Time
pgsql: Add version-sensitive SQL for psql when constraints NOT VALID Simon Riggs 00:10
Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Simon Riggs 00:21
pgsql: Rearrange extension-related views as per recent discussion. Tom Lane 00:22
pgsql: Small improvements to external-projects documentation. Tom Lane 00:22
pgsql: Fix MSVC build scripts for recent extension-related changes. Tom Lane 00:45
pgsql: PITR can stop at a named restore point when recovery target = ti Simon Riggs 00:52
pgsql: Additional required docs for pg_constraint catalog entry Simon Riggs 01:00
pgsql: Rethink naming of contrib/intagg extension. Tom Lane 02:01
Re: [COMMITTERS] pgsql: Basic Recovery Control functions for use in Hot Standby. Pause, Fujii Masao 02:06

Browse Archives

Prev | Next