index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix precision handling for some COERCE_SQL_SYNTAX functions
Michael Paquier
2022-12-30
*
Change argument of appendBinaryStringInfo from char * to void *
Peter Eisentraut
2022-12-30
*
Use appendStringInfoString instead of appendBinaryStringInfo where possible
Peter Eisentraut
2022-12-30
*
Add const to BufFileWrite
Peter Eisentraut
2022-12-30
*
Remove unnecessary casts
Peter Eisentraut
2022-12-30
*
perl: Hide warnings inside perl.h when using gcc compatible compiler
Andres Freund
2022-12-29
*
Fix oversight in 7a05425d96
Andrew Dunstan
2022-12-29
*
Add page-level freezing to VACUUM.
Peter Geoghegan
2022-12-28
*
Convert contrib/ltree's input functions to report errors softly
Andrew Dunstan
2022-12-28
*
Convert contrib/intarray's bqarr_in() to report errors softly
Andrew Dunstan
2022-12-28
*
Reorder some object files in makefiles
Peter Eisentraut
2022-12-28
*
Suppress uninitialized-variable warning from a61b1f748.
Tom Lane
2022-12-27
*
Convert hstore_in to report errors softly.
Tom Lane
2022-12-27
*
Remove new locale dependency in regproc regression test.
Tom Lane
2022-12-27
*
Simplify the implementations of the to_reg* functions.
Tom Lane
2022-12-27
*
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-27
*
Convert tsqueryin and tsvectorin to report errors softly.
Tom Lane
2022-12-27
*
Detect bad input for types xid, xid8, and cid.
Tom Lane
2022-12-27
*
Remove overzealous MultiXact freeze assertion.
Peter Geoghegan
2022-12-26
*
Add custom filtering rules to the TAP tests of pg_upgrade
Michael Paquier
2022-12-27
*
Fix incorrect copy-pasto in error message of pg_waldump.c
Michael Paquier
2022-12-27
*
pg_waldump: Add --save-fullpage=PATH to save full page images from WAL records
Michael Paquier
2022-12-27
*
Add 'logical_decoding_mode' GUC.
Amit Kapila
2022-12-26
*
Switch query fixing aclitems in ~15 from O(N^2) to O(N) in upgrade_adapt.sql
Michael Paquier
2022-12-26
*
Convert enum_in() to report errors softly.
Tom Lane
2022-12-25
*
Fix thinko in 720e0327bc
Andrew Dunstan
2022-12-25
*
Convert contrib/isn's input functions to report errors softly
Andrew Dunstan
2022-12-24
*
Convert jsonpath's input function to report errors softly
Andrew Dunstan
2022-12-24
*
Make the numeric-OID cases of regprocin and friends be non-throwing.
Tom Lane
2022-12-24
*
Fix recent accidental omission in pg_proc.dat
David Rowley
2022-12-24
*
Rework <warning> box about column list combining in logical replication
Alvaro Herrera
2022-12-23
*
Fix end LSN determination in recently added test
Alvaro Herrera
2022-12-23
*
Convert contrib/seg's input function to report errors softly
Andrew Dunstan
2022-12-23
*
Fix event trigger example
Alvaro Herrera
2022-12-23
*
Fix bug in translate_col_privs_multilevel
David Rowley
2022-12-24
*
Allow parent's WaitEventSets to be freed after fork().
Thomas Munro
2022-12-23
*
Don't leak a signalfd when using latches in the postmaster.
Thomas Munro
2022-12-23
*
Add WL_SOCKET_ACCEPT event to WaitEventSet API.
Thomas Munro
2022-12-23
*
Update upgrade_adapt.sql to handle tables using aclitem as data type
Michael Paquier
2022-12-23
*
Fix some incorrectness in upgrade_adapt.sql on query for WITH OIDS
Michael Paquier
2022-12-23
*
Fix come incorrect elog() messages in aclchk.c
Michael Paquier
2022-12-23
*
Rename pg_dissect_walfile_name() to pg_split_walfile_name()
Michael Paquier
2022-12-23
*
Allow window functions to adjust their frameOptions
David Rowley
2022-12-23
*
Improve notation of cacheinfo table in syscache.c.
Thomas Munro
2022-12-23
*
Use scanned_pages to decide when to failsafe check.
Peter Geoghegan
2022-12-22
*
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-22
*
Avoid O(N^2) cost when pulling up lots of UNION ALL subqueries.
Tom Lane
2022-12-22
*
Add some recursion and looping defenses in prepjointree.c.
Tom Lane
2022-12-22
*
Remove dead code
Peter Eisentraut
2022-12-22
*
Add work-around for VA_ARGS_NARGS() on MSVC.
Thomas Munro
2022-12-22
[next]