summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-10Stamp 16.7.REL_16_7Tom Lane
2025-02-10Last-minute updates for release notes.Tom Lane
2025-02-10Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations.Tom Lane
2025-02-10Fix type in test_escape testAndres Freund
2025-02-10docs: EUC_TW can be up to four bytes wide, not threeAndres Freund
2025-02-10Add test of various escape functionsAndres Freund
2025-02-10Fix handling of invalidly encoded data in escaping functionsAndres Freund
2025-02-10Specify the encoding of input to fmtId()Andres Freund
2025-02-10Add pg_encoding_set_invalid()Andres Freund
2025-02-10Translation updatesPeter Eisentraut
2025-02-09Release notes for 17.3, 16.7, 15.11, 14.16, 13.19.Tom Lane
2025-02-07Fix pgbench performance issue induced by commit af35fe501.Tom Lane
2025-02-07Doc: clarify behavior of timestamptz input some more.Tom Lane
2025-02-07meson: Fix linking using old OpenSSL lib namesDaniel Gustafsson
2025-02-05doc: Update links which returned 404Daniel Gustafsson
2025-02-04meson: ci: ensure tests are built before running themAndres Freund
2025-02-04meson: Add missing dependencies for libpq testsAndres Freund
2025-02-04meson: Add missing dependencies to libpq_pipeline testAndres Freund
2025-02-04meson: Add pg_regress_ecpg to ecpg test dependenciesAndres Freund
2025-02-04meson: Improve dependencies for tmp_install test targetAndres Freund
2025-02-04meson: Narrow dependencies for 'install-quiet' targetAndres Freund
2025-02-04pg_controldata: Fix possible errors on corrupted pg_controlAlexander Korotkov
2025-02-04vacuumdb: Add missing PQfinish() calls to vacuum_one_database().Nathan Bossart
2025-02-02Mention jsonlog in description of logging_collector in GUC tableMichael Paquier
2025-01-31Fix comment of StrategySyncStart()Michael Paquier
2025-01-30Avoid integer overflow while testing wal_skip_threshold condition.Tom Lane
2025-01-29Handle default NULL insertion a little better.Tom Lane
2025-01-29Avoid breaking SJIS encoding while de-backslashing Windows paths.Tom Lane
2025-01-25At update of non-LP_NORMAL TID, fail instead of corrupting page header.Noah Misch
2025-01-25Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.Noah Misch
2025-01-25Doc: recommend "psql -X" for restoring pg_dump scripts.Tom Lane
2025-01-25Use the correct sizeof() in BufFileLoadBufferTomas Vondra
2025-01-24meson: Fix sepgsql installationPeter Eisentraut
2025-01-23Don't ask for bug reports about pthread_is_threaded_np() != 0.Tom Lane
2025-01-22Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.Tom Lane
2025-01-21Fix detach of a partition that has a toplevel FK to a partitioned tableÁlvaro Herrera
2025-01-20Update time zone data files to tzdata release 2025a.Tom Lane
2025-01-20Avoid using timezone Asia/Manila in regression tests.Tom Lane
2025-01-20Fix latch event policy that hid socket events.Thomas Munro
2025-01-20Fix header check for continuation records where standbys could be stuckMichael Paquier
2025-01-17Revert recent changes related to handling of 2PC files at recoveryMichael Paquier
2025-01-17Fix setrefs.c's failure to do expression processing on prune steps.Tom Lane
2025-01-16Move routines to manipulate WAL into PostgreSQL::Test::ClusterMichael Paquier
2025-01-14Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.Tom Lane
2025-01-14ecpg: Restore detection of unsupported COPY FROM STDIN.Fujii Masao
2025-01-14Fix catcache invalidation of a list entry that's being builtHeikki Linnakangas
2025-01-14Fix potential integer overflow in bringetbitmap()Michael Paquier
2025-01-12Fix HBA option countDaniel Gustafsson
2025-01-12Fix XMLTABLE() deparsing to quote namespace names if necessary.Dean Rasheed
2025-01-11Repair memory leaks in plpython.Tom Lane