index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
Age
Commit message (
Expand
)
Author
2 days
Mostly-cosmetic adjustments to estimate_multivariate_bucketsize().
Tom Lane
3 days
Speed up byteain by not parsing traditional-style input twice.
Tom Lane
6 days
Clarify the ra != rb case in compareJsonbContainers().
Tom Lane
6 days
Silence uninitialized-value warnings in compareJsonbContainers().
Tom Lane
9 days
Replace float8 with int in date2isoweek() and date2isoyear().
Tom Lane
10 days
Fix inconsistent quoting of role names in ACLs.
Tom Lane
12 days
Change wchar2char() and char2wchar() to accept a locale_t.
Jeff Davis
13 days
Fix low-probability memory leak in XMLSERIALIZE(... INDENT).
Tom Lane
2025-07-07
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-07-03
Break out xxx2yyy_opt_overflow APIs for more datetime conversions.
Tom Lane
2025-07-02
Allow width_bucket()'s "operand" input to be NaN.
Tom Lane
2025-07-02
Move code for the bytea data type from varlena.c to new bytea.c
Michael Paquier
2025-07-01
Remove provider field from pg_locale_t.
Jeff Davis
2025-07-01
Control ctype behavior internally with a method table.
Jeff Davis
2025-07-01
Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate.
Jeff Davis
2025-06-30
Improve error handling of libxml2 calls in xml.c
Michael Paquier
2025-06-30
Add new OID alias type regdatabase.
Nathan Bossart
2025-06-30
Remove unused #include's in src/backend/utils/adt/*
Peter Eisentraut
2025-06-28
Message style improvements
Peter Eisentraut
2025-06-21
Doc: improve documentation about width_bucket().
Tom Lane
2025-06-15
Sync typedefs.list with the buildfarm.
Tom Lane
2025-06-11
Revert a few small patches that were intended for version 19.
Jeff Davis
2025-06-10
inet_net_pton.c: use pg_ascii_tolower() rather than tolower().
Jeff Davis
2025-06-03
Fix incorrect format placeholders
Peter Eisentraut
2025-05-30
Change internal queryid type from uint64 to int64
David Rowley
2025-05-28
Tighten parsing of datetime input.
Tom Lane
2025-05-27
Fix conversion of SIMILAR TO regexes for character classes
Michael Paquier
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-22
Fix memory leak in XMLSERIALIZE(... INDENT).
Tom Lane
2025-05-19
Fix deparsing FETCH FIRST <expr> ROWS WITH TIES
Heikki Linnakangas
2025-05-11
Fix comment of tsquerysend()
Álvaro Herrera
2025-05-11
Sort includes in alphabetical order
Álvaro Herrera
2025-04-30
Fix broken indentation
David Rowley
2025-04-30
Fix a couple of comment typos
David Rowley
2025-04-23
Properly prepare varinfos in estimate_multivariate_bucketsize()
Alexander Korotkov
2025-04-21
Fix INITCAP() word boundaries for PG_UNICODE_FAST.
Jeff Davis
2025-04-21
Fix a few more duplicate words in comments
David Rowley
2025-04-20
Fix a few duplicate words in comments
David Rowley
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-17
Assert lack of hazardous buffer locks before possible catalog read.
Noah Misch
2025-04-16
Improve comments for estimate_multivariate_ndistinct()
David Rowley
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-10
Improve various new-to-v18 appendStringInfo calls
David Rowley
2025-04-10
Rename global variable backing DSA area
Daniel Gustafsson
2025-04-10
Remove useless check for negative result of ip_addrsize().
Tom Lane
2025-04-08
Add function to get memory context stats for processes
Daniel Gustafsson
2025-04-07
Clarify comment for worst-case allocation in quote_literal_cstr()
Michael Paquier
2025-04-06
Relax ordering-related hardcoded btree requirements in planning
Peter Eisentraut
2025-04-04
Add nbtree skip scan optimization.
Peter Geoghegan
2025-04-04
Fix crash/valgrind error
Peter Eisentraut
[next]