Commit Graph

5080 Commits (cc2ac0e6f99e4efc3ae5710010ff35e646990a60)

Author SHA1 Message Date
Peter Eisentraut cc2ac0e6f9 Remove unused #include's in src/backend/utils/adt/* 6 months ago
Peter Eisentraut 50fd428b2b Message style improvements 6 months ago
Tom Lane ea06263c4a Doc: improve documentation about width_bucket(). 6 months ago
Tom Lane b27644bade Sync typedefs.list with the buildfarm. 6 months ago
Jeff Davis e1458f2f1b Revert a few small patches that were intended for version 19. 6 months ago
Jeff Davis 8898082a5d inet_net_pton.c: use pg_ascii_tolower() rather than tolower(). 6 months ago
Peter Eisentraut 58fbfde152 Fix incorrect format placeholders 7 months ago
David Rowley c3eda50b06 Change internal queryid type from uint64 to int64 7 months ago
Tom Lane e5d64fd654 Tighten parsing of datetime input. 7 months ago
Michael Paquier d46911e584 Fix conversion of SIMILAR TO regexes for character classes 7 months ago
Daniel Gustafsson fb844b9f06 Revert function to get memory context stats for processes 7 months ago
Tom Lane f24605e2dc Fix memory leak in XMLSERIALIZE(... INDENT). 7 months ago
Heikki Linnakangas 29f7ce6fe7 Fix deparsing FETCH FIRST <expr> ROWS WITH TIES 7 months ago
Álvaro Herrera 0588656366
Fix comment of tsquerysend() 7 months ago
Álvaro Herrera 7b2ad43426
Sort includes in alphabetical order 7 months ago
David Rowley 918e7287ed Fix broken indentation 8 months ago
David Rowley d8555e522e Fix a couple of comment typos 8 months ago
Alexander Korotkov 9f404d7922 Properly prepare varinfos in estimate_multivariate_bucketsize() 8 months ago
Jeff Davis 90260e2ec6 Fix INITCAP() word boundaries for PG_UNICODE_FAST. 8 months ago
David Rowley 78eda9e264 Fix a few more duplicate words in comments 8 months ago
David Rowley 84fd3bc141 Fix a few duplicate words in comments 8 months ago
Michael Paquier 88e947136b Fix typos and grammar in the code 8 months ago
Noah Misch f4ece891fc Assert lack of hazardous buffer locks before possible catalog read. 8 months ago
David Rowley f3281f9f93 Improve comments for estimate_multivariate_ndistinct() 8 months ago
Peter Geoghegan a6cab6a78e Harmonize function parameter names for Postgres 18. 8 months ago
David Rowley 928394b664 Improve various new-to-v18 appendStringInfo calls 8 months ago
Daniel Gustafsson 55ef7abf88 Rename global variable backing DSA area 8 months ago
Tom Lane f27eb0325b Remove useless check for negative result of ip_addrsize(). 8 months ago
Daniel Gustafsson 042a66291b Add function to get memory context stats for processes 8 months ago
Michael Paquier c36eda2591 Clarify comment for worst-case allocation in quote_literal_cstr() 9 months ago
Peter Eisentraut a8025f5448 Relax ordering-related hardcoded btree requirements in planning 9 months ago
Peter Geoghegan 92fe23d93a Add nbtree skip scan optimization. 9 months ago
Peter Eisentraut ee1ae8b99f Fix crash/valgrind error 9 months ago
Peter Eisentraut 9ef1851685 Support non-btree indexes in get_actual_variable_range() 9 months ago
Tom Lane a7187c3723 Remove unnecessary type violation in tsvectorrecv(). 9 months ago
Heikki Linnakangas e9e7b66044 Add GiST and btree sortsupport routines for range types 9 months ago
Tom Lane 6c12ae09f5 Introduce a SQL-callable function array_sort(anyarray). 9 months ago
Peter Eisentraut a0ed19e0a9 Use PRI?64 instead of "ll?" in format strings (continued). 9 months ago
Masahiko Sawada a5419bc72e Fix timestamp overflow in UUIDv7 implementation. 9 months ago
Peter Eisentraut 890fc826c9 Use thread-safe strftime_l() instead of strftime(). 9 months ago
Peter Eisentraut b98be8a2a2 Provide thread-safe pg_localeconv_r(). 9 months ago
Dean Rasheed a3b6dfd410 Add support for gamma() and lgamma() functions. 9 months ago
Peter Eisentraut be1cc9aaf5 Generalize index support in network support function 9 months ago
Amit Kapila 73eba5004a Detect and Log multiple_unique_conflicts type conflict. 9 months ago
Tom Lane 4618045bee Fix ARRAY_SUBLINK and ARRAY[] for int2vector and oidvector input. 9 months ago
Nathan Bossart 0697b23906 Add reverse(bytea). 9 months ago
Peter Eisentraut 3691edfab9 pg_noreturn to replace pg_attribute_noreturn() 9 months ago
Amit Langote d4f79865d4 Fix copy-paste error in datum_to_jsonb_internal() 9 months ago
Nathan Bossart 025e7e1eb4 Remove count_one_bits() in acl.c. 9 months ago
Tom Lane 8b1b342544 Improve EXPLAIN's display of window functions. 9 months ago