aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Remove ts_locale.c's lowerstr()Peter Eisentraut2024-12-17
* Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()Peter Eisentraut2024-12-17
* Refactor string case conversion into provider-specific files.Jeff Davis2024-12-16
* Print out error position for CREATE DOMAINMichael Paquier2024-12-16
* Adjust some comments about structure properties in pg_stat.hMichael Paquier2024-12-12
* Detect redundant GROUP BY columns using UNIQUE indexesDavid Rowley2024-12-12
* Defer remove_useless_groupby_columns() work until query_planner()David Rowley2024-12-12
* Add UUID version 7 generation function.Masahiko Sawada2024-12-11
* Unmark gen_random_uuid() function leakproof.Masahiko Sawada2024-12-11
* Use ExprStates for hashing in GROUP BY and SubPlansDavid Rowley2024-12-11
* Replace get_equal_strategy_number_for_am() by get_equal_strategy_number()Peter Eisentraut2024-12-10
* Include necessary header files in radixtree.h.Masahiko Sawada2024-12-09
* Fix various overflow hazards in date and timestamp functions.Nathan Bossart2024-12-09
* Simplify executor's determination of whether to use parallelism.Tom Lane2024-12-09
* Remove remants of "snapshot too old"Heikki Linnakangas2024-12-09
* Fix memory leak in pgoutput with publication list cacheMichael Paquier2024-12-09
* Ensure that pg_amop/amproc entries depend on their lefttype/righttype.Tom Lane2024-12-07
* Fix header inclusion order in c.h.Thomas Munro2024-12-05
* Provide a better error message for misplaced dispatch options.Nathan Bossart2024-12-04
* Simplify IsIndexUsableForReplicaIdentityFull()Peter Eisentraut2024-12-04
* Ensure stored generated columns must be published when required.Amit Kapila2024-12-04
* Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro2024-12-04
* Move check for ucol_strcollUTF8 to pg_locale_icu.cJeff Davis2024-12-03
* Update obsolete commentÁlvaro Herrera2024-12-03
* Fix unintentional behavior change in commit e9931bfb75.Jeff Davis2024-12-02
* Revert "Introduce CompactAttribute array in TupleDesc"David Rowley2024-12-03
* Introduce CompactAttribute array in TupleDescDavid Rowley2024-12-03
* Rework some code handling pg_subscription data in psql and pg_dumpMichael Paquier2024-12-03
* Deprecate MD5 passwords.Nathan Bossart2024-12-02
* Add a planner support function for numeric generate_series().Dean Rasheed2024-12-02
* Fix wording in commentDaniel Gustafsson2024-11-28
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Require sizeof(bool) == 1.Thomas Munro2024-11-28
* jsonapi: add lexer option to keep token ownershipAndrew Dunstan2024-11-27
* Look up backend type in pg_signal_backend() more cheaply.Nathan Bossart2024-11-27
* Remove configure check for _configthreadlocale().Thomas Munro2024-11-27
* Clean up newlines following left parenthesesÁlvaro Herrera2024-11-26
* Improve InitShmemAccess() prototypePeter Eisentraut2024-11-26
* Reordering DISTINCT keys to match input path's pathkeysRichard Guo2024-11-26
* Fix NULLIF()'s handling of read-write expanded objects.Tom Lane2024-11-25
* Assume that <stdbool.h> conforms to the C standard.Thomas Munro2024-11-25
* Doc: Clarify the `inactive_since` field description.Amit Kapila2024-11-25
* Teach bitmap path generation about transforming OR-clauses to SAOP'sAlexander Korotkov2024-11-24
* Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.Nathan Bossart2024-11-22
* Make the memory layout of Port struct independent of USE_OPENSSLHeikki Linnakangas2024-11-22
* Use auxv to check for CRC32 instructions on ARM.Thomas Munro2024-11-22
* Add write_to_file to PgStat_KindInfo for pgstats kindsMichael Paquier2024-11-22
* More logically order libpq func. includes, e.g., group GUC valsBruce Momjian2024-11-20
* Optimize pg_memory_is_all_zeros() in memutils.hMichael Paquier2024-11-18
* Avoid assertion due to disconnected NFA sub-graphs in regex parsing.Tom Lane2024-11-15