Skip site navigation (1)
Skip section navigation (2)
pgsql-committers 2010-11 Thread Index (1/2)
Last updated: Wed Jan 18 01:49:24 2012
294 messages
- orafce - orafce: work around for 9.1. User Itagaki (Wed 01 03:21)
- pgbulkload - pgbulkload: Fix a bug that indexes must have Invalid User Itagaki (Wed 01 03:10)
- pgbulkload - pgbulkload: Add MSVC configurations for 9.0, 8.4, and 8.3. User Itagaki (Tue 30 12:10)
- pgsql: Simplify and speed up mapping of index opfamilies to pathkeys. Tom Lane (Mon 29 17:31)
- postbio - postbio: Removed README. User Carvalho (Mon 29 14:58)
- postbio - postbio: Updated documentation and stree functions, fixed bug User Carvalho (Mon 29 14:55)
- postbio - postbio: New Directory User Carvalho (Mon 29 14:53)
- edb-debugger - server: Fix debugger authentication on 64bit systems Dave Page (Mon 29 11:51)
- pgbulkload - pgbulkload: Stamp HEAD as 3.0.0. User Masao_fujii (Mon 29 10:10)
- pgsql: Be consistent about writing "[, ...]" instead "[, ...]" in the do Heikki Linnakangas (Mon 29 09:55)
- pgsql: Fix typo. Robert Haas (Mon 29 01:46)
- pgsql: Move call to GetTopTransactionId() earlier in LockAcquire(), Simon Riggs (Mon 29 01:10)
- pgsql: Point out in default_tablespace's description that CREATE DATABA Tom Lane (Sat 27 21:10)
- pgsql: In libpq/Makefile, use OBJS += as a way to break up long link li Bruce Momjian (Sat 27 16:03)
- pgsql: New contrib module, auth_delay. Robert Haas (Sat 27 12:23)
- pgsql: A bit more wordsmithing on the PQping documentation. Tom Lane (Sat 27 07:43)
- pgsql: On further testing, PQping also needs an explicit check for AUTH Tom Lane (Sat 27 07:12)
- pgsql: Rewrite PQping to be more like what we agreed to last week. Tom Lane (Sat 27 06:32)
- pgsql: Clean up IPv4 vs IPv6 bogosity in connectFailureMessage(). Tom Lane (Sat 27 00:17)
- pgsql: Fix portability issues in new src/port/inet_net_ntop.c file. Tom Lane (Fri 26 23:00)
- pgsql: Add more ALTER <object> .. SET SCHEMA commands. Robert Haas (Fri 26 22:54)
- pgsql: Remove bogus use of PGDLLIMPORT. Tom Lane (Fri 26 22:07)
- pgsql: Fix significant memory leak in contrib/xml2 functions. Tom Lane (Fri 26 20:22)
- pgsql: Add inet_net_ntop.c as needed by MSVC, per Magnus. Bruce Momjian (Fri 26 19:39)
- pgsql: Use conn->raddr consistently for non-connect libpq error reporti Bruce Momjian (Fri 26 18:26)
- pgsql: Update comment that says we only report last libpq connection fa Bruce Momjian (Fri 26 16:52)
- pgsql: Use only addr_cur when reporting connection failures in libpq. Bruce Momjian (Fri 26 16:50)
- pgsql: Abandon use of Makefile variables in libpq/Makefile because MSVC Bruce Momjian (Fri 26 16:11)
- pgsql: In libpq/Makefile, merge PERM_PGPORT and OPT_PGPORT into a singl Bruce Momjian (Fri 26 15:22)
- pgsql: Improve pg_ctl "cannot connect" spacing, per Tom, and wording. Bruce Momjian (Fri 26 15:05)
- textsearch-ja - textsearch_groonga: Released under PostgreSQL/BSD/MIT User Itagaki (Fri 26 02:28)
- pgsql: Improve pg_ctl "cannot connect" warning, per suggestion from Mag Bruce Momjian (Thu 25 19:39)
- pgsql: Add PQping and PQpingParams to libpq to allow detection of the s Bruce Momjian (Thu 25 18:10)
- pgsql: Fix getaddrinfo() in pgport to use proper parameters, as detecte Bruce Momjian (Thu 25 17:57)
- pgsql: Restructure how libpq includes external C files, for clarity. Bruce Momjian (Thu 25 17:51)
- pgsql: Object access hook framework, with post-creation hook. Robert Haas (Thu 25 16:52)
- textsearch-ja - textsearch_groonga: Use PGXS automatically on make. User Itagaki (Thu 25 12:38)
- pgsql: Don't raise "identifier will be truncated" messages in dblink Itagaki Takahiro (Thu 25 11:18)
- How strings are sorted by LC_COLLATE specifically? Chang Chao (Thu 25 06:41)
- pgsql: Add inet_net_ntop.c to .gitignore. Robert Haas (Thu 25 05:13)
- pgsql: Remove belt-and-suspenders guards against buffer pin leaks. Robert Haas (Thu 25 05:13)
- pgsql: Properly add new inet_net_ntop file to libpq Makefile. Bruce Momjian (Thu 25 02:59)
- pgsql: Document that a CHECKPOINT before taking a file system snapshot Bruce Momjian (Wed 24 23:42)
- Re: pgsql: Provide hashing support for arrays. Bruce Momjian (Wed 24 22:46)
- psqlodbc - psqlodbc: Applied a patch by Taizo Ito and correct the length User Hinoue (Wed 24 22:11)
- pgsql: When reporting the server as not responding, if the hostname was Bruce Momjian (Wed 24 22:04)
- pgsql: Create the system catalog infrastructure needed for KNNGIST. Tom Lane (Wed 24 19:30)
- pgsql: Add index entries for more functions Peter Eisentraut (Tue 23 22:04)
- pgsql: Remove useless whitespace at end of lines Peter Eisentraut (Tue 23 20:52)
- pgsql: Propagate ALTER TYPE operations to typed tables Peter Eisentraut (Tue 23 20:52)
- pgsql: Centralize some ALTER <whatever> .. SET SCHEMA checks. Robert Haas (Tue 23 01:01)
- pgsql: Remove GucContext parameter from ParseConfigFile Alvaro Herrera (Mon 22 22:01)
- pgsql: Put back accidentally-deleted quote_literal() regression tests. Robert Haas (Mon 22 01:47)
- pgsql: Bump catversion. Should have done this as part of format(text) Robert Haas (Sun 21 11:35)
- pgsql: Add new SQL function, format(text). Robert Haas (Sun 21 03:34)
- pgsql: Further cleanup of indxpath logic related to IndexOptInfo.opfami Tom Lane (Sat 20 20:07)
- pgsql: Minor cleanup of indxpath.c. Robert Haas (Sat 20 18:59)
- psqlodbc - psqlodbc: addition of a change history. Hiroshi Saito (Sat 20 17:31)
- pgsql: Assorted further cleanup for integer-conversion patch. Tom Lane (Sat 20 17:10)
- pgsql: Expose quote_literal_cstr() from core. Robert Haas (Sat 20 15:08)
- pgsql: Update int8-exp-three-digits.out to match new contents of int8.o Robert Haas (Sat 20 12:08)
- pgsql: Attempt to fix breakage caused by signed integer conversion patc Robert Haas (Sat 20 06:09)
- pgsql: Fix leakage of cost_limit when multiple autovacuum workers are a Tom Lane (Sat 20 03:30)
- pgsql: Speed up conversion of signed integers to C strings. Robert Haas (Sat 20 03:15)
- psqlodbc - psqlodbc: Initialize flags member in QResultClass before User Hinoue (Sat 20 02:07)
- psqlodbc - psqlodbc: Divide SC_returns_rows() macro into several User Hinoue (Sat 20 01:47)
- pgsql: Improve relation width estimation for subqueries. Tom Lane (Fri 19 22:32)
- veil - veil: Updates for version 9.1.12 release, to work with Postgres User Bloodnok (Fri 19 18:08)
- pgsql: Improve plpgsql's error reporting for no-such-column cases. Tom Lane (Thu 18 22:20)
- pgsql: Add pg_describe_object function Alvaro Herrera (Thu 18 20:07)
- pgrpm - pgrpm: - fix tag name detection User Nanardon (Thu 18 20:00)
- pgsql: Dept of second thoughts: don't try to push LIMIT below a SRF. Tom Lane (Thu 18 16:55)
- pgsql: Minor corrections to dummy_seclabel documentation. Robert Haas (Thu 18 15:30)
- pgsql: Remove unused parameter. Patch by Shigeru Hanada. Heikki Linnakangas (Thu 18 08:05)
- pgsql: Further fallout from the MergeAppend patch. Tom Lane (Thu 18 05:31)
- pgsql: Document the dummy_seclabel contrib module. Robert Haas (Thu 18 01:51)
- pgsql: Make TRUNCATE ... RESTART IDENTITY restart sequences transaction Tom Lane (Wed 17 21:43)
- pgsql: Additional fixes for parallel make Peter Eisentraut (Wed 17 06:09)
- pgsql: Require VALUE keyword when extending an enum type. Based on a pa Andrew Dunstan (Wed 17 03:20)
- pgsql: Send paramHandle to subprocesses as 64-bit on Win64 Magnus Hagander (Tue 16 11:45)
- pgsql: The GiST scan algorithm uses LSNs to detect concurrent pages spl Heikki Linnakangas (Tue 16 09:42)
- pgexternaltable - src: User Maosen (Tue 16 08:23)
- pgsql: Fix aboriginal mistake in plpython's set-returning-function supp Tom Lane (Mon 15 19:28)
- pgbuildfarm - client-code: Call run_build.pl directly. User Andrewd (Mon 15 17:51)
- pgsql: Add new buffers_backend_fsync field to pg_stat_bgwriter. Robert Haas (Mon 15 17:47)
- pgsql: Remove outdated comments from the regression test files. Robert Haas (Mon 15 16:01)
- pgsql: Fix copy-and-pasteo a little more completely. Robert Haas (Mon 15 15:11)
- pgsql: Fix copy-and-pasteo. Alvaro Herrera (Mon 15 14:55)
- pgsql: Avoid spurious Hot Standby conflicts from btree delete records. Simon Riggs (Mon 15 09:32)
- pgsql: Adjust comments about what's needed to avoid make 3.80 bug. Tom Lane (Mon 15 06:03)
- pgsql: Correct poor grammar in comment. Robert Haas (Mon 15 04:11)
- pgrpm - pgrpm: - avoid memleak User Nanardon (Mon 15 03:34)
- pgbuildfarm - client-code: fix standard option detection User Andrewd (Mon 15 03:11)
- pgsql: Fix bug in cube picksplit algorithm. Robert Haas (Mon 15 02:34)
- pgsql: Cleanup various comparisons with the constant "true". Robert Haas (Mon 15 02:13)
- pgsql: Fix canAcceptConnections() bugs introduced by replication-relate Tom Lane (Sun 14 20:58)
- pgsql: Work around make 3.80 bug with long expansions of $(eval). Tom Lane (Sun 14 17:50)
- pgbuildfarm - client-code: add logic for selecting a single branch to User Andrewd (Sun 14 15:12)
- pgsql: Add missing outfuncs.c support for struct InhRelation. Tom Lane (Sat 13 05:36)
- pgsql: Attempt to fix MSVC builds broken by parallel make changes. Andrew Dunstan (Sat 13 03:56)
- pgbuildfarm - client-code: First cut at a run all branches utility User Andrewd (Sat 13 01:32)
- pgsql: Move copydir() prototype into its own header file. Robert Haas (Fri 12 21:43)
- pgsql: Fix old oversight in const-simplification of COALESCE() expressi Tom Lane (Fri 12 20:24)
Mail converted by MHonArc