index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix regexp misbehavior with capturing parens inside "{0}".
Tom Lane
2021-08-24
*
Prevent regexp back-refs from sometimes matching when they shouldn't.
Tom Lane
2021-08-23
*
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-08-23
*
Fix performance bug in regexp's citerdissect/creviterdissect.
Tom Lane
2021-08-20
*
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-08-19
*
Fix check_agg_arguments' examination of aggregate FILTER clauses.
Tom Lane
2021-08-18
*
Set type identifier on BIO
Daniel Gustafsson
2021-08-17
*
Refresh apply delay on reload of recovery_min_apply_delay at recovery
Michael Paquier
2021-08-16
*
Add RISC-V spinlock support in s_lock.h.
Tom Lane
2021-08-13
*
Fix incorrect hash table resizing code in simplehash.h
David Rowley
2021-08-13
*
Make EXEC_BACKEND more convenient on macOS.
Thomas Munro
2021-08-13
*
Stamp 11.13.
REL_11_13
Tom Lane
2021-08-09
*
Translation updates
Peter Eisentraut
2021-08-09
*
Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2021-08-07
*
Adjust the integer overflow tests in the numeric code.
Dean Rasheed
2021-08-06
*
Fix wording
Peter Eisentraut
2021-08-06
*
Improve numeric_power() tests for large integer powers.
Dean Rasheed
2021-08-05
*
Fix division-by-zero error in to_char() with 'EEEE' format.
Dean Rasheed
2021-08-05
*
C comment: correct heading of extension query
Bruce Momjian
2021-08-03
*
pg_upgrade: warn about extensions that need updating
Bruce Momjian
2021-08-03
*
Use elog, not Assert, to report failure to provide an outer snapshot.
Tom Lane
2021-07-31
*
Fix corner-case errors and loss of precision in numeric_power().
Dean Rasheed
2021-07-31
*
Fix expect file for MinGW32 ECPG regression tests
John Naylor
2021-07-30
*
Fix range check in ECPG numeric to int conversion
John Naylor
2021-07-30
*
Update minimum recovery point on truncation during WAL replay of abort record.
Fujii Masao
2021-07-29
*
Set pg_setting.pending_restart when pertinent config lines are removed
Alvaro Herrera
2021-07-27
*
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-28
*
pg_resetxlog: add option to set oldest xid & use by pg_upgrade
Bruce Momjian
2021-07-26
*
Fix a couple of memory leaks in src/bin/pg_basebackup/
Michael Paquier
2021-07-26
*
Make the standby server promptly handle interrupt signals.
Fujii Masao
2021-07-25
*
Fix check for conflicting session- vs transaction-level locks.
Tom Lane
2021-07-24
*
Make printf("%s", NULL) print "(null)" instead of crashing.
Tom Lane
2021-07-24
*
jit: Don't inline functions that access thread-locals.
Thomas Munro
2021-07-22
*
Document "B" as an accepted unit in postgres.conf.sample
John Naylor
2021-07-21
*
Fix corner-case uninitialized-variable issues in plpgsql.
Tom Lane
2021-07-20
*
Fix some issues with WAL segment opening for pg_receivewal --compress
Michael Paquier
2021-07-20
*
Don't allow to set replication slot_name as ''.
Amit Kapila
2021-07-19
*
Fix pg_dump for disabled triggers on partitioned tables
Alvaro Herrera
2021-07-16
*
Preserve firing-on state when cloning row triggers to partitions
Alvaro Herrera
2021-07-16
*
Fix unexpected error messages for various flavors of ALTER TABLE
Michael Paquier
2021-07-14
*
Robustify tuplesort's free_sort_tuple function
David Rowley
2021-07-13
*
Fix theoretical bug in tuplesort
David Rowley
2021-07-13
*
Remove dead assignment to local variable.
Heikki Linnakangas
2021-07-12
*
Lock the extension during ALTER EXTENSION ADD/DROP.
Tom Lane
2021-07-11
*
Fix assign_record_type_typmod().
Jeff Davis
2021-07-10
*
Fix numeric_mul() overflow due to too many digits after decimal point.
Dean Rasheed
2021-07-10
*
Update configure's probe for libldap to work with OpenLDAP 2.5.
Tom Lane
2021-07-09
*
Reject cases where a query in WITH rewrites to just NOTIFY.
Tom Lane
2021-07-09
*
Remove more obsolete comments about semaphores.
Thomas Munro
2021-07-09
*
Add missing Int64GetDatum macro in dbsize.c
David Rowley
2021-07-09
[next]