Commits

Showing commits that first shipped in 15 (backpatches included). Clear

DateSubjectAuthorReleases
2025-01-29 Handle default NULL insertion a little better. Tom Lane 15.11
2025-01-29 Avoid breaking SJIS encoding while de-backslashing Windows paths. Tom Lane 15.11
2025-01-25 Doc: recommend "psql -X" for restoring pg_dump scripts. Tom Lane 15.11
2025-01-23 Don't ask for bug reports about pthread_is_threaded_np() != 0. Tom Lane 15.11
2025-01-22 Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols. Tom Lane 15.11
2025-01-20 Update time zone data files to tzdata release 2025a. Tom Lane 15.11
2025-01-20 Avoid using timezone Asia/Manila in regression tests. Tom Lane 15.11
2025-01-17 Fix setrefs.c's failure to do expression processing on prune steps. Tom Lane 15.11
2025-01-14 Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. Tom Lane 15.11
2025-01-11 Repair memory leaks in plpython. Tom Lane 15.11
2024-12-28 Exclude parallel workers from connection privilege/limit checks. Tom Lane 15.11
2024-12-15 pgbench: fix misprocessing of some nested \if constructs. Tom Lane 15.11
2024-12-13 Fix possible crash in pg_dump with identity sequences. Tom Lane 15.11
2024-12-09 Simplify executor's determination of whether to use parallelism. Tom Lane 15.11
2024-12-07 Ensure that pg_amop/amproc entries depend on their lefttype/righttype. Tom Lane 15.11
2024-12-07 Make getObjectDescription robust against dangling amproc type links. Tom Lane 15.11
2024-12-07 Fix is_digit labeling of to_timestamp's FFn format codes. Tom Lane 15.11
2024-12-05 Avoid low-probability crash on out-of-memory. Tom Lane 15.11
2024-12-01 Fix broken list-munging in ecpg's remove_variables(). Tom Lane 15.11
2024-11-25 Fix NULLIF()'s handling of read-write expanded objects. Tom Lane 15.11
2024-11-25 Update configure probes for CFLAGS needed for ARM CRC instructions. Tom Lane 15.11
2024-11-20 Avoid assertion failure if a setop leaf query contains setops. Tom Lane 15.11
2024-11-19 Compare collations before merging UNION operations. Tom Lane 15.11
2024-11-18 Stamp 15.10. Tom Lane 15.10
2024-11-17 Fix recently-exposed portability issue in regex optimization. Tom Lane 15.10