Notification of git commits are sent to this list. Do not post here!
Thread | Author | Time |
---|---|---|
pgsql: Add missing subtitle for compressed archive logs | Magnus Hagander | 13:24 |
pgsql: Add missing subtitle for compressed archive logs | Magnus Hagander | 13:24 |
pgsql: Add missing subtitle for compressed archive logs | Magnus Hagander | 13:24 |
pgsql: Reorder basebackup options, to list pg_basebackup first | Magnus Hagander | 13:24 |
pgsql: Reorder basebackup options, to list pg_basebackup first | Magnus Hagander | 13:24 |
pgsql: Fix stats collector to recover nicely when system clock goes bac | Tom Lane | 21:12 |
pgsql: Make documentation of --help and --version options more consiste | Peter Eisentraut | 23:57 |
pgsql: Make documentation of --help and --version options more consiste | Peter Eisentraut | 23:57 |
Thread | Author | Time |
---|---|---|
pgsql: Refer to the default foreign key match style as MATCH SIMPLE int | Tom Lane | 00:17 |
Re: [COMMITTERS] pgsql: New SQL functons pg_backup_in_progress() and pg_backup_start_tim | Daniel Farina | 03:39 |
pgtcl - libpgtcl: * Add new -withoutnulls option to pg_select, if set | User Karl | 05:01 |
pgtcl - libpgtcl: Reference variable name as a string, not an object, | User Karl | 05:06 |
Re: [COMMITTERS] pgsql: New SQL functons pg_backup_in_progress() and pg_backup_start_tim | Albe Laurenz | 07:22 |
pgsql: Change ON UPDATE SET NULL/SET DEFAULT referential actions to mee | Tom Lane | 16:13 |
pgsql: Update SQL spec references in ri_triggers code to match SQL:2008 | Tom Lane | 16:19 |
pgsql: pg_dump: Add missing newlines at end of messages | Peter Eisentraut | 21:00 |
pgsql: pg_dump: Add missing newlines at end of messages | Peter Eisentraut | 21:00 |
pgsql: Remove derived fields from RI_QueryKey, and do a bit of other cl | Tom Lane | 22:51 |
pgsql: Allow ON UPDATE/DELETE SET DEFAULT plans to be cached. | Tom Lane | 23:37 |
Thread | Author | Time |
---|---|---|
pgsql: Improve tests for whether we can skip queueing RI enforcement tr | Tom Lane | 00:08 |
Re: pgsql: Remove confusing half sentence from legal notice | Magnus Hagander | 09:40 |
pgsql: Cache the results of ri_FetchConstraintInfo in a backend-local c | Tom Lane | 21:24 |
pgsql: Increase MAX_SYSCACHE_CALLBACKS from 20 to 32. | Tom Lane | 23:48 |
Thread | Author | Time |
---|---|---|
pgsql: Remove incomplete/incorrect support for zero-column foreign keys | Tom Lane | 00:15 |
pgsql: Add a small cache of locks owned by a resource owner in Resource | Heikki Linnakangas | 12:30 |
pgsql: Repair comment mangled by a pgindent run long ago | Alvaro Herrera | 19:38 |
pgsql: Fix memory leak in ARRAY(SELECT ...) subqueries. | Tom Lane | 21:27 |
pgsql: Fix memory leak in ARRAY(SELECT ...) subqueries. | Tom Lane | 21:27 |
pgsql: Fix memory leak in ARRAY(SELECT ...) subqueries. | Tom Lane | 21:27 |
pgsql: Fix memory leak in ARRAY(SELECT ...) subqueries. | Tom Lane | 21:27 |
pgsql: Fix memory leak in ARRAY(SELECT ...) subqueries. | Tom Lane | 21:27 |
pgsql: Fix memory leak in ARRAY(SELECT ...) subqueries. | Tom Lane | 21:27 |
Re: pgsql: Remove confusing half sentence from legal notice | Peter Eisentraut | 22:50 |
pgsql: Make placeholders in SQL command help more consistent and precis | Peter Eisentraut | 22:57 |
pgsql: Make placeholders in SQL command help more consistent and precis | Peter Eisentraut | 22:57 |
Thread | Author | Time |
---|---|---|
pgsql: Document that && can be used to search arrays. | Robert Haas | 13:02 |
pgsql: Make pgbench -i emit only one-tenth as many status messages. | Robert Haas | 13:06 |
Thread | Author | Time |
---|---|---|
pgsql: Move WAL continuation record information to WAL page header. | Heikki Linnakangas | 16:22 |
pgsql: Allow WAL record header to be split across pages. | Heikki Linnakangas | 16:22 |
pgsql: Don't waste the last segment of each 4GB logical log file. | Heikki Linnakangas | 16:22 |
pgsql: Replace XLogRecPtr struct with a 64-bit integer. | Heikki Linnakangas | 16:22 |
pgsql: Use LL suffix for 64-bit constants. | Heikki Linnakangas | 17:02 |
pgsql: Oops. Remove stray paren. | Heikki Linnakangas | 17:04 |
Re: pgsql: Remove confusing half sentence from legal notice | Magnus Hagander | 18:31 |
pgsql: Use UINT64CONST for 64-bit integer constants. | Heikki Linnakangas | 18:57 |
pgsql: I missed some references to xlogid/xrecoff in Win32-only code. F | Heikki Linnakangas | 19:15 |
pgsql: Replace int2/int4 in C code with int16/int32 | Peter Eisentraut | 23:41 |
Thread | Author | Time |
---|---|---|
Re: [COMMITTERS] pgsql: Replace XLogRecPtr struct with a 64-bit integer. | Alvaro Herrera | 03:16 |
pgsql: Fix warning for 64-bit literal on 32-bit build. | Kevin Grittner | 12:47 |
pgsql: Remove sanity test in XRecOffIsValid. | Robert Haas | 16:18 |
Re: [COMMITTERS] pgsql: Remove sanity test in XRecOffIsValid. | Tom Lane | 16:35 |
Re: [COMMITTERS] pgsql: Remove sanity test in XRecOffIsValid. | Robert Haas | 17:12 |
pgsql: Unbreak pg_resetxlog -l. | Robert Haas | 18:00 |
pgsql: Fix typo in DEBUG message, introduced by recent WAL refactoring. | Robert Haas | 18:00 |
pgsql: Unify calling conventions for postgres/postmaster sub-main funct | Peter Eisentraut | 18:32 |
pgsql: Tighten up includes in sinvaladt.h, twophase.h, proc.h | Alvaro Herrera | 22:45 |
Thread | Author | Time |
---|---|---|
pgsql: Use system install program when available and usable | Peter Eisentraut | 11:01 |
pgsql: Allow pg_terminate_backend() to be used on backends with matchin | Robert Haas | 12:35 |
pgsql: Update release notes for pg_terminate_backend changes. | Robert Haas | 12:45 |
pgsql: Update release notes for pg_terminate_backend changes. | Robert Haas | 12:45 |
Re: pgsql: Use system install program when available and usable | Tom Lane | 13:49 |
pgsql: I neglected many comments in the log+seg -> 64-bit segno patch. | Heikki Linnakangas | 14:54 |
Re: [COMMITTERS] pgsql: Move WAL continuation record information to WAL page header. | Heikki Linnakangas | 15:09 |
Re: [COMMITTERS] pgsql: Move WAL continuation record information to WAL page header. | Andres Freund | 16:10 |
pgsql: Fix two more neglected comments, still referring to log/seg. | Heikki Linnakangas | 16:12 |
pgsql: Fix install program detection | Peter Eisentraut | 18:23 |
Thread | Author | Time |
---|---|---|
pgsql: Make UtilityContainsQuery recurse until it finds a non-utility Q | Tom Lane | 03:19 |
pgsql: Make UtilityContainsQuery recurse until it finds a non-utility Q | Tom Lane | 03:19 |
pgsql: Add missing space in event_source GUC description. | Robert Haas | 12:16 |
pgsql: Dramatically reduce System V shared memory consumption. | Robert Haas | 15:25 |
Re: pgsql: Fix install program detection | Alvaro Herrera | 15:58 |
Re: pgsql: Fix install program detection | Tom Lane | 16:28 |
Re: pgsql: Fix install program detection | Robert Haas | 16:39 |
pgsql: Fix broken mmap failure-detection code, and improve error messag | Robert Haas | 16:59 |
Re: pgsql: Fix install program detection | Tom Lane | 17:05 |
pgsql: Further fix install program detection | Peter Eisentraut | 17:11 |
pgsql: Update outdated commit; xlp_rem_len field is in page header now. | Heikki Linnakangas | 17:39 |
pgsql: Provide MAP_FAILED if sys/mman.h doesn't. | Tom Lane | 18:19 |
Thread | Author | Time |
---|---|---|
pgsql: Suppress compiler warnings in readfuncs.c. | Tom Lane | 02:28 |
pgsql: Fix race condition in enum value comparisons. | Tom Lane | 21:13 |
pgsql: Fix race condition in enum value comparisons. | Tom Lane | 21:13 |
pgsql: Fix race condition in enum value comparisons. | Tom Lane | 21:13 |
Thread | Author | Time |
---|---|---|
pgsql: Remove misleading hints about reducing the System V request size | Robert Haas | 14:18 |
Re: pgsql: Remove misleading hints about reducing the System V request size | Tom Lane | 14:45 |
Re: pgsql: Remove misleading hints about reducing the System V request size | Robert Haas | 15:08 |
Re: pgsql: Make the pg_upgrade log files contain actual commands | Bruce Momjian | 15:36 |
pgsql: Have copyright tool mention that certain files should be updated | Bruce Momjian | 16:02 |
pgsql: Have REASSIGN OWNED work on extensions, too | Alvaro Herrera | 19:21 |
pgsql: Have REASSIGN OWNED work on extensions, too | Alvaro Herrera | 19:21 |
pgsql: Have REASSIGN OWNED work on extensions, too | Alvaro Herrera | 19:21 |
pgsql: Forgot an #include in the previous patch :-( | Alvaro Herrera | 20:41 |
pgsql: Forgot an #include in the previous patch :-( | Alvaro Herrera | 20:41 |
pgsql: Forgot an #include in the previous patch :-( | Alvaro Herrera | 20:41 |
Thread | Author | Time |
---|---|---|
pgsql: Improve documentation about MULE encoding. | Tom Lane | 04:30 |
pgsql: Remove references to PostgreSQL bundled on Solaris | Magnus Hagander | 07:12 |
pgsql: Remove references to pgfoundry as recommended hosting platform | Magnus Hagander | 07:12 |
pgsql: Remove references to pgfoundry as recommended hosting platform | Magnus Hagander | 07:12 |
pgsql: Remove references to PostgreSQL bundled on Solaris | Magnus Hagander | 07:12 |