summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2021-08-02Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.Etsuro Fujita
2021-07-31Use elog, not Assert, to report failure to provide an outer snapshot.Tom Lane
2021-07-31Remove redundant setting of pg_attribute.attcompressionJohn Naylor
2021-07-31Fix corner-case errors and loss of precision in numeric_power().Dean Rasheed
2021-07-31Move InRecovery and standbyState global vars to xlogutils.c.Heikki Linnakangas
2021-07-31Extract code to describe recovery stop reason to a function.Heikki Linnakangas
2021-07-31Remove unnecessary 'restoredFromArchive' global variable.Heikki Linnakangas
2021-07-31Don't use O_SYNC or similar when opening signal file to fsync it.Heikki Linnakangas
2021-07-30Improve documentation for START_REPLICATION ... LOGICAL.Jeff Davis
2021-07-30Remove unnecessary call to ReadCheckpointRecord().Robert Haas
2021-07-30Update obsolete comment that still referred to CheckpointLockHeikki Linnakangas
2021-07-30postgres_fdw: Fix handling of pending asynchronous requests.Etsuro Fujita
2021-07-30Remove unused argument in apply_handle_commit_internal().Amit Kapila
2021-07-29Close yet another race condition in replication slot test codeAlvaro Herrera
2021-07-29Refactor to make common functions in proto.c and worker.c.Amit Kapila
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