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