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
Age
Commit message (
Expand
)
Author
2025-07-02
Add InjectionPointList() to retrieve list of injection points
Michael Paquier
2025-07-02
Add GetNamedDSA() and GetNamedDSHash().
Nathan Bossart
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-06
Use NULL instead of 0 for pointer arguments.
Nathan Bossart
2025-06-04
Don't strip $libdir from LOAD command
Peter Eisentraut
2025-06-03
Fix incorrect format placeholders
Peter Eisentraut
2025-06-03
Rename log_lock_failure GUC to log_lock_failures for consistency.
Fujii Masao
2025-05-31
Change internal plan ID type from uint64 to int64
Michael Paquier
2025-05-30
Change internal queryid type from uint64 to int64
David Rowley
2025-05-29
Add AioUringCompletion in wait_event_names.txt
Michael Paquier
2025-05-28
Tighten parsing of datetime input.
Tom Lane
2025-05-28
Fix memory leakage when function compilation fails.
Tom Lane
2025-05-27
Fix conversion of SIMILAR TO regexes for character classes
Michael Paquier
2025-05-26
Improve file_copy_method entry in postgresql.conf.sample
Peter Eisentraut
2025-05-23
Fix AlignedAllocRealloc to cope sanely with OOM.
Tom Lane
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-23
Move oauth_validator_libraries in postgresql.conf.sample
Peter Eisentraut
2025-05-22
Fix memory leak in XMLSERIALIZE(... INDENT).
Tom Lane
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-05-19
Fix deparsing FETCH FIRST <expr> ROWS WITH TIES
Heikki Linnakangas
2025-05-18
Fix function name reference in comment
Daniel Gustafsson
2025-05-11
Fix comment of tsquerysend()
Álvaro Herrera
2025-05-11
relcache: Avoid memory leak on tables with no CHECK constraints
Álvaro Herrera
2025-05-11
Sort includes in alphabetical order
Álvaro Herrera
2025-05-11
Fix incorrect "return NULL" in BumpAllocLarge().
Tom Lane
2025-05-09
Add support for runtime arguments in injection points
Michael Paquier
2025-05-08
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
2025-05-05
With GB18030, prevent SIGSEGV from reading past end of allocation.
Noah Misch
2025-05-03
Fix memory allocation/copy mistakes.
Etsuro Fujita
2025-05-03
Fix typos in comments.
Etsuro Fujita
2025-04-30
Convert strncpy to strlcpy
Daniel Gustafsson
2025-04-30
Typo and doc fixups for memory context reporting
Daniel Gustafsson
2025-04-30
Add missing string terminator
Daniel Gustafsson
2025-04-30
Fix broken indentation
David Rowley
2025-04-30
Fix a couple of comment typos
David Rowley
2025-04-28
Remove circular #include's between wait_event.h and wait_event_types.h
Michael Paquier
2025-04-26
Eliminate divide in new fast-path locking code
David Rowley
2025-04-25
Fix bug allowing io_combine_limit > io_max_combine_combine limit
Andres Freund
[next]