index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Commit message (
Expand
)
Author
Age
*
Fix issues in binary_upgrade_logical_slot_has_caught_up().
Amit Kapila
2023-12-07
*
Teach convert() and friends to avoid copying when possible.
Nathan Bossart
2023-12-04
*
Adjust obsolete comment explaining set_stack_base().
Thomas Munro
2023-12-01
*
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-30
*
Use larger segment file names for pg_notify
Alexander Korotkov
2023-11-29
*
Don't use bms_membership() in cases where we don't need to
David Rowley
2023-11-28
*
Use SECS_PER_HOUR macro in tzparser.c, instead of constants
Bruce Momjian
2023-11-24
*
Guard against overflow in interval_mul() and interval_div().
Dean Rasheed
2023-11-18
*
Extract column statistics from CTE references, if possible.
Tom Lane
2023-11-17
*
Don't specify number of dimensions in cases where we don't know it.
Tom Lane
2023-11-17
*
Change logtape/tuplestore code to use int64 for block numbers
Michael Paquier
2023-11-17
*
Add target "slru" to pg_stat_reset_shared()
Michael Paquier
2023-11-16
*
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-11-15
*
Fix dsa.c with different resource owners.
Heikki Linnakangas
2023-11-15
*
Support +/- infinity in the interval data type.
Dean Rasheed
2023-11-14
*
Replace Gen_dummy_probes.sed with Gen_dummy_probes.pl
Peter Eisentraut
2023-11-14
*
Improve readability and error detection of array_in().
Tom Lane
2023-11-13
*
Add ability to reset all shared stats types in pg_stat_reset_shared()
Michael Paquier
2023-11-12
*
Prohibit max_slot_wal_keep_size to value other than -1 during upgrade.
Amit Kapila
2023-11-10
*
Avoid integer overflow hazard in interval_time().
Dean Rasheed
2023-11-09
*
Ensure we use the correct spelling of "ensure"
David Rowley
2023-11-10
*
Fix bug in the new ResourceOwner implementation.
Heikki Linnakangas
2023-11-09
*
Use a faster hash function in resource owners.
Heikki Linnakangas
2023-11-08
*
Make ResourceOwners more easily extensible.
Heikki Linnakangas
2023-11-08
*
Move a few ResourceOwnerEnlarge() calls for safety and clarity.
Heikki Linnakangas
2023-11-08
*
Stop including parsenodes.h in plannodes.h
Alvaro Herrera
2023-11-07
*
Reorder two functions in inval.c
Michael Paquier
2023-11-07
*
Detect integer overflow while computing new array dimensions.
Tom Lane
2023-11-06
*
Remove distprep
Peter Eisentraut
2023-11-06
*
Set GUC "is_superuser" in all processes that set AuthenticatedUserId.
Noah Misch
2023-11-06
*
Add XMLText function (SQL/XML X038)
Daniel Gustafsson
2023-11-06
*
Make GetConfigOption/GetConfigOptionResetString return "" for NULL.
Tom Lane
2023-11-02
*
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-11-02
*
Additional unicode primitive functions.
Jeff Davis
2023-11-01
*
Fix function name in comment
Daniel Gustafsson
2023-11-01
*
doc: 1-byte varlena headers can be used for user PLAIN storage
Bruce Momjian
2023-10-31
*
improve alignment of postgresql.conf comments
Bruce Momjian
2023-10-31
*
Introduce pg_stat_checkpointer
Michael Paquier
2023-10-30
*
Refactor some code related to transaction-level statistics for relations
Michael Paquier
2023-10-30
*
Guard against overflow in make_interval().
Dean Rasheed
2023-10-29
*
Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointer
Michael Paquier
2023-10-27
*
Optimize various aggregate deserialization functions, take 2
David Rowley
2023-10-27
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Introduce the concept of read-only StringInfos
David Rowley
2023-10-26
*
Migrate logical slots to the new node during an upgrade.
Amit Kapila
2023-10-26
*
Remove useless self-joins
Alexander Korotkov
2023-10-25
*
Fix typos in wait_event.c
Michael Paquier
2023-10-24
*
Allow ALTER SYSTEM to set unrecognized custom GUCs.
Tom Lane
2023-10-21
*
Doc: modernize comment for boolin().
Tom Lane
2023-10-19
*
Add local_blk_{read|write}_time I/O timing statistics for local blocks
Michael Paquier
2023-10-19
[next]