2019-11-16 |
Tomas Vondra | Skip system attributes when applying mvdistinct stats |
commit | commitdiff | tree |
2019-11-15 |
Thomas Munro | Always call ExecShutdownNode() if appropriate. |
commit | commitdiff | tree |
2019-11-13 |
Tom Lane | Avoid downcasing/truncation of RADIUS authentication... |
commit | commitdiff | tree |
2019-11-13 |
Tom Lane | Include TableFunc references when computing expression... |
commit | commitdiff | tree |
2019-11-13 |
Tom Lane | Handle arrays and ranges in pg_upgrade's test for non... |
commit | commitdiff | tree |
2019-11-11 |
Tom Lane | Stamp 11.6. REL_11_6 |
commit | commitdiff | tree |
2019-11-11 |
Tom Lane | Doc: fix ancient mistake, or at least obsolete info... |
commit | commitdiff | tree |
2019-11-11 |
Tom Lane | Further improve stability of partition_prune regression... |
commit | commitdiff | tree |
2019-11-11 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2019-11-10 |
Tom Lane | Release notes for 12.1, 11.6, 10.11, 9.6.16, 9.5.20... |
commit | commitdiff | tree |
2019-11-09 |
Peter Eisentraut | Fix subscription test |
commit | commitdiff | tree |
2019-11-09 |
Peter Eisentraut | doc: Clarify documentation about SSL passphrases |
commit | commitdiff | tree |
2019-11-09 |
Peter Eisentraut | Fix negative bitmapset member not allowed error in... |
commit | commitdiff | tree |
2019-11-08 |
Peter Eisentraut | Fix gratuitous error message variation |
commit | commitdiff | tree |
2019-11-08 |
Etsuro Fujita | postgres_fdw: Fix error message for PREPARE TRANSACTION. |
commit | commitdiff | tree |
2019-11-07 |
Bruce Momjian | docs: clarify that only INSERT and UPDATE triggers... |
commit | commitdiff | tree |
2019-11-07 |
Tom Lane | Move declaration of ecpg_gettext() to a saner place. |
commit | commitdiff | tree |
2019-11-07 |
Alvaro Herrera | Fix SET CONSTRAINTS .. DEFERRED on partitioned tables |
commit | commitdiff | tree |
2019-11-07 |
Tom Lane | Fix integer-overflow edge case detection in interval_mu... |
commit | commitdiff | tree |
2019-11-07 |
Fujii Masao | Fix assertion failure when running pgbench -s. |
commit | commitdiff | tree |
2019-11-06 |
Peter Eisentraut | Fix memory allocation mistake |
commit | commitdiff | tree |
2019-11-06 |
Michael Paquier | Fix timestamp of sent message for write context in... |
commit | commitdiff | tree |
2019-11-06 |
Andrew Gierth | Request small targetlist for input to WindowAgg. |
commit | commitdiff | tree |
2019-11-06 |
Bruce Momjian | doc: fix for plurality typo on bgwriter doc sentence |
commit | commitdiff | tree |
2019-11-06 |
Bruce Momjian | doc: fix plurality typo on bgwriter doc sentence |
commit | commitdiff | tree |
2019-11-05 |
Tom Lane | Avoid logging complaints about abandoned connections... |
commit | commitdiff | tree |
2019-11-05 |
Tom Lane | Fix "unexpected relkind" error when denying permissions... |
commit | commitdiff | tree |
2019-11-05 |
Alvaro Herrera | Change pg_restore -f- to dump to stdout instead of... |
commit | commitdiff | tree |
2019-11-05 |
Michael Paquier | Doc: Improve description around ALTER TABLE ATTACH... |
commit | commitdiff | tree |
2019-11-04 |
Tom Lane | Stabilize pg_dump output order for similarly-named... |
commit | commitdiff | tree |
2019-11-04 |
Peter Eisentraut | Catch invalid typlens in a couple of places |
commit | commitdiff | tree |
2019-11-03 |
Tom Lane | Suppress warning from older compilers. |
commit | commitdiff | tree |
2019-11-02 |
Tom Lane | Validate ispell dictionaries more carefully. |
commit | commitdiff | tree |
2019-11-02 |
Michael Paquier | Fix failure when creating cloned indexes for a partition |
commit | commitdiff | tree |
2019-11-01 |
Michael Paquier | Fix race condition at backend exit when deleting elemen... |
commit | commitdiff | tree |
2019-10-30 |
Andres Freund | pg_waldump: Fix --bkp-details to not issue spurious... |
commit | commitdiff | tree |
2019-10-30 |
Andres Freund | pg_waldump: Fix small memory leak when rmgr->rm_identif... |
commit | commitdiff | tree |
2019-10-25 |
Tom Lane | Avoid failure when selecting a namespace node in XMLTABLE. |
commit | commitdiff | tree |
2019-10-24 |
Bruce Momjian | docs: fix wording of REFRESH CONCURRENTLY manual page |
commit | commitdiff | tree |
2019-10-23 |
Michael Paquier | Clean up properly error_context_stack in autovacuum... |
commit | commitdiff | tree |
2019-10-21 |
Tom Lane | Deal with yet another issue related to "Norwegian ... |
commit | commitdiff | tree |
2019-10-21 |
Tom Lane | Use CFLAGS_SL while probing linkability of libperl. |
commit | commitdiff | tree |
2019-10-21 |
Tom Lane | Select CFLAGS_SL at configure time, not in platform... |
commit | commitdiff | tree |
2019-10-19 |
Noah Misch | For PowerPC instruction "addi", use constraint "b". |
commit | commitdiff | tree |
2019-10-18 |
Fujii Masao | Fix failure of archive recovery with recovery_min_apply... |
commit | commitdiff | tree |
2019-10-18 |
Michael Paquier | Fix timeout handling in logical replication worker |
commit | commitdiff | tree |
2019-10-17 |
Alvaro Herrera | Fix minor bug in logical-replication walsender shutdown |
commit | commitdiff | tree |
2019-10-17 |
Thomas Munro | When restoring GUCs in parallel workers, show an error... |
commit | commitdiff | tree |
2019-10-16 |
Thomas Munro | Fix bug that could try to freeze running multixacts. |
commit | commitdiff | tree |
2019-10-16 |
Tomas Vondra | Improve the check for pg_catalog.unknown data type... |
commit | commitdiff | tree |
2019-10-16 |
Tomas Vondra | Improve the check for pg_catalog.line data type in... |
commit | commitdiff | tree |
2019-10-16 |
Michael Paquier | Doc: Fix various inconsistencies |
commit | commitdiff | tree |
2019-10-12 |
Noah Misch | AIX: Stop adding option -qsrcmsg. |
commit | commitdiff | tree |
2019-10-09 |
Michael Paquier | Flush logical mapping files with fd opened for read... |
commit | commitdiff | tree |
2019-10-07 |
Bruce Momjian | docs: Improve A?synchronous Multimaster Replication... |
commit | commitdiff | tree |
2019-10-07 |
Bruce Momjian | docs: clarify that today/tomorrow/yesterday is at... |
commit | commitdiff | tree |
2019-10-07 |
Bruce Momjian | doc: move mention of log_min_error_statement in a... |
commit | commitdiff | tree |
2019-10-07 |
Tom Lane | Check for too many postmaster children before spawning... |
commit | commitdiff | tree |
2019-10-05 |
Noah Misch | Report test_atomic_ops() failures consistently, via... |
commit | commitdiff | tree |
2019-10-05 |
Tom Lane | Avoid use of wildcard in pg_waldump's .gitignore. |
commit | commitdiff | tree |
2019-10-05 |
Andres Freund | Disable one more set of tests from c8841199509. |
commit | commitdiff | tree |
2019-10-05 |
Andres Freund | Disable one set of tests from c8841199509. |
commit | commitdiff | tree |
2019-10-04 |
Andres Freund | Add isolation tests for the combination of EPQ and... |
commit | commitdiff | tree |
2019-10-04 |
Andrew Dunstan | Handle spaces in OpenSSL install location for MSVC |
commit | commitdiff | tree |
2019-10-04 |
Tom Lane | Fix bitshiftright()'s zero-padding some more. |
commit | commitdiff | tree |
2019-10-03 |
Tom Lane | Avoid unnecessary out-of-memory errors during encoding... |
commit | commitdiff | tree |
2019-10-03 |
Tom Lane | Allow repalloc() to give back space when a large chunk... |
commit | commitdiff | tree |
2019-10-03 |
Andrew Gierth | Selectively include window frames in expression walks... |
commit | commitdiff | tree |
2019-10-02 |
Michael Paquier | Remove temporary WAL and history files at the end of... |
commit | commitdiff | tree |
2019-09-30 |
Andrew Dunstan | Suppress another CR in program output |
commit | commitdiff | tree |
2019-09-29 |
Andres Freund | jit: Re-allow JIT compilation of execGrouping.c hashtab... |
commit | commitdiff | tree |
2019-09-29 |
Andrew Dunstan | Allow SSL TAP tests to run on Windows |
commit | commitdiff | tree |
2019-09-28 |
Tom Lane | Improve stability of partition_prune regression test. |
commit | commitdiff | tree |
2019-09-27 |
Tom Lane | Doc: clean up markup for jsonb_set and related functions. |
commit | commitdiff | tree |
2019-09-27 |
Amit Kapila | Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd... |
commit | commitdiff | tree |
2019-09-25 |
Michael Paquier | Fix failure with lock mode used for custom relation... |
commit | commitdiff | tree |
2019-09-23 |
Tom Lane | Doc: clarify handling of duplicate elements in array... |
commit | commitdiff | tree |
2019-09-23 |
Tom Lane | Doc: in v11 release notes, remove item about citext_pat... |
commit | commitdiff | tree |
2019-09-22 |
Tom Lane | Fix failure to zero-pad the result of bitshiftright(). |
commit | commitdiff | tree |
2019-09-20 |
Tom Lane | Update time zone data files to tzdata release 2019c. |
commit | commitdiff | tree |
2019-09-20 |
Amit Kapila | Fix typo in commit 82fa3ff8672. |
commit | commitdiff | tree |
2019-09-19 |
Alexander Korotkov | Fix oversight in backpatch of 6cae9d2c10 |
commit | commitdiff | tree |
2019-09-19 |
Alexander Korotkov | Improve handling of NULLs in KNN-GiST and KNN-SP-GiST |
commit | commitdiff | tree |
2019-09-19 |
Michael Paquier | Doc: Fix incorrect mention to connection_object in... |
commit | commitdiff | tree |
2019-09-19 |
Amit Kapila | Doc: document autovacuum interruption. |
commit | commitdiff | tree |
2019-09-18 |
Alvaro Herrera | pg_upgrade/test.sh: Quote sed(1) argument |
commit | commitdiff | tree |
2019-09-18 |
Etsuro Fujita | Doc: Update FDW documentation about direct foreign... |
commit | commitdiff | tree |
2019-09-14 |
Noah Misch | Replace xlc __fetch_and_add() with inline asm. |
commit | commitdiff | tree |
2019-09-14 |
Noah Misch | Test pg_atomic_fetch_add_ with variable addend and... |
commit | commitdiff | tree |
2019-09-13 |
Alvaro Herrera | logical decoding: process ASSIGNMENT during snapshot... |
commit | commitdiff | tree |
2019-09-13 |
Alvaro Herrera | Fix under-parenthesized macro definitions |
commit | commitdiff | tree |
2019-09-12 |
Peter Geoghegan | Fix nbtree page split rmgr desc routine. |
commit | commitdiff | tree |
2019-09-12 |
Tom Lane | Fix usage of whole-row variables in WCO and RLS policy... |
commit | commitdiff | tree |
2019-09-12 |
Alvaro Herrera | Improve documentation about our XML functionality |
commit | commitdiff | tree |
2019-09-12 |
Amit Kapila | Doc: Update PL/pgSQL sample function in plpgsql.sgml. |
commit | commitdiff | tree |
2019-09-11 |
Michael Paquier | Expand properly list of TAP tests used for prove in... |
commit | commitdiff | tree |
2019-09-10 |
Tom Lane | Sync isolationtester's handling of notice/warning messa... |
commit | commitdiff | tree |
2019-09-09 |
Tom Lane | Be more careful about port selection in src/test/ldap/. |
commit | commitdiff | tree |
2019-09-09 |
Andrew Dunstan | Prevent msys2 conversion of "cmd /c" switch to a file... |
commit | commitdiff | tree |
2019-09-09 |
Andrew Dunstan | Always skip recovery SysV shared memory tests on Windows |
commit | commitdiff | tree |
next |