aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Assert that we don't insert nulls into attnotnull catalog columns.Tom Lane2020-07-21
* Correctly mark pg_subscription_rel.srsublsn as nullable.Tom Lane2020-07-20
* Fix construction of updated-columns bitmap in logical replication.Tom Lane2020-07-20
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-20
* Fix minor typo in nodeIncrementalSort.c.Amit Kapila2020-07-20
* Avoid CREATE INDEX unique index deduplication.Peter Geoghegan2020-07-17
* Fix whitespacePeter Eisentraut2020-07-17
* Resolve gratuitous tabs in SQL filePeter Eisentraut2020-07-17
* Fix signal handler setup for SIGHUP in the apply launcher process.Amit Kapila2020-07-17
* Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.Tom Lane2020-07-14
* Fix timing issue with ALTER TABLE's validate constraintDavid Rowley2020-07-14
* Fix comments related to table AMsMichael Paquier2020-07-14
* Cope with lateral references in the quals of a subquery RTE.Tom Lane2020-07-13
* Fix uninitialized value in segno calculationAlvaro Herrera2020-07-13
* HashAgg: before spilling tuples, set unneeded columns to NULL.Jeff Davis2020-07-12
* Revert "Use CP_SMALL_TLIST for hash aggregate"Jeff Davis2020-07-12
* Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila2020-07-13
* Forbid numeric NaN in jsonpathAlexander Korotkov2020-07-11
* Improve error reporting for jsonpath .double() methodAlexander Korotkov2020-07-11
* Log the location field before any backtracePeter Eisentraut2020-07-10
* Remove WARNING message from brin_desummarize_rangeAlvaro Herrera2020-07-09
* Fix pg_current_logfile() to not emit a carriage return on Windows.Tom Lane2020-07-09
* Fix whitespace in HashAgg EXPLAIN ANALYZEDavid Rowley2020-07-09
* Fix incorrect variable datatype.Fujii Masao2020-07-08
* Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera2020-07-07
* Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit.Amit Kapila2020-07-06
* Remove unused function parameter in end_parallel_vacuum.Amit Kapila2020-07-06
* Rename enable_incrementalsort for clarityPeter Eisentraut2020-07-05
* Fix "ignoring return value" complaints from commit 96d1f423f9Joe Conway2020-07-04
* Read until EOF vice stat-reported size in read_binary_fileJoe Conway2020-07-04
* Clamp total-tuples estimates for foreign tables to ensure planner sanity.Tom Lane2020-07-03
* Fix temporary tablespaces for shared filesets some more.Tom Lane2020-07-03
* Fix temporary tablespaces for shared filesetsMagnus Hagander2020-07-03
* Improve vacuum error context handling.Amit Kapila2020-07-01
* Further adjustments to Hashagg EXPLAIN ANALYZE outputDavid Rowley2020-07-01
* Fix list of SSL error codes for older OpenSSL versions.Tom Lane2020-06-27
* Add hints about protocol-version-related SSL connection failures.Tom Lane2020-06-27
* Persist slot invalidation correctlyAlvaro Herrera2020-06-26
* Fix misuse of table_index_fetch_tuple_check().Peter Geoghegan2020-06-25
* Remove erroneous assertion from pg_copy_logical_replication_slot().Fujii Masao2020-06-25
* Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera2020-06-24
* Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera2020-06-24
* Add parens to ConvertToXSegs macroAlvaro Herrera2020-06-24
* Undo double-quoting of index names in non-text EXPLAIN output formats.Tom Lane2020-06-22
* Translation updatesPeter Eisentraut2020-06-22
* Fix masking of SP-GiST pages during xlog consistency checkAlexander Korotkov2020-06-20
* Fix deduplication "single value" strategy bug.Peter Geoghegan2020-06-19
* Fix issues in invalidation of obsolete replication slots.Fujii Masao2020-06-19
* Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley2020-06-19
* Fix deadlock danger when atomic ops are done under spinlock.Andres Freund2020-06-18