aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix regexp misbehavior with capturing parens inside "{0}".Tom Lane2021-08-24
* Prevent regexp back-refs from sometimes matching when they shouldn't.Tom Lane2021-08-23
* Avoid creating archive status ".ready" files too earlyAlvaro Herrera2021-08-23
* Fix performance bug in regexp's citerdissect/creviterdissect.Tom Lane2021-08-20
* Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.Tom Lane2021-08-19
* Fix check_agg_arguments' examination of aggregate FILTER clauses.Tom Lane2021-08-18
* Set type identifier on BIODaniel Gustafsson2021-08-17
* Refresh apply delay on reload of recovery_min_apply_delay at recoveryMichael Paquier2021-08-16
* Add RISC-V spinlock support in s_lock.h.Tom Lane2021-08-13
* Fix incorrect hash table resizing code in simplehash.hDavid Rowley2021-08-13
* Make EXEC_BACKEND more convenient on macOS.Thomas Munro2021-08-13
* Stamp 11.13.REL_11_13Tom Lane2021-08-09
* Translation updatesPeter Eisentraut2021-08-09
* Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2021-08-07
* Adjust the integer overflow tests in the numeric code.Dean Rasheed2021-08-06
* Fix wordingPeter Eisentraut2021-08-06
* Improve numeric_power() tests for large integer powers.Dean Rasheed2021-08-05
* Fix division-by-zero error in to_char() with 'EEEE' format.Dean Rasheed2021-08-05
* C comment: correct heading of extension queryBruce Momjian2021-08-03
* pg_upgrade: warn about extensions that need updatingBruce Momjian2021-08-03
* Use elog, not Assert, to report failure to provide an outer snapshot.Tom Lane2021-07-31
* Fix corner-case errors and loss of precision in numeric_power().Dean Rasheed2021-07-31
* Fix expect file for MinGW32 ECPG regression testsJohn Naylor2021-07-30
* Fix range check in ECPG numeric to int conversionJohn Naylor2021-07-30
* Update minimum recovery point on truncation during WAL replay of abort record.Fujii Masao2021-07-29
* Set pg_setting.pending_restart when pertinent config lines are removedAlvaro Herrera2021-07-27
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-28
* pg_resetxlog: add option to set oldest xid & use by pg_upgradeBruce Momjian2021-07-26
* Fix a couple of memory leaks in src/bin/pg_basebackup/Michael Paquier2021-07-26
* Make the standby server promptly handle interrupt signals.Fujii Masao2021-07-25
* Fix check for conflicting session- vs transaction-level locks.Tom Lane2021-07-24
* Make printf("%s", NULL) print "(null)" instead of crashing.Tom Lane2021-07-24
* jit: Don't inline functions that access thread-locals.Thomas Munro2021-07-22
* Document "B" as an accepted unit in postgres.conf.sampleJohn Naylor2021-07-21
* Fix corner-case uninitialized-variable issues in plpgsql.Tom Lane2021-07-20
* Fix some issues with WAL segment opening for pg_receivewal --compressMichael Paquier2021-07-20
* Don't allow to set replication slot_name as ''.Amit Kapila2021-07-19
* Fix pg_dump for disabled triggers on partitioned tablesAlvaro Herrera2021-07-16
* Preserve firing-on state when cloning row triggers to partitionsAlvaro Herrera2021-07-16
* Fix unexpected error messages for various flavors of ALTER TABLEMichael Paquier2021-07-14
* Robustify tuplesort's free_sort_tuple functionDavid Rowley2021-07-13
* Fix theoretical bug in tuplesortDavid Rowley2021-07-13
* Remove dead assignment to local variable.Heikki Linnakangas2021-07-12
* Lock the extension during ALTER EXTENSION ADD/DROP.Tom Lane2021-07-11
* Fix assign_record_type_typmod().Jeff Davis2021-07-10
* Fix numeric_mul() overflow due to too many digits after decimal point.Dean Rasheed2021-07-10
* Update configure's probe for libldap to work with OpenLDAP 2.5.Tom Lane2021-07-09
* Reject cases where a query in WITH rewrites to just NOTIFY.Tom Lane2021-07-09
* Remove more obsolete comments about semaphores.Thomas Munro2021-07-09
* Add missing Int64GetDatum macro in dbsize.cDavid Rowley2021-07-09