Notification of git commits are sent to this list. Do not post here!
| Thread | Author | Time |
|---|---|---|
| pgsql: Waiting for complete startup is now a well-defined operation. | Robert Haas | 01:58 |
| pgsql: Reset 'ps' display just once when resolving VXID conflicts. | Robert Haas | 13:34 |
| Re: pgsql: Reset 'ps' display just once when resolving VXID conflicts. | Tom Lane | 14:52 |
| Re: [COMMITTERS] pgsql: Reset 'ps' display just once when resolving VXID conflicts. 📎 | Robert Haas | 16:13 |
| Re: [COMMITTERS] pgsql: Reset 'ps' display just once when resolving VXID conflicts. | Tom Lane | 16:20 |
| pgsql: Try to save a kernel call in ResolveRecoveryConflictWithVirtualX | Robert Haas | 16:33 |
| Re: [COMMITTERS] pgsql: Reset 'ps' display just once when resolving VXID conflicts. | Robert Haas | 16:34 |
| pgsql: Backpatch plperl GNUmakefile fixes to allow building release 8.2 | Andrew Dunstan | 17:00 |
| pgsql: Remove unnecessary definition for autovacuum in SignalSomeChildr | Alvaro Herrera | 19:00 |
| pgsql: set_ps_display when calling functions via fastpath | Alvaro Herrera | 21:52 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Work around make changes on modern Mingw to allow release 8.2 re | Andrew Dunstan | 00:50 |
| pgsql: Document unavailable parameters in some configurations | Magnus Hagander | 16:12 |
| pgsql: Document unavailable parameters in some configurations | Magnus Hagander | 16:12 |
| pgsql: Document unavailable parameters in some configurations | Magnus Hagander | 16:12 |
| pgsql: Document unavailable parameters in some configurations | Magnus Hagander | 16:12 |
| pgsql: Make GUC variables for syslog and SSL always visible | Magnus Hagander | 16:12 |
| pgsql: Properly print the IP number and "localhost" for failed localhos | Bruce Momjian | 16:26 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Fix typo | Alvaro Herrera | 15:06 |
| Re: pgsql: Allow bidirectional copy messages in streaming replication mode. | Alvaro Herrera | 15:06 |
| pgsql: Allow transactions that don't write WAL to commit asynchronously | Robert Haas | 18:05 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Work around unfortunate getppid() behavior on BSD-ish systems. | Robert Haas | 11:40 |
| pgsql: Fix typos. | Robert Haas | 22:59 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Use memcmp() rather than strncmp() when shorter string length is | Robert Haas | 03:15 |
| pgsql: Add PQlibVersion() function to libpq | Magnus Hagander | 13:25 |
| pgsql: Wording improvements for pg_ctl manual page. | Bruce Momjian | 14:12 |
| Re: pgsql: Wording improvements for pg_ctl manual page. | Thom Brown | 14:14 |
| pgsql: Typo fix. | Robert Haas | 14:33 |
| Re: pgsql: Wording improvements for pg_ctl manual page. | Robert Haas | 14:34 |
| Re: pgsql: Wording improvements for pg_ctl manual page. | Bruce Momjian | 15:20 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Document that BBU's do not allow partial page writes to be safel | Bruce Momjian | 02:12 |
| psqlodbc - psqlodbc: add some changes. | Hiroshi Saito | 06:06 |
| pgsql: Rewrite the GiST insertion logic so that we don't need the post- | Heikki Linnakangas | 14:26 |
| pgsql: Added rule to ecpg lexer to accept "Unicode surrogate pair in ex | Michael Meskes | 19:46 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Correct spelling: longjump() -> longjmp(). | Robert Haas | 03:23 |
| pgsql: Correct spelling: longjump() -> longjmp(). | Robert Haas | 03:23 |
| pgsql: Add foreign data wrapper error code values for SQL/MED. | Robert Haas | 18:58 |
| Re: pgsql: Add foreign data wrapper error code values for SQL/MED. | Tom Lane | 20:39 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Corrections to patch adding SQL/MED error codes. | Robert Haas | 02:36 |
| Re: Re: [COMMITTERS] pgsql: Add foreign data wrapper error code values for SQL/MED. | Robert Haas | 02:38 |
| pgsql: Break up long line, per Leslie S Satenstein. | Alvaro Herrera | 15:40 |
| pgsql: Fix ill-chosen use of "private" as an argument and struct field | Tom Lane | 16:26 |
| pgsql: Tweak cpluspluscheck to avoid directly #include'ing gram.h. | Tom Lane | 16:37 |
| pgsql: Fix failure of executor/hashjoin.h to compile standalone. | Tom Lane | 17:20 |
| pgsql: Rearrange cpluspluscheck to check just one .h file at a time. | Tom Lane | 17:52 |
| pgsql: Rename the C functions bitand(), bitor() to bit_and(), bit_or(). | Tom Lane | 19:58 |
| pgsql: Remove -fno-operator-names switch from cpluspluscheck. | Tom Lane | 20:03 |
| pgsql: Update SGML docs describing the contents of the postmaster.pid f | Bruce Momjian | 20:20 |
| pgsql: Mark unaccent functions as STABLE, rather than defaulting to VOL | Bruce Momjian | 20:35 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Fix code to properly pull out shared memory key now that the | Bruce Momjian | 04:12 |
| pgsql: Fix list of functions that are restricted to superusers | Magnus Hagander | 09:46 |
| Re: autogenerating error code lists (was Re: [COMMITTERS] pgsql: Add foreign data wrapper error code values for SQL/MED.) 📎 | Jan Urbański | 11:25 |
| pgsql: Another fix for larger postmaster.pid files. | Bruce Momjian | 14:34 |
| pgsql: Fix ill-advised placement of PGRES_COPY_BOTH enum value. | Tom Lane | 16:02 |
| pgsql: No release notes update, just advance the date | Peter Eisentraut | 19:19 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Avoid unnecessary public struct declaration in slru.h | Alvaro Herrera | 15:18 |
| pgsql: Remove tabs in SGML | Peter Eisentraut | 20:16 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Support RIGHT and FULL OUTER JOIN in hash joins. | Tom Lane | 01:26 |
| Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins. | Robert Haas | 02:02 |
| Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins. | Tom Lane | 02:13 |
| Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins. | Tom Lane | 02:55 |
| pgsql: Move symbols for ExecMergeJoin's state machine into nodeMergejoi | Tom Lane | 03:13 |
| Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins. | Robert Haas | 05:09 |
| pgsql: Invert and rename flag variable to improve code readability. | Tom Lane | 17:00 |
| Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins. | Tom Lane | 17:00 |
| pgsql: Include the first valid listen address in pg_ctl to improve serv | Bruce Momjian | 22:25 |
| Thread | Author | Time |
|---|---|---|
| pgsql: In pg_upgrade, rename "CLUSTERNAME" to "CLUSTER_NAME". | Bruce Momjian | 01:42 |
| pgsql: In pg_upgrade, remove use of whichCluster, and just pass old/new | Bruce Momjian | 17:07 |
| pgsql: Furter pg_upgrade optimizations to reduce function call argument | Bruce Momjian | 17:29 |
| pgsql: Stamp copyrights for year 2011. | Bruce Momjian | 18:19 |
| pgsql: Add #include <time.h> to pg_ctl.c to fix compiler warning. | Bruce Momjian | 20:56 |
| pgsql: Allow casting a table's row type to the table's supertype if it' | Peter Eisentraut | 21:04 |
| pgsql: Minor wordsmithing. | Robert Haas | 22:52 |
| pgsql: Fix pg_dump support for security labels on columns. | Robert Haas | 22:52 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Basic foreign table support. | Robert Haas | 04:48 |
| Re: [COMMITTERS] pgsql: Basic foreign table support. | Magnus Hagander | 09:24 |
| pgsql: Fix typo. | Robert Haas | 12:26 |
| Re: [COMMITTERS] pgsql: Basic foreign table support. | Robert Haas | 12:26 |
| pgsql: Implement remaining fields of information_schema.sequences view | Peter Eisentraut | 13:16 |
| Thread | Author | Time |
|---|---|---|
| pgsql: perltidy run on the MSVC build system | Magnus Hagander | 09:45 |
| pgsql: Add missing part of replication role docs | Magnus Hagander | 11:00 |
| pgsql: Add views and functions to monitor hot standby query conflicts | Magnus Hagander | 11:47 |
| pgsql: Bump catversion, forgot in previous commit. | Magnus Hagander | 11:50 |
| pgsql: Update comments in RecordTransactionCommit() to mention unlogged | Robert Haas | 15:29 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA. | Robert Haas | 03:13 |
| Re: Re: [COMMITTERS] pgsql: Reduce spurious Hot Standby conflicts from never-visible records | Robert Haas | 04:13 |
| pgsql: Improve psql tab completion for CREATE/ALTER ROLE [NO]REPLICATIO | Itagaki Takahiro | 08:59 |
| pgsql: Work around header misdefines in modern Windows SDK when _WIN32_ | Andrew Dunstan | 14:44 |
| pgsql: Work around header misdefines in modern Windows SDK when _WIN32_ | Andrew Dunstan | 14:57 |
| pgsql: Work around header misdefines in modern Windows SDK when _WIN32_ | Andrew Dunstan | 14:58 |
| pgsql: Allow older branches to be built with Visual Studio 2008. This i | Andrew Dunstan | 21:07 |
| pgsql: Allow older branches to be built with Visual Studio 2008. This i | Andrew Dunstan | 21:08 |
| pgsql: Allow older branches to be built with Visual Studio 2008. This i | Andrew Dunstan | 21:08 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Rename pg_upgrade variables, for clarity. | Bruce Momjian | 01:15 |
| pgsql: Update documentation to say that \lo_import sets :LASTOID, not | Bruce Momjian | 02:32 |
| pgsql: Update documentation to say that \lo_import sets :LASTOID, not | Bruce Momjian | 02:32 |
| reorg - pg_reorg: Use one of not-null unique keys to identify rows when | User Itagaki | 09:35 |
| pgsql: Update sequence_1.out for recent changes in sequence regression | Tom Lane | 15:59 |
| pgsql: Improve array_upper example | Peter Eisentraut | 22:22 |
| pgsql: Improve markup of unnest example | Peter Eisentraut | 22:22 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Improve C comments about backend variables set by pg_upgrade_sup | Bruce Momjian | 03:45 |
| pgsql: New system view pg_stat_replication displays activity of wal sen | Itagaki Takahiro | 11:42 |
| textsearch-ja - textsearch-ja: Use PGXS automatically even if USE_PGXS | User Itagaki | 11:57 |
| Re: pgsql: New system view pg_stat_replication displays activity of wal sen | Magnus Hagander | 12:49 |
| Re: [COMMITTERS] pgsql: New system view pg_stat_replication displays activity of wal sen 📎 | Itagaki Takahiro | 13:47 |
| Re: pgsql: New system view pg_stat_replication displays activity of wal sen | Tom Lane | 14:57 |
| pgsql: Improve recovery.conf.sample comments. | Robert Haas | 16:01 |
| pgsql: Document pg_stat_replication, bump catversion since that was ove | Robert Haas | 16:08 |
| Re: Re: [COMMITTERS] pgsql: New system view pg_stat_replication displays activity of wal sen | Robert Haas | 16:09 |
| Re: [COMMITTERS] pgsql: Implement remaining fields of information_schema.sequences view | Chris Browne | 17:37 |
| Thread | Author | Time |
|---|---|---|
| pgsql: Fix GIN to support null keys, empty and null items, and full ind | Tom Lane | 00:17 |
| pgsql: Fix the built-in GIN support procedure declarations in pg_proc.h | Tom Lane | 01:41 |
| pgsql: Ooops, forgot to fix contrib/tsearch2's references to GIN suppor | Tom Lane | 02:11 |
| pgsql: Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfil | Bruce Momjian | 02:26 |
| pgsql: Fix pg_upgrade of large object permissions by preserving pg_auth | Bruce Momjian | 02:59 |
| pgsql: Fix C indenting in pg_upgrade function. | Bruce Momjian | 03:02 |
| pgsql: In pg_upgrade, track only one copy of namespace/relname in FileN | Bruce Momjian | 03:37 |
| pgsql: Simplify pg_upgrade C comment about what is preserved. | Bruce Momjian | 03:47 |
| pgsql: More pg_upgrade relfilenode C comments added. | Bruce Momjian | 03:57 |
| pgsql: Document why pg_upgrade preserves pg_auth.oid (because they are | Bruce Momjian | 04:02 |
| pgsql: Update GIN support function definitions for contrib/intarray. | Tom Lane | 04:36 |