Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2011-06 Thread Index (1/3)
Last updated: Wed Jan 18 01:49:06 2012
380 messages
- pgsql: Enable CHECK constraints to be declared NOT VALID Alvaro Herrera (Thu 30 15:58)
- pgsql: Fix outdated comment Alvaro Herrera (Wed 29 23:50)
- pgsql: Restore correct btree preprocessing of "indexedcol IS NULL" cond Tom Lane (Wed 29 23:47)
- pgsql: Grab predicate locks on matching tuples in a lossy bitmap heap s Heikki Linnakangas (Wed 29 19:16)
- pgsql: Move the PredicateLockRelation() call from nodeSeqscan.c to heap Heikki Linnakangas (Wed 29 19:16)
- pgsql: Protect pg_stat_reset_shared() against NULL input Magnus Hagander (Wed 29 17:38)
- pgsql: Branch refs/heads/REL9_7_STABLE was removed pgsql (Wed 29 14:31)
- pgsql: Branch refs/heads/REL9_7_STABLE was created pgsql (Wed 29 14:31)
- stackbuilder - wizard: Improve error messages. Dave Page (Wed 29 09:17)
- stackbuilder - wizard: Modified the Stackbuilder to raise a UAC in case User Sachin (Wed 29 09:05)
- pgsql: Unify spelling of "canceled", "canceling", "cancellation" Peter Eisentraut (Wed 29 06:29)
- pgsql: Introduce compact WAL record for the common case of commit (non- Simon Riggs (Tue 28 21:59)
- pgsql: Remove rel.h from objectaddress.h; only relcache.h is necessary. Alvaro Herrera (Tue 28 21:18)
- pgsql: Modernise pg_hba.conf token processing Alvaro Herrera (Tue 28 19:59)
- pgsql: Implement the collation columns of various information schema vi Peter Eisentraut (Tue 28 14:51)
- pgsql: Add composite-type attributes to information_schema.element_type Peter Eisentraut (Tue 28 13:28)
- pgsql: Add a missing_ok argument to get_object_address(). Robert Haas (Tue 28 01:23)
- pgsql: Reduce impact of btree page reuse on Hot Standby by fixing off-b Simon Riggs (Mon 27 21:15)
- pgsql: Allow callers to pass a missing_ok flag when opening a relation. Robert Haas (Mon 27 19:46)
- pgsql: Try again to make the visibility map crash safe. Robert Haas (Mon 27 18:01)
- pgsql: Mention that SSPI authentication can use GSSAPI on non-Windows s Robert Haas (Mon 27 14:40)
- pgsql: Avoid having two copies of the HOT-chain search logic. Robert Haas (Mon 27 14:31)
- pgsql: Remove redundant DEF_PGPORT handling Peter Eisentraut (Mon 27 12:47)
- pgsql: Add some strings that were not marked for translation Peter Eisentraut (Mon 27 12:47)
- pgsql: Add missing file to GETTEXT_FILES Peter Eisentraut (Sun 26 21:59)
- pgsql: Refactor common gettext triggers Peter Eisentraut (Sun 26 21:40)
- pgsql: Replace := by = in nls.mk files Peter Eisentraut (Sun 26 21:40)
- pgsql: Add the possibility to pass --flag arguments to xgettext calls Peter Eisentraut (Sun 26 21:40)
- pgsql: Make _ be automatically included in GETTEXT_TRIGGERS Peter Eisentraut (Sun 26 21:40)
- pgsql: Remove some cruft from nls.mk files Peter Eisentraut (Sun 26 21:40)
- pgsql: Replace tabs by spaces in makefile comment Peter Eisentraut (Sun 26 21:40)
- pgsql: Async dblink functions require a named connection, and therefore Joe Conway (Sat 25 23:47)
- pgsql: Branch refs/heads/REL9_1_STABLE was removed pgsql (Sat 25 23:02)
- pgsql: Documentation improvements for pg_locks with respect to SSI. Robert Haas (Fri 24 20:10)
- psqlodbc - psqlodbc: Some bug fix notes. Hiroshi Saito (Fri 24 16:15)
- pgsql: In pg_upgrade docs, clarify that link mode uses "hard" links. Bruce Momjian (Thu 23 23:58)
- pgsql: Add information schema views role_udt_grants, udt_privileges, us Peter Eisentraut (Thu 23 19:14)
- pgsql: Add a bit of markup Peter Eisentraut (Thu 23 05:12)
- pgsql: Undo overly enthusiastic de-const-ification. Tom Lane (Thu 23 03:05)
- pgsql: In pg_upgrade, check that the binary and data directories are th Bruce Momjian (Thu 23 00:49)
- pgsql: In pg_upgrade, fix odd function parameter wrapping. Bruce Momjian (Wed 22 23:30)
- pgsql: Revert "Don't select log_cnt in sequence regression tests." Tom Lane (Wed 22 23:29)
- pgsql: Update alternative expected file for recent sequence test change Tom Lane (Wed 22 23:29)
- pgsql: Rename pg_upgrade directory validation function, for clarity. Bruce Momjian (Wed 22 21:51)
- pgsql: Adjust pg_upgrade check for pg_upgrade_support to happen after t Bruce Momjian (Wed 22 21:47)
- pgsql: Fix pg_upgrade status message capitalization mistake. Bruce Momjian (Wed 22 18:50)
- pgsql: Add missing -I switch for VPATH builds. Tom Lane (Wed 22 17:20)
- pgsql: Fix symlink for errcodes.h so it works in VPATH builds from tarb Tom Lane (Wed 22 17:08)
- psqlodbc - psqlodbc: Correct the behavior of SQLSetConnectAttr() for the User Hinoue (Wed 22 15:08)
- pgsql: Don't select log_cnt in sequence regression tests. Robert Haas (Wed 22 13:43)
- pgsql: Remove pointless const qualifiers from function arguments in the Heikki Linnakangas (Wed 22 09:25)
- pgsql: Make the visibility map crash-safe. Robert Haas (Wed 22 03:06)
- pgsql: Add some regression tests for serial pseudotypes. Robert Haas (Wed 22 02:58)
- pgsql: Add smallserial pseudotype. Robert Haas (Wed 22 02:54)
- pgsql: Make deadlock_timeout PGC_SUSET rather than PGC_SIGHUP. Robert Haas (Wed 22 02:37)
- pgsql: Add notion of a "transform function" that can simplify function Robert Haas (Wed 22 02:21)
- pgsql: Performance tuning advice for SSI. Robert Haas (Wed 22 01:54)
- pgsql: Minor editing for README-SSI. Tom Lane (Tue 21 22:14)
- pgsql: Message style and spelling improvements Peter Eisentraut (Tue 21 21:49)
- pgsql: Apply upstream fix for blowfish signed-character bug (CVE-2011-2 Tom Lane (Tue 21 18:43)
- pgsql: Adjust the alternative expected output file for prepared_xacts t Heikki Linnakangas (Tue 21 14:11)
- pgsql: Fix bug in PreCommit_CheckForSerializationFailure. A transaction Heikki Linnakangas (Tue 21 12:07)
- pgsql: Fix bug introduced by recent SSI patch to merge ROLLED_BACK and Heikki Linnakangas (Tue 21 12:07)
- orafce - orafce: attached a META file for PGXN Manager User Okbob (Tue 21 08:52)
- libpqtypes - libpqtypes: pqt-composites.3 man page had bug in the User Achernow (Mon 20 23:49)
- pgsql: Fix missed use of "cp -i" in an example, per Fujii Masao. Tom Lane (Mon 20 20:28)
- pgsql: Fix thinko in previous patch for optimizing EXISTS-within-EXISTS Tom Lane (Mon 20 19:05)
- pgsql: Remove extra copying of TupleDescs for heap_create_with_catalog Alvaro Herrera (Mon 20 14:51)
- pgsql: Fixed string in German translation that causes segfault. Michael Meskes (Mon 20 11:58)
- pgsql: Produce HISTORY file consistently as ASCII Peter Eisentraut (Sun 19 20:30)
- pgsql: Add REL9_1_STABLE to the set of branches tracked by git_changelo Tom Lane (Sun 19 18:17)
- pgsql: Fix thinko in previous patch to always update pg_class.reltuples Tom Lane (Sun 19 18:01)
- psqlodbc - psqlodbc: Fix compilation errors 2. User Hinoue (Sun 19 12:35)
- psqlodbc - psqlodbc: Fix compilation errors in case ODBC 2.5. User Hinoue (Sun 19 12:27)
- psqlodbc - psqlodbc: Add some driver specific options for User Hinoue (Sun 19 05:03)
- psqlodbc - psqlodbc: Use SOCK_get_next_n_bytes() instead of User Hinoue (Sun 19 04:58)
- pgsql: Capitalization fixes Peter Eisentraut (Sat 18 22:18)
- pgsql: Make external_pid_file world readable Peter Eisentraut (Sat 18 22:18)
- psqlodbc - psqlodbc: Take the environment variable into account. User Hinoue (Sat 18 21:33)
- pgsql: Remove redundant lib*dll.def rules from .gitignore Magnus Hagander (Sat 18 16:29)
- psqlodbc - psqlodbc: Handle *with or without oids* correctly. User Hinoue (Sat 18 11:44)
- psqlodbc - psqlodbc: Now SQLDescribeCol() can detect the changes of User Hinoue (Sat 18 11:26)
- pgsql: Don't use "cp -i" in the example WAL archive_command. Tom Lane (Fri 17 23:14)
- pgsql: Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC. Andrew Dunstan (Fri 17 22:24)
- pgsql: Obtain table locks as soon as practical during pg_dump. Tom Lane (Fri 17 22:20)
- pgsql: Add overflow checks to int4 and int8 versions of generate_series Robert Haas (Fri 17 18:37)
- pgsql: Fix crash in CREATE UNLOGGED TABLE. Robert Haas (Fri 17 17:37)
- pgsql: Fix minor thinko in ProcGlobalShmemSize(). Robert Haas (Fri 17 13:15)
- pgsql: Fix typo. Robert Haas (Fri 17 04:55)
- pgsql: Define FLEXIBLE_ARRAY_MEMBER for MSVC. Andrew Dunstan (Fri 17 02:31)
- pgsql: Index tuple data arrays using Anum_xxx symbolic constants instea Tom Lane (Thu 16 21:04)
- pgsql: Avoid compiler warnings due to possibly unused variables Peter Eisentraut (Thu 16 20:45)
- pgsql: Start using flexible array members Peter Eisentraut (Thu 16 19:46)
- pgsql: Update README-SSI. Add a section to describe the "dangerous stru Heikki Linnakangas (Thu 16 18:21)
- pgsql: Fix typo Alvaro Herrera (Thu 16 16:15)
- pgsql: Remove another no-longer-needed inclusion of predicate.h. Tom Lane (Thu 16 15:58)
Mail converted by MHonArc