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
2 days
Replace float8 with int in date2isoweek() and date2isoyear().
Tom Lane
3 days
Fix inconsistent quoting of role names in ACLs.
Tom Lane
4 days
Fix the handling of two GUCs during upgrade.
Amit Kapila
4 days
Change unit of idle_replication_slot_timeout to seconds.
Fujii Masao
5 days
Change wchar2char() and char2wchar() to accept a locale_t.
Jeff Davis
6 days
Fix low-probability memory leak in XMLSERIALIZE(... INDENT).
Tom Lane
7 days
Standardize LSN formatting by zero padding
Álvaro Herrera
8 days
Integrate FullTransactionIds deeper into two-phase code
Michael Paquier
11 days
Break out xxx2yyy_opt_overflow APIs for more datetime conversions.
Tom Lane
12 days
Add InjectionPointList() to retrieve list of injection points
Michael Paquier
12 days
Add GetNamedDSA() and GetNamedDSHash().
Nathan Bossart
12 days
Allow width_bucket()'s "operand" input to be NaN.
Tom Lane
13 days
Move code for the bytea data type from varlena.c to new bytea.c
Michael Paquier
13 days
Remove provider field from pg_locale_t.
Jeff Davis
13 days
Control ctype behavior internally with a method table.
Jeff Davis
13 days
Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate.
Jeff Davis
14 days
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
[next]