aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Update minimum recovery point on truncation during WAL replay of abort record.Fujii Masao2021-07-29
* Disallow negative strides in date_bin()John Naylor2021-07-28
* Clarify some comments making use of leetspeak term "up2date"Michael Paquier2021-07-28
* Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier2021-07-28
* Set pg_setting.pending_restart when pertinent config lines are removedAlvaro Herrera2021-07-27
* Fix bugs in polymorphic-argument resolution for multiranges.Tom Lane2021-07-27
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-28
* In event triggers, use "pg_temp" only for our own temp schema.Tom Lane2021-07-27
* Use the "pg_temp" schema alias in EXPLAIN and related output.Tom Lane2021-07-27
* Remove newly added useless assertion checkAlvaro Herrera2021-07-26
* Allow numeric scale to be negative or greater than precision.Dean Rasheed2021-07-26
* Fix incorrect comment for get_agg_clause_costsDavid Rowley2021-07-26
* Get rid of artificial restriction on hash table sizes on Windows.Tom Lane2021-07-25
* Deduplicate choice of horizon for a relation procarray.c.Andres Freund2021-07-24
* Fix check for conflicting session- vs transaction-level locks.Tom Lane2021-07-24
* Make ALTER TRIGGER RENAME consistent for partitioned tablesAlvaro Herrera2021-07-22
* Fix division by zero error in date_binJohn Naylor2021-07-22
* Fix typo in commentPeter Eisentraut2021-07-22
* jit: Don't inline functions that access thread-locals.Thomas Munro2021-07-22
* Make nodeSort.c use Datum sorts for single column sortsDavid Rowley2021-07-22
* Document "B" and "us" as accepted units in postgres.conf.sampleJohn Naylor2021-07-21
* Add missing check of noError parameter in euc_tw_and_big5.cJohn Naylor2021-07-21
* Rename some node support functions for consistencyPeter Eisentraut2021-07-21
* Rename argument of _outValue()Peter Eisentraut2021-07-21
* Rename NodeTag of ExprStatePeter Eisentraut2021-07-21
* More improvements of error messages about mismatching relkindPeter Eisentraut2021-07-21
* Make XLOG_FPI_FOR_HINT records honor full_page_writes setting.Fujii Masao2021-07-21
* Fix potential buffer overruns in proto.c.Amit Kapila2021-07-20
* Don't use #if inside function-like macro arguments.Thomas Munro2021-07-20
* Remove some whitespace in generated C outputPeter Eisentraut2021-07-19
* Make UCS_to_most.pl process encodings in sorted orderPeter Eisentraut2021-07-19
* Use l*_node() family of functions where appropriatePeter Eisentraut2021-07-19
* Don't allow to set replication slot_name as ''.Amit Kapila2021-07-19
* Adjust commit 2dbe8905 for ancient macOS.Thomas Munro2021-07-19
* Update comments for AlterSubscription.Amit Kapila2021-07-19
* Support direct I/O on macOS.Thomas Munro2021-07-19
* Support for unnest(multirange)Alexander Korotkov2021-07-18
* Improve error checking of CREATE COLLATION options.Dean Rasheed2021-07-18
* Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera2021-07-16
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-16
* Replace explicit PIN entries in pg_depend with an OID range test.Tom Lane2021-07-15
* Improve reporting of "conflicting or redundant options" errors.Dean Rasheed2021-07-15
* Remove unnecessary assertion in postmaster.cMichael Paquier2021-07-15
* Fix some nonstandard C code indentation in grammar filePeter Eisentraut2021-07-15
* Copy a Param's location field when replacing it with a Const.Tom Lane2021-07-14
* Remove unused function parameter in get_qual_from_partboundJohn Naylor2021-07-14
* Fix lack of message pluralizationPeter Eisentraut2021-07-14
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane2021-07-13