Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2011-02 Thread Index (1/2)
Last updated: Wed Jan 18 01:49:16 2012
303 messages
- pgsql: Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc Andrew Dunstan (Tue 01 02:32)
- pgsql: Rename pg_stat_replication.apply_location to replay_location. Robert Haas (Mon 28 17:50)
- pgsql: Fix regression tests after PL/Python custom SPI exceptions patch Peter Eisentraut (Mon 28 17:45)
- pgsql: PL/Python custom SPI exceptions Peter Eisentraut (Mon 28 16:51)
- pgsql: Add documentation for data-modifying statements in WITH clauses. Tom Lane (Mon 28 06:18)
- pgsql: Document that last vacuum statistics and counts are for non-FULL Bruce Momjian (Sun 27 23:04)
- pgsql: PL/Python explicit subtransactions Peter Eisentraut (Sun 27 19:16)
- pgsql: Remove remaining expected file for Python 2.2 Peter Eisentraut (Sun 27 19:16)
- pgsql: Refactor the executor's API to support data-modifying CTEs bette Tom Lane (Sun 27 18:44)
- pgsql: Be less detailed about reporting shared memory failure by avoidi Bruce Momjian (Sun 27 17:22)
- pgsql: Fix verbose display of REPLICATION role attribute Magnus Hagander (Sun 27 11:38)
- pgsql: Fix markup for pg_options_to_table() to report the return column Bruce Momjian (Sun 27 08:51)
- pgsql: Increase the default for wal_sender_delay from 200ms to 1s. Now Heikki Linnakangas (Sat 26 21:50)
- pgsql: Add a configure check for Python.h if building with python. Andrew Dunstan (Sat 26 19:18)
- pgsql: Document that pg_options_to_table() also works for Bruce Momjian (Sat 26 17:48)
- pgsql: Fix doc patch --- pg_options_to_table() returns "setof record". Bruce Momjian (Sat 26 17:27)
- pgsql: Table function support for PL/Python Peter Eisentraut (Sat 26 14:56)
- libpqtypes - libpqtypes: bumped version for release 1.4.3 User Achernow (Sat 26 13:32)
- pgsql: Document pg_options_to_table() (not previously documented) Bruce Momjian (Sat 26 06:56)
- pgsql: Fix order of shutdown processing when CTEs contain inter-referen Tom Lane (Sat 26 04:54)
- pgsql: Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. Tom Lane (Fri 25 23:58)
- pgsql: Update pageinspect--1.0.sql to match the upgrade script Alvaro Herrera (Fri 25 22:40)
- pgsql: Fix pageinspect's heap_page_item to return infomasks as 32 bit v Alvaro Herrera (Fri 25 22:08)
- pgsql: Named restore point improvements. Robert Haas (Fri 25 00:02)
- pgsql: More psql tab-completion for new commands. Itagaki Takahiro (Thu 24 12:19)
- pgsql: Add tab-completion for CREATE UNLOGGED TABLE in psql, Itagaki Takahiro (Thu 24 01:19)
- pgsql: Update wording about information schema and name which views pot Bruce Momjian (Wed 23 04:32)
- pgsql: Make the second words lowercase in psql's \d titles for unlogged Itagaki Takahiro (Wed 23 00:58)
- pgsql: Add a relkind field to RangeTblEntry to avoid some syscache look Tom Lane (Wed 23 00:25)
- pgsql: Add PL/Python functions for quoting strings Peter Eisentraut (Tue 22 21:54)
- pgsql: Fix a couple of unlogged tables goofs. Robert Haas (Tue 22 19:49)
- pgsql: Allow binary I/O of type "void". Tom Lane (Tue 22 18:09)
- pgsql: Reword information_schema duplicate constraint warning text. Bruce Momjian (Tue 22 14:07)
- textsearch-ja - textsearch_senna: Fix query generator for AND-ed %% User Itagaki (Tue 22 12:03)
- pgsql: Remove ExecRemoveJunk(), which is no longer used anywhere. Tom Lane (Tue 22 02:42)
- pgsql: Fix dangling-pointer problem in before-row update trigger proces Tom Lane (Tue 22 02:20)
- npgsql - Npgsql2: NpgsqlConnector.CancelRequest leaks Connector. User Fxjr (Tue 22 01:30)
- npgsql - Npgsql2: Exception when closing connection. User Fxjr (Tue 22 01:17)
- pgsql: Move information_schema duplicate constraint note to the top of Bruce Momjian (Tue 22 01:14)
- pgsql: Update docs about new role privileges reference, per Alvaro. Bruce Momjian (Mon 21 14:15)
- pgsql: Fix pg_server_to_client, that was broken in the previous commit. Itagaki Takahiro (Mon 21 07:30)
- pgsql: Add ENCODING option to COPY TO/FROM and file_fdw. Itagaki Takahiro (Mon 21 05:33)
- pgsql: Merge two documentation permission chapters into a single chapte Bruce Momjian (Mon 21 03:21)
- pgsql: Minor logic fix for new levenshtein implementation. Tom Lane (Sun 20 19:55)
- pgsql: Add contrib/file_fdw foreign-data wrapper for reading files via Tom Lane (Sun 20 19:08)
- pgsql: Implement an API to let foreign-data wrappers actually be functi Tom Lane (Sun 20 05:18)
- pgsql: Adjust documentation wording of window function ORDER BY to not Bruce Momjian (Sun 20 05:01)
- pgsql: Documentation update for UTF16 surrogate pairs in UTF8 encoding. Bruce Momjian (Sun 20 00:01)
- pgsql: Document that an SQL-standard-compliant query that expects a uni Bruce Momjian (Sat 19 23:21)
- pgsql: Invalidate PL/Python functions with composite type argument when Peter Eisentraut (Sat 19 14:56)
- pgsql: Initialize variable to quiet compiler. Bruce Momjian (Sat 19 13:15)
- pgsql: Set psql client encoding from locale by default Peter Eisentraut (Sat 19 07:02)
- pgsql: Create the catalog infrastructure for foreign-data-wrapper handl Tom Lane (Sat 19 05:08)
- pgsql: Improve text search prefix doc addition. Bruce Momjian (Sat 19 04:24)
- pgsql: Document that text search comparisons happen after text search Bruce Momjian (Sat 19 03:40)
- pgsql: Un-break building with BTREE_BUILD_STATS. Tom Lane (Fri 18 19:06)
- pgsql: Fix parallel pg_restore to handle comments on POST_DATA items co Tom Lane (Fri 18 18:12)
- pgsql: One more hack to make contrib upgrades from 9.0 match fresh 9.1 Tom Lane (Fri 18 16:56)
- pgsql: Use $INDENT instead of `which` to find the indent binary Alvaro Herrera (Fri 18 15:51)
- pgsql: Make a hard state change from catchup to streaming mode. Simon Riggs (Fri 18 15:09)
- pgsql: Separate messages for standby replies and hot standby feedback. Simon Riggs (Fri 18 11:34)
- pgsql: Properly initialize variables Magnus Hagander (Fri 18 11:05)
- pgsql: Fix an uninitialized field in DR_copy. Itagaki Takahiro (Fri 18 05:34)
- pgsql: Add transaction-level advisory locks. Itagaki Takahiro (Fri 18 05:15)
- pgsql: Convert Postgres arrays to Perl arrays on PL/perl input argument Alvaro Herrera (Fri 18 01:23)
- pgsql: pgindent run on plperl.c Alvaro Herrera (Fri 18 01:23)
- pgsql: Use $INDENT rather than indent throughout the pgindent code Alvaro Herrera (Fri 18 01:23)
- pgsql: Fix tsmatchsel() to account properly for null rows. Tom Lane (Fri 18 00:01)
- pgsql: Fix upgrade of contrib/xml2 from 9.0. Tom Lane (Thu 17 23:11)
- pgsql: Fix upgrade of contrib/intarray and contrib/unaccent from 9.0. Tom Lane (Thu 17 22:45)
- pgsql: Fix upgrade of contrib/btree_gist from 9.0. Tom Lane (Thu 17 21:38)
- pgsql: Prevent possible compiler warnings. Robert Haas (Thu 17 21:04)
- pgsql: Add client_hostname field to pg_stat_activity. Robert Haas (Thu 17 21:04)
- pgsql: Typo fix Bruce Momjian (Thu 17 20:57)
- pgsql: Fix contrib/pg_trgm to have smoother updates from 9.0. Tom Lane (Thu 17 20:04)
- pgsql: Remove doc mention about read committed in upsert example. Bruce Momjian (Thu 17 19:24)
- pgsql: Document that plpgsql upsert example can fail if insert triggers Bruce Momjian (Thu 17 18:37)
- pgsql: In documentation example, use concat_values() instead of concat( Bruce Momjian (Thu 17 17:37)
- pgsql: Add some words of caution to elog.c. Robert Haas (Thu 17 15:30)
- pgsql: Typo fixes. Robert Haas (Thu 17 13:07)
- pgsql: Remove rule to build sepgsql-regtest.pp. Robert Haas (Thu 17 11:40)
- pgsql: Fix blatantly uninitialized variable in recent commit. Tom Lane (Thu 17 00:53)
- pgsql: Fix bogus test for hypothetical indexes in get_actual_variable_r Tom Lane (Thu 17 00:25)
- pgsql: Add backwards-compatible declarations of some core GIN support f Tom Lane (Wed 16 22:25)
- pgsql: Also process psqlrc when running psql -l Peter Eisentraut (Wed 16 21:45)
- pgsql: Fix for warnings-free compilation with Python 3.2 Peter Eisentraut (Wed 16 21:45)
- pgsql: Better support for thread-support flag detection with clang Peter Eisentraut (Wed 16 21:45)
- pgsql: In pg_upgrade, no need to initialize global struct values; they Bruce Momjian (Wed 16 20:17)
- pgsql: Hot Standby feedback for avoidance of cleanup conflicts on stand Simon Riggs (Wed 16 19:30)
- pgsql: Make a no-op ALTER EXTENSION UPDATE give just a NOTICE, not ERRO Tom Lane (Wed 16 17:40)
- pgsql: Cleanup ClusterInfo initialization in pg_upgrade Alvaro Herrera (Wed 16 17:08)
- pgsql: WAL receiver shouldn't try to send a reply when dying. Robert Haas (Wed 16 15:27)
- pgsql: Add FOREACH IN ARRAY looping to plpgsql. Tom Lane (Wed 16 06:53)
- pgsql: pg_ctl promote Robert Haas (Wed 16 02:30)
- pgsql: Export the external file reader used in COPY FROM as APIs. Itagaki Takahiro (Wed 16 02:21)
- pgsql: Fix bug in 9.1 pg_upgrade processing of old/new relations; adju Bruce Momjian (Wed 16 00:02)
- pgsql: Fix corner case for binary upgrade: extension functions in pg_ca Tom Lane (Tue 15 23:10)
- pgsql: Make pg_upgrade compile again Alvaro Herrera (Tue 15 22:55)
- pgsql: Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX. Tom Lane (Tue 15 20:51)
- pgsql: Adjust pg_upgrade error message, array freeing, and add error ch Bruce Momjian (Tue 15 20:00)
- pgsql: Bring hstore's comment into line with style of other contrib com Tom Lane (Tue 15 19:22)
- pgsql: Fix obsolete comment. Tom Lane (Tue 15 18:28)
- pgsql: Assorted corrections to the patch to add WAL receiver replies. Robert Haas (Tue 15 17:05)
- pgsql: Rename max_predicate_locks_per_transaction. Robert Haas (Tue 15 13:05)
- pgtcl - libpgtcl: * Removed arrVar variable and setting of it in User Karl (Tue 15 06:14)
- pgsql: Allow make check in PL directories Peter Eisentraut (Tue 15 04:52)
- pgsql: Avoid a few more SET DATA TYPE table rewrites. Robert Haas (Tue 15 04:40)
- pgsql: Delete stray word from comment. Robert Haas (Tue 15 03:38)
- pgsql: Rethink naming of contrib/intagg extension. Tom Lane (Tue 15 02:01)
- pgsql: Additional required docs for pg_constraint catalog entry Simon Riggs (Tue 15 01:00)
- pgsql: PITR can stop at a named restore point when recovery target = ti Simon Riggs (Tue 15 00:52)
- pgsql: Fix MSVC build scripts for recent extension-related changes. Tom Lane (Tue 15 00:46)
- pgsql: Rearrange extension-related views as per recent discussion. Tom Lane (Tue 15 00:23)
- pgsql: Small improvements to external-projects documentation. Tom Lane (Tue 15 00:23)
- pgsql: Add version-sensitive SQL for psql when constraints NOT VALID Simon Riggs (Tue 15 00:11)
- pgsql: Fix obsolete references to old-style contrib installation method Tom Lane (Mon 14 06:11)
- pgsql: Remove no-longer-needed special case hacks in MSVC build scripts Tom Lane (Mon 14 04:43)
- pgsql: More fixups for "unpackaged" conversion scripts. Tom Lane (Mon 14 04:34)
- pgsql: Assorted fixups for "unpackaged" conversion scripts. Tom Lane (Mon 14 03:55)
- pgsql: Avoid use of CREATE OR REPLACE FUNCTION in extension installatio Tom Lane (Mon 14 03:55)
- pgsql: Convert contrib modules to use the extension facility. Tom Lane (Mon 14 03:55)
- pgsql: Support replacing MODULE_PATHNAME during extension script file e Tom Lane (Mon 14 03:55)
- pgsql: Change the naming convention for extension files to use double d Tom Lane (Mon 14 03:55)
- pgsql: Clarify documentation for libpq's PQescapeBytea to mention the n Bruce Momjian (Mon 14 03:05)
- pgsql: Back out libpq doc change; not ready yet. Bruce Momjian (Sun 13 05:18)
- pgsql: Fix reverse 'if' test in path_is_relative_and_below_cwd(), per T Bruce Momjian (Sun 13 05:15)
- pgsql: Refactor ALTER EXTENSION UPDATE to have cleaner multi-step seman Tom Lane (Sat 12 21:41)
- pgsql: Properly handle Win32 paths of 'E:abc', which can be either abso Bruce Momjian (Sat 12 14:48)
- pgsql: DDL support for collations Peter Eisentraut (Sat 12 13:58)
- pgsql: Teach ALTER TABLE .. SET DATA TYPE to avoid some table rewrites. Robert Haas (Sat 12 13:43)
- pgsql: Clean up installation directory choices for extensions. Tom Lane (Sat 12 03:54)
- pgsql: Add support for multiple versions of an extension and ALTER EXTE Tom Lane (Sat 12 02:26)
- pgsql: Fix comment recently obsoleted Alvaro Herrera (Fri 11 22:44)
- pgsql: Allow tab-completion of :variable even as first word on a line. Robert Haas (Fri 11 22:02)
- pgsql: Typo fixes. receivedUpto should be capitalized consistently. Robert Haas (Fri 11 16:56)
- pgsql: Tweak find_composite_type_dependencies API a bit more. Robert Haas (Fri 11 13:51)
- pgsql: Fix isolation tester Makefile so that it runs in a VPATH build Alvaro Herrera (Thu 10 22:52)
- pgsql: Extend "ALTER EXTENSION ADD object" to permit "DROP object" as w Tom Lane (Thu 10 22:46)
- pgsql: Fix the isolation tester compilation on VPATH builds Alvaro Herrera (Thu 10 22:44)
- pgsql: Fix "variable not used" warnings when USE_WIDE_UPPER_LOWER is no Bruce Momjian (Thu 10 21:58)
- pgsql: Update comment Peter Eisentraut (Thu 10 20:51)
Mail converted by MHonArc