index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Remove ts_locale.c's lowerstr()
Peter Eisentraut
2024-12-17
*
Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()
Peter Eisentraut
2024-12-17
*
Refactor string case conversion into provider-specific files.
Jeff Davis
2024-12-16
*
Print out error position for CREATE DOMAIN
Michael Paquier
2024-12-16
*
Adjust some comments about structure properties in pg_stat.h
Michael Paquier
2024-12-12
*
Detect redundant GROUP BY columns using UNIQUE indexes
David Rowley
2024-12-12
*
Defer remove_useless_groupby_columns() work until query_planner()
David Rowley
2024-12-12
*
Add UUID version 7 generation function.
Masahiko Sawada
2024-12-11
*
Unmark gen_random_uuid() function leakproof.
Masahiko Sawada
2024-12-11
*
Use ExprStates for hashing in GROUP BY and SubPlans
David Rowley
2024-12-11
*
Replace get_equal_strategy_number_for_am() by get_equal_strategy_number()
Peter Eisentraut
2024-12-10
*
Include necessary header files in radixtree.h.
Masahiko Sawada
2024-12-09
*
Fix various overflow hazards in date and timestamp functions.
Nathan Bossart
2024-12-09
*
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-12-09
*
Remove remants of "snapshot too old"
Heikki Linnakangas
2024-12-09
*
Fix memory leak in pgoutput with publication list cache
Michael Paquier
2024-12-09
*
Ensure that pg_amop/amproc entries depend on their lefttype/righttype.
Tom Lane
2024-12-07
*
Fix header inclusion order in c.h.
Thomas Munro
2024-12-05
*
Provide a better error message for misplaced dispatch options.
Nathan Bossart
2024-12-04
*
Simplify IsIndexUsableForReplicaIdentityFull()
Peter Eisentraut
2024-12-04
*
Ensure stored generated columns must be published when required.
Amit Kapila
2024-12-04
*
Use <stdint.h> and <inttypes.h> for c.h integers.
Thomas Munro
2024-12-04
*
Move check for ucol_strcollUTF8 to pg_locale_icu.c
Jeff Davis
2024-12-03
*
Update obsolete comment
Álvaro Herrera
2024-12-03
*
Fix unintentional behavior change in commit e9931bfb75.
Jeff Davis
2024-12-02
*
Revert "Introduce CompactAttribute array in TupleDesc"
David Rowley
2024-12-03
*
Introduce CompactAttribute array in TupleDesc
David Rowley
2024-12-03
*
Rework some code handling pg_subscription data in psql and pg_dump
Michael Paquier
2024-12-03
*
Deprecate MD5 passwords.
Nathan Bossart
2024-12-02
*
Add a planner support function for numeric generate_series().
Dean Rasheed
2024-12-02
*
Fix wording in comment
Daniel Gustafsson
2024-11-28
*
Remove useless casts to (void *)
Peter Eisentraut
2024-11-28
*
Require sizeof(bool) == 1.
Thomas Munro
2024-11-28
*
jsonapi: add lexer option to keep token ownership
Andrew Dunstan
2024-11-27
*
Look up backend type in pg_signal_backend() more cheaply.
Nathan Bossart
2024-11-27
*
Remove configure check for _configthreadlocale().
Thomas Munro
2024-11-27
*
Clean up newlines following left parentheses
Álvaro Herrera
2024-11-26
*
Improve InitShmemAccess() prototype
Peter Eisentraut
2024-11-26
*
Reordering DISTINCT keys to match input path's pathkeys
Richard Guo
2024-11-26
*
Fix NULLIF()'s handling of read-write expanded objects.
Tom Lane
2024-11-25
*
Assume that <stdbool.h> conforms to the C standard.
Thomas Munro
2024-11-25
*
Doc: Clarify the `inactive_since` field description.
Amit Kapila
2024-11-25
*
Teach bitmap path generation about transforming OR-clauses to SAOP's
Alexander Korotkov
2024-11-24
*
Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.
Nathan Bossart
2024-11-22
*
Make the memory layout of Port struct independent of USE_OPENSSL
Heikki Linnakangas
2024-11-22
*
Use auxv to check for CRC32 instructions on ARM.
Thomas Munro
2024-11-22
*
Add write_to_file to PgStat_KindInfo for pgstats kinds
Michael Paquier
2024-11-22
*
More logically order libpq func. includes, e.g., group GUC vals
Bruce Momjian
2024-11-20
*
Optimize pg_memory_is_all_zeros() in memutils.h
Michael Paquier
2024-11-18
*
Avoid assertion due to disconnected NFA sub-graphs in regex parsing.
Tom Lane
2024-11-15
[next]