Notification of git commits are sent to this list. Do not post here!
| Thread | Author | Time |
|---|---|---|
| pgsql: Fix Assert failure in new plancache code. | Tom Lane | 05:48 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Fix another Assert issue exposed by CLOBBER_CACHE_ALWAYS. | Tom Lane | 03:46 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Improve reporting of newlocale() failures in CREATE COLLATION. | Tom Lane | 17:24 |
| pgsql: Improve reporting of newlocale() failures in CREATE COLLATION. | Tom Lane | 17:24 |
| pgsql: Suppress "unused function" warning when not HAVE_LOCALE_T. | Tom Lane | 21:47 |
| pgsql: Suppress "unused function" warning when not HAVE_LOCALE_T. | Tom Lane | 21:47 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Fix another bit of unlogged-table-induced breakage. | Robert Haas | 14:49 |
| pgsql: Fix another bit of unlogged-table-induced breakage. | Robert Haas | 14:49 |
| Thread | Author | Time |
|---|---|---|
| pgsql: synchronous_commit is an enum not a boolean. | Simon Riggs | 07:35 |
| pgsql: synchronous_commit is an enum not a boolean. | Simon Riggs | 07:35 |
| pginstaller - pginst: Update for 8.2.22 | Dave Page | 09:56 |
| pginstaller - pginst: Update for 8.3.16 | Dave Page | 10:59 |
| pgsql: Add --{no-,}replication flags to createuser. | Robert Haas | 13:28 |
| pgsql: Add missing brackets to chkselinuxenv. | Robert Haas | 21:05 |
| pgsql: Document some more apparently-harmless error messages. | Robert Haas | 21:05 |
| pgsql: Teach sepgsql about database labels. | Robert Haas | 21:11 |
| pgsql: Memory barrier support for PostgreSQL. | Robert Haas | 21:59 |
| Thread | Author | Time |
|---|---|---|
| npgsql - Npgsql2: New Directory | User Jbcooley | 16:47 |
| npgsql - Npgsql2: Added XmlTest entity model | User Jbcooley | 16:48 |
| pgsql: Un-break compression of plain-text output format in pg_dump. | Tom Lane | 18:00 |
| pgsql: Un-break compression of plain-text output format in pg_dump. | Tom Lane | 18:00 |
| pgsql: In pgrminclude, document requirement to use pgcompinclude, and s | Bruce Momjian | 20:58 |
| pgsql: Avoid unnecessary snapshot-acquisitions in BuildCachedPlan. | Tom Lane | 21:34 |
| pgsql: Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQp | Tom Lane | 22:53 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Use a fresh copy of query_list when making a second plan in GetC | Tom Lane | 16:45 |
| pgsql: Update obsolete comments. | Robert Haas | 17:14 |
| pgsql: Speed up array element assignment in plpgsql by caching type inf | Tom Lane | 19:38 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Allow snapshot references to still work during transaction abort | Tom Lane | 02:25 |
| pgsql: Fix window functions that sort by expressions involving aggregat | Tom Lane | 03:58 |
| pgsql: Fix window functions that sort by expressions involving aggregat | Tom Lane | 03:58 |
| pgsql: heap_update() must recheck tuple after unlocking and relocking b | Robert Haas | 12:24 |
| pgsql: sepgsql uavc comment improvements. | Robert Haas | 12:38 |
| pgsql: Update comments related to the crash-safety of the visibility ma | Robert Haas | 13:40 |
| pgsql: Fix typo | Alvaro Herrera | 20:02 |
| pgsql: Remove dependency on error ordering in isolation tests | Alvaro Herrera | 20:02 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Take sepgsql regression tests out of the regular regression test | Tom Lane | 00:07 |
| pgsql: Take sepgsql regression tests out of the regular regression test | Tom Lane | 00:16 |
| pgsql: Update and extend the EXPLAIN-related documentation. | Tom Lane | 23:40 |
| Thread | Author | Time |
|---|---|---|
| npgsql - Npgsql2: Updated for build 2.0.11.92 | User Jbcooley | 01:21 |
| npgsql - Npgsql2: Updated for build 2.0.11.92 | User Jbcooley | 01:26 |
| npgsql - Npgsql2: Updated for build 2.0.11.92 | User Jbcooley | 01:33 |
| npgsql - Npgsql2: Updated release notes for beta 2 release. | User Fxjr | 01:55 |
| pgsql: In pg_upgrade, because toast table names can be mismatched with | Bruce Momjian | 02:54 |
| pgsql: In pg_upgrade, because toast table names can be mismatched with | Bruce Momjian | 02:54 |
| pgsql: Fix index matching for operators with mixed collatable/noncollat | Tom Lane | 04:45 |
| pgsql: Fix index matching for operators with mixed collatable/noncollat | Tom Lane | 04:45 |
| pgsql: Fix pg_upgrade for EXEC_BACKEND builds (e.g. Windows) by properl | Bruce Momjian | 21:21 |
| pgsql: Fix pg_upgrade for EXEC_BACKEND builds (e.g. Windows) by properl | Bruce Momjian | 21:21 |
| pgsql: Fix recursion into previously planned sub-query in examine_simpl | Tom Lane | 22:13 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Support GiST index support functions that want to cache data acr | Tom Lane | 23:49 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Cache the result of makesign() across calls of gtrgm_penalty(). | Tom Lane | 03:55 |
| pgsql: In pg_upgrade, remove unnecessary local variable. | Bruce Momjian | 14:02 |
| pgsql: Improve generated column names for cases involving sub-SELECTs. | Tom Lane | 18:01 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Restructure error handling in reading of postgresql.conf. | Tom Lane | 20:50 |
| Thread | Author | Time |
|---|---|---|
| textsearch-ja - textsearch-ja: Update pgut-be libraries. | User Itagaki | 07:29 |
| textsearch-ja - eudc: Support 9.1 and 9.2dev. | User Itagaki | 07:31 |
| Re: Re: [COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding. 📎 | Amit Khandekar | 10:20 |
| pgsql: ProcedureCreate neglected to record dependencies on default expr | Tom Lane | 16:18 |
| pgsql: ProcedureCreate neglected to record dependencies on default expr | Tom Lane | 16:18 |
| pgsql: ProcedureCreate neglected to record dependencies on default expr | Tom Lane | 16:18 |
| pgsql: ProcedureCreate neglected to record dependencies on default expr | Tom Lane | 16:18 |
| Re: Re: [COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding. | Alex Hunsaker | 17:07 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Explain COALESCE example in the docs. | Bruce Momjian | 01:47 |
| pgsql: Change wording for COALESCE docs to use "otherwise". | Bruce Momjian | 02:40 |
| Re: Re: [COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding. | Amit Khandekar | 05:46 |
| Re: Re: [COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding. | Alex Hunsaker | 06:30 |
| Re: Re: [COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding. 📎 | Alex Hunsaker | 06:59 |
| Re: Re: [COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding. | Amit Khandekar | 07:58 |
| Re: Re: [COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding. | Robert Haas | 14:18 |
| Re: Re: [COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding. | Alex Hunsaker | 21:03 |
| Thread | Author | Time |
|---|---|---|
| Re: Re: [COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding. | Alex Hunsaker | 16:51 |
| pgsql: In pg_upgrade, use the new postmaster -C option to get the real | Bruce Momjian | 18:41 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Prevent index-only scans in stats regression test. | Tom Lane | 04:21 |
| pgsql: Improve index-only scans to avoid repeated access to the index p | Tom Lane | 04:21 |
| pgsql: Clean up a couple of box gist helper functions. | Heikki Linnakangas | 16:00 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Add Up/Home link to the top of the HTML doc output. | Bruce Momjian | 15:24 |
| pgsql: Add Up/Home link to the top of the HTML doc output. | Bruce Momjian | 15:24 |
| pgsql: Add Up/Home link to the top of the HTML doc output. | Bruce Momjian | 15:48 |
| Re: pgsql: Add Up/Home link to the top of the HTML doc output. | Tom Lane | 17:52 |
| pgsql: Improve documentation of psql's \q command. | Tom Lane | 18:00 |