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