aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Include replication origins in SQL functions for commit timestampMichael Paquier2020-07-12
* Avoid useless buffer allocations during binary COPY FROM.Tom Lane2020-07-11
* Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodesMichael Paquier2020-07-11
* 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
* code: replace most remaining uses of 'master'.Andres Freund2020-07-08
* code: replace 'master' with 'leader' where appropriate.Andres Freund2020-07-08
* code: replace 'master' with 'primary' where appropriate.Andres Freund2020-07-08
* Fix incorrect variable datatype.Fujii Masao2020-07-08
* Fix typoMagnus Hagander2020-07-08
* Fix function name in comment.Fujii Masao2020-07-08
* Don't create pg_type entries for sequences or toast tables.Tom Lane2020-07-07
* Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera2020-07-07
* Check ssl_in_use flag when reporting statisticsMagnus Hagander2020-07-07
* Remove unnecessary PageIsEmpty() nbtree build check.Peter Geoghegan2020-07-06
* Create composite array types for initdb-created relations.Tom Lane2020-07-06
* Refactor routines for name lookups of procedures and operatorsMichael Paquier2020-07-06
* Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit.Amit Kapila2020-07-06
* Add new flag to format_type_extended() to get NULL for undefined typeMichael Paquier2020-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
* Initialize work_mem using current guc.c default.Peter Geoghegan2020-07-02
* nbtree: Rename _bt_search() variables.Peter Geoghegan2020-07-02
* Move description of libpqwalreceiver hooks out of the replication's READMEMichael Paquier2020-07-02
* Refactor ObjectAddress field assignments in more placesMichael Paquier2020-07-01
* Improve vacuum error context handling.Amit Kapila2020-07-01
* Refactor creation of normal dependency records when creating extensionMichael Paquier2020-07-01
* Further adjustments to Hashagg EXPLAIN ANALYZE outputDavid Rowley2020-07-01
* Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.Fujii Masao2020-06-30
* Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane2020-06-29
* nbtree: Correct inaccurate split location comment.Peter Geoghegan2020-06-29
* Avoid using %c printf format for potentially non-ASCII characters.Tom Lane2020-06-29
* Add current substring regular expression syntaxPeter Eisentraut2020-06-29
* Clean up grammar a bitPeter Eisentraut2020-06-29
* Refactor ObjectAddress field assignments for type dependenciesMichael Paquier2020-06-29
* 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