| 2019-11-19 |  Alexander Korotkov | Revise GIN README | commit | commitdiff | tree | snapshot | 
| 2019-11-19 |  Alexander Korotkov | Fix traversing to the deleted GIN page via downlink | commit | commitdiff | tree | snapshot | 
| 2019-11-19 |  Alexander Korotkov | Fix deadlock between ginDeletePage() and ginStepRight() | commit | commitdiff | tree | snapshot | 
| 2019-11-19 |  Tom Lane | Doc: clarify use of RECURSIVE in WITH. | commit | commitdiff | tree | snapshot | 
| 2019-11-19 |  Tom Lane | Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... | commit | commitdiff | tree | snapshot | 
| 2019-11-17 |  Tom Lane | Further fix dumping of views that contain just VALUES... | commit | commitdiff | tree | snapshot | 
| 2019-11-16 |  Michael Paquier | Improve stability of tests for VACUUM (SKIP_LOCKED) | commit | commitdiff | tree | snapshot | 
| 2019-11-16 |  Tomas Vondra | Skip system attributes when applying mvdistinct stats | commit | commitdiff | tree | snapshot | 
| 2019-11-15 |  Thomas Munro | Always call ExecShutdownNode() if appropriate. | commit | commitdiff | tree | snapshot | 
| 2019-11-15 |  Tom Lane | Doc: in v12 release notes, explain how to replace uses... | commit | commitdiff | tree | snapshot | 
| 2019-11-13 |  Tom Lane | Add missing check_collation_set call to bpcharne(). | commit | commitdiff | tree | snapshot | 
| 2019-11-13 |  Tom Lane | Fix silly initializations (cosmetic only). | commit | commitdiff | tree | snapshot | 
| 2019-11-13 |  Tom Lane | Avoid downcasing/truncation of RADIUS authentication... | commit | commitdiff | tree | snapshot | 
| 2019-11-13 |  Tom Lane | Include TableFunc references when computing expression... | commit | commitdiff | tree | snapshot | 
| 2019-11-13 |  Tom Lane | Handle arrays and ranges in pg_upgrade's test for non... | commit | commitdiff | tree | snapshot | 
| 2019-11-13 |  Bruce Momjian | docs:  clarify that only INSERT and UPDATE triggers... | commit | commitdiff | tree | snapshot | 
| 2019-11-11 |  Tom Lane | Stamp 12.1.  REL_12_1 | commit | commitdiff | tree | snapshot | 
| 2019-11-11 |  Tom Lane | Doc: fix ancient mistake, or at least obsolete info... | commit | commitdiff | tree | snapshot | 
| 2019-11-11 |  Tom Lane | Further improve stability of partition_prune regression... | commit | commitdiff | tree | snapshot | 
| 2019-11-11 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2019-11-10 |  Tom Lane | Release notes for 12.1, 11.6, 10.11, 9.6.16, 9.5.20... | commit | commitdiff | tree | snapshot | 
| 2019-11-09 |  Peter Eisentraut | Fix subscription test | commit | commitdiff | tree | snapshot | 
| 2019-11-09 |  Peter Eisentraut | doc: Clarify documentation about SSL passphrases | commit | commitdiff | tree | snapshot | 
| 2019-11-09 |  Peter Eisentraut | doc: Further tweak recovery parameters documentation | commit | commitdiff | tree | snapshot | 
| 2019-11-09 |  Peter Eisentraut | Fix negative bitmapset member not allowed error in... | commit | commitdiff | tree | snapshot | 
| 2019-11-09 |  Tom Lane | First-draft release notes for 12.1. | commit | commitdiff | tree | snapshot | 
| 2019-11-08 |  Peter Eisentraut | Fix gratuitous error message variation | commit | commitdiff | tree | snapshot | 
| 2019-11-08 |  Etsuro Fujita | postgres_fdw: Fix error message for PREPARE TRANSACTION. | commit | commitdiff | tree | snapshot | 
| 2019-11-07 |  Tom Lane | Move declaration of ecpg_gettext() to a saner place. | commit | commitdiff | tree | snapshot | 
| 2019-11-07 |  Alvaro Herrera | Fix SET CONSTRAINTS .. DEFERRED on partitioned tables | commit | commitdiff | tree | snapshot | 
| 2019-11-07 |  Tom Lane | Fix integer-overflow edge case detection in interval_mu... | commit | commitdiff | tree | snapshot | 
| 2019-11-07 |  Fujii Masao | Fix assertion failure when running pgbench -s. | commit | commitdiff | tree | snapshot | 
| 2019-11-06 |  Tomas Vondra | Document log_transaction_sample_rate as superuser-only | commit | commitdiff | tree | snapshot | 
| 2019-11-06 |  Tom Lane | Minor code review for tuple slot rewrite. | commit | commitdiff | tree | snapshot | 
| 2019-11-06 |  Tom Lane | Sync our DTrace infrastructure with c.h's definition... | commit | commitdiff | tree | snapshot | 
| 2019-11-06 |  Peter Eisentraut | Fix memory allocation mistake | commit | commitdiff | tree | snapshot | 
| 2019-11-06 |  Michael Paquier | Fix timestamp of sent message for write context in... | commit | commitdiff | tree | snapshot | 
| 2019-11-06 |  Andrew Gierth | Request small targetlist for input to WindowAgg. | commit | commitdiff | tree | snapshot | 
| 2019-11-06 |  Bruce Momjian | doc:  fix for plurality typo on bgwriter doc sentence | commit | commitdiff | tree | snapshot | 
| 2019-11-06 |  Bruce Momjian | doc:  fix plurality typo on bgwriter doc sentence | commit | commitdiff | tree | snapshot | 
| 2019-11-05 |  Tom Lane | Avoid logging complaints about abandoned connections... | commit | commitdiff | tree | snapshot | 
| 2019-11-05 |  Tom Lane | Fix "unexpected relkind" error when denying permissions... | commit | commitdiff | tree | snapshot | 
| 2019-11-05 |  Tom Lane | Generate EquivalenceClass members for partitionwise... | commit | commitdiff | tree | snapshot | 
| 2019-11-05 |  Michael Paquier | Doc: Clarify locks taken when using ALTER TABLE ATTACH... | commit | commitdiff | tree | snapshot | 
| 2019-11-05 |  Michael Paquier | Doc: Improve description around ALTER TABLE ATTACH... | commit | commitdiff | tree | snapshot | 
| 2019-11-04 |  Tom Lane | Stabilize pg_dump output order for similarly-named... | commit | commitdiff | tree | snapshot | 
| 2019-11-04 |  Peter Eisentraut | Catch invalid typlens in a couple of places | commit | commitdiff | tree | snapshot | 
| 2019-11-03 |  Tom Lane | Suppress warning from older compilers. | commit | commitdiff | tree | snapshot | 
| 2019-11-02 |  Tom Lane | Validate ispell dictionaries more carefully. | commit | commitdiff | tree | snapshot | 
| 2019-11-02 |  Michael Paquier | Fix failure when creating cloned indexes for a partition | commit | commitdiff | tree | snapshot | 
| 2019-11-01 |  Michael Paquier | Fix race condition at backend exit when deleting elemen... | commit | commitdiff | tree | snapshot | 
| 2019-10-30 |  Bruce Momjian | relnotes: PG 12, mention change in libpq parameter... | commit | commitdiff | tree | snapshot | 
| 2019-10-30 |  Andres Freund | pg_waldump: Fix --bkp-details to not issue spurious... | commit | commitdiff | tree | snapshot | 
| 2019-10-30 |  Andres Freund | pg_waldump: Fix small memory leak when rmgr->rm_identif... | commit | commitdiff | tree | snapshot | 
| 2019-10-29 |  Michael Paquier | Fix handling of pg_class.relispartition at swap phase... | commit | commitdiff | tree | snapshot | 
| 2019-10-28 |  Tom Lane | Handle empty-string edge cases correctly in strpos(). | commit | commitdiff | tree | snapshot | 
| 2019-10-28 |  Michael Paquier | Doc: Add missing step for pg_stat_progress_cluster | commit | commitdiff | tree | snapshot | 
| 2019-10-28 |  Michael Paquier | Fix dependency handling at swap phase of REINDEX CONCUR... | commit | commitdiff | tree | snapshot | 
| 2019-10-27 |  Michael Paquier | Fix initialization of fake LSN for unlogged relations | commit | commitdiff | tree | snapshot | 
| 2019-10-26 |  Tom Lane | Doc: improve documentation of configuration settings... | commit | commitdiff | tree | snapshot | 
| 2019-10-25 |  Tom Lane | Avoid failure when selecting a namespace node in XMLTABLE. | commit | commitdiff | tree | snapshot | 
| 2019-10-25 |  Tom Lane | Get rid of useless/dangerous redefinition of bool in... | commit | commitdiff | tree | snapshot | 
| 2019-10-25 |  Michael Paquier | Handle interrupts within a transaction context in REIND... | commit | commitdiff | tree | snapshot | 
| 2019-10-24 |  Bruce Momjian | docs:  fix wording of REFRESH CONCURRENTLY manual page | commit | commitdiff | tree | snapshot | 
| 2019-10-23 |  Michael Paquier | Acquire properly session-level lock on new index in... | commit | commitdiff | tree | snapshot | 
| 2019-10-23 |  Michael Paquier | Fix thinkos from 4f4061b for libpq integer parsing | commit | commitdiff | tree | snapshot | 
| 2019-10-23 |  Michael Paquier | Clean up properly error_context_stack in autovacuum... | commit | commitdiff | tree | snapshot | 
| 2019-10-21 |  Tom Lane | Deal with yet another issue related to "Norwegian ... | commit | commitdiff | tree | snapshot | 
| 2019-10-21 |  Tom Lane | Use CFLAGS_SL while probing linkability of libperl. | commit | commitdiff | tree | snapshot | 
| 2019-10-21 |  Tom Lane | Select CFLAGS_SL at configure time, not in platform... | commit | commitdiff | tree | snapshot | 
| 2019-10-21 |  Etsuro Fujita | Update obsolete comment. | commit | commitdiff | tree | snapshot | 
| 2019-10-21 |  Amit Kapila | Fix memory leak introduced in commit 7df159a620. | commit | commitdiff | tree | snapshot | 
| 2019-10-21 |  Michael Paquier | Fix error reporting of connect_timeout in libpq for... | commit | commitdiff | tree | snapshot | 
| 2019-10-21 |  Michael Paquier | Fix parsing of integer values for connection parameters... | commit | commitdiff | tree | snapshot | 
| 2019-10-19 |  Noah Misch | For PowerPC instruction "addi", use constraint "b". | commit | commitdiff | tree | snapshot | 
| 2019-10-18 |  Fujii Masao | Fix failure of archive recovery with recovery_min_apply... | commit | commitdiff | tree | snapshot | 
| 2019-10-18 |  Fujii Masao | Make crash recovery ignore recovery_min_apply_delay... | commit | commitdiff | tree | snapshot | 
| 2019-10-18 |  Alvaro Herrera | Fix typo | commit | commitdiff | tree | snapshot | 
| 2019-10-18 |  Alvaro Herrera | Update comments about progress reporting by index_drop | commit | commitdiff | tree | snapshot | 
| 2019-10-18 |  Michael Paquier | Fix timeout handling in logical replication worker | commit | commitdiff | tree | snapshot | 
| 2019-10-17 |  Alvaro Herrera | Fix minor bug in logical-replication walsender shutdown | commit | commitdiff | tree | snapshot | 
| 2019-10-17 |  Alvaro Herrera | Fix parallel restore of FKs to partitioned tables | commit | commitdiff | tree | snapshot | 
| 2019-10-17 |  Thomas Munro | When restoring GUCs in parallel workers, show an error... | commit | commitdiff | tree | snapshot | 
| 2019-10-16 |  Thomas Munro | Fix bug that could try to freeze running multixacts. | commit | commitdiff | tree | snapshot | 
| 2019-10-16 |  Alvaro Herrera | Fix crash when reporting CREATE INDEX progress | commit | commitdiff | tree | snapshot | 
| 2019-10-16 |  Tomas Vondra | Improve the check for pg_catalog.unknown data type... | commit | commitdiff | tree | snapshot | 
| 2019-10-16 |  Tomas Vondra | Improve the check for pg_catalog.line data type in... | commit | commitdiff | tree | snapshot | 
| 2019-10-16 |  Andres Freund | Replace alter_table.sql test usage of event triggers. | commit | commitdiff | tree | snapshot | 
| 2019-10-16 |  Michael Paquier | Doc: Fix incorrect contributor name in release notes | commit | commitdiff | tree | snapshot | 
| 2019-10-16 |  Michael Paquier | Doc: Fix various inconsistencies | commit | commitdiff | tree | snapshot | 
| 2019-10-15 |  Andres Freund | Fix CLUSTER on expression indexes. | commit | commitdiff | tree | snapshot | 
| 2019-10-14 |  Tomas Vondra | Correct reference to pg_catalog.regtype in pg_upgrade... | commit | commitdiff | tree | snapshot | 
| 2019-10-14 |  Tomas Vondra | Check for tables with sql_identifier during pg_upgrade | commit | commitdiff | tree | snapshot | 
| 2019-10-13 |  Michael Paquier | Update test output of sepgsql for ALTER TABLE COLUMN... | commit | commitdiff | tree | snapshot | 
| 2019-10-13 |  Michael Paquier | Fix dependency handling of column drop with partitioned... | commit | commitdiff | tree | snapshot | 
| 2019-10-12 |  Noah Misch | AIX: Stop adding option -qsrcmsg. | commit | commitdiff | tree | snapshot | 
| 2019-10-11 |  Fujii Masao | Make crash recovery ignore restore_command and recovery... | commit | commitdiff | tree | snapshot | 
| 2019-10-10 |  Tom Lane | Put back pqsignal() as an exported libpq symbol. | commit | commitdiff | tree | snapshot | 
| 2019-10-10 |  Andres Freund | Fix table rewrites that include a column without a... | commit | commitdiff | tree | snapshot | 
| 2019-10-09 |  Michael Paquier | Flush logical mapping files with fd opened for read... | commit | commitdiff | tree | snapshot | 
| next |