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
*
Translation updates
Álvaro Herrera
2025-02-17
*
In fmtIdEnc(), handle failure of enlargePQExpBuffer().
Tom Lane
2025-02-16
*
Make escaping functions retain trailing bytes of an invalid character.
Tom Lane
2025-02-15
*
Fix PQescapeLiteral()/PQescapeIdentifier() length handling
Andres Freund
2025-02-14
*
Fix assertion on dereferenced object
Daniel Gustafsson
2025-02-14
*
Fix MakeTransitionCaptureState() to return a consistent result
Michael Paquier
2025-02-13
*
Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations.
Tom Lane
2025-02-10
*
Fix type in test_escape test
Andres Freund
2025-02-10
*
Add test of various escape functions
Andres Freund
2025-02-10
*
Fix handling of invalidly encoded data in escaping functions
Andres Freund
2025-02-10
*
Specify the encoding of input to fmtId()
Andres Freund
2025-02-10
*
Add pg_encoding_set_invalid()
Andres Freund
2025-02-10
*
Translation updates
Peter Eisentraut
2025-02-10
*
Fix pgbench performance issue induced by commit af35fe501.
Tom Lane
2025-02-07
*
meson: Add missing dependencies for libpq tests
Andres Freund
2025-02-04
*
meson: Add missing dependencies to libpq_pipeline test
Andres Freund
2025-02-04
*
meson: Add pg_regress_ecpg to ecpg test dependencies
Andres Freund
2025-02-04
*
pg_controldata: Fix possible errors on corrupted pg_control
Alexander Korotkov
2025-02-05
*
vacuumdb: Add missing PQfinish() calls to vacuum_one_database().
Nathan Bossart
2025-02-04
*
Mention jsonlog in description of logging_collector in GUC table
Michael Paquier
2025-02-02
*
Fix comment of StrategySyncStart()
Michael Paquier
2025-01-31
*
Avoid integer overflow while testing wal_skip_threshold condition.
Tom Lane
2025-01-30
*
Handle default NULL insertion a little better.
Tom Lane
2025-01-29
*
Avoid breaking SJIS encoding while de-backslashing Windows paths.
Tom Lane
2025-01-29
*
At update of non-LP_NORMAL TID, fail instead of corrupting page header.
Noah Misch
2025-01-25
*
Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.
Noah Misch
2025-01-25
*
Use the correct sizeof() in BufFileLoadBuffer
Tomas Vondra
2025-01-25
*
Don't ask for bug reports about pthread_is_threaded_np() != 0.
Tom Lane
2025-01-23
*
Repair incorrect handling of AfterTriggerSharedData.ats_modifiedcols.
Tom Lane
2025-01-22
*
Fix detach of a partition that has a toplevel FK to a partitioned table
Álvaro Herrera
2025-01-21
*
Update time zone data files to tzdata release 2025a.
Tom Lane
2025-01-20
*
Avoid using timezone Asia/Manila in regression tests.
Tom Lane
2025-01-20
*
Fix latch event policy that hid socket events.
Thomas Munro
2025-01-20
*
Fix header check for continuation records where standbys could be stuck
Michael Paquier
2025-01-20
*
Revert recent changes related to handling of 2PC files at recovery
Michael Paquier
2025-01-17
*
Fix setrefs.c's failure to do expression processing on prune steps.
Tom Lane
2025-01-16
*
Move routines to manipulate WAL into PostgreSQL::Test::Cluster
Michael Paquier
2025-01-16
*
Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.
Tom Lane
2025-01-14
*
ecpg: Restore detection of unsupported COPY FROM STDIN.
Fujii Masao
2025-01-15
*
Fix catcache invalidation of a list entry that's being built
Heikki Linnakangas
2025-01-14
*
Fix potential integer overflow in bringetbitmap()
Michael Paquier
2025-01-14
*
Fix HBA option count
Daniel Gustafsson
2025-01-12
*
Fix XMLTABLE() deparsing to quote namespace names if necessary.
Dean Rasheed
2025-01-12
*
Repair memory leaks in plpython.
Tom Lane
2025-01-11
*
Fix missing ldapscheme option in pg_hba_file_rules()
Daniel Gustafsson
2025-01-10
*
Fix an ALTER GROUP ... DROP USER error message.
Nathan Bossart
2025-01-09
*
Fix off_t overflow in pg_basebackup on Windows.
Thomas Munro
2025-01-09
*
Provide 64-bit ftruncate() and lseek() on Windows.
Thomas Munro
2025-01-09
*
Fix C error reported by Oracle compiler.
Thomas Munro
2025-01-08
*
Restore smgrtruncate() prototype in back-branches.
Thomas Munro
2025-01-08
[next]