index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
...
*
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-05
*
Fix some compiler warnings in aset.c and generation.c
David Rowley
2023-01-05
*
Check that xmax didn't commit in freeze check.
Peter Geoghegan
2023-01-03
*
Update obsolete multixact.c comments.
Peter Geoghegan
2023-01-03
*
vacuumlazy.c: Save get_database_name() in vacrel.
Peter Geoghegan
2023-01-03
*
Delay commit status checks until freezing executes.
Peter Geoghegan
2023-01-03
*
Refine the definition of page-level freezing.
Peter Geoghegan
2023-01-03
*
Windows support in pg_import_system_collations
Peter Eisentraut
2023-01-03
*
Fix typos in comments, code and documentation
Michael Paquier
2023-01-03
*
Avoid reference to nonexistent array element in ExecInitAgg().
Tom Lane
2023-01-02
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Adjust VACUUM hastup LP_REDIRECT comments.
Peter Geoghegan
2023-01-02
*
Avoid special XID snapshotConflictHorizon values.
Peter Geoghegan
2023-01-02
*
Push lpp variable closer to usage in heapgetpage()
Peter Eisentraut
2023-01-02
*
Accept "+infinity" in date and timestamp[tz] input.
Tom Lane
2023-01-01
*
Fix assert in BRIN build_distances
Tomas Vondra
2022-12-30
*
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
*
Add page-level freezing to VACUUM.
Peter Geoghegan
2022-12-28
*
Suppress uninitialized-variable warning from a61b1f748.
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 'logical_decoding_mode' GUC.
Amit Kapila
2022-12-26
*
Convert enum_in() to report errors softly.
Tom Lane
2022-12-25
*
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 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
*
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
*
Fix operator typo in tablecmds.c
Michael Paquier
2022-12-22
*
Add palloc_aligned() to allow aligned memory allocations
David Rowley
2022-12-22
*
Introduce float4in_internal
Andrew Dunstan
2022-12-21
*
Fix newly introduced bug in slab.c
David Rowley
2022-12-22
[prev]
[next]