projects
/
postgresql.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix assertion failure with replication slot release in single-user mode
[postgresql.git]
/
src
/
backend
/
utils
/
32 hours ago
Michael Paquier
Remove useless pointer update in StatsShmemInit()
tree
|
commitdiff
33 hours ago
David Rowley
Remove HASH_DEBUG output from dynahash.c
tree
|
commitdiff
34 hours ago
David Rowley
Use elog(DEBUG4) for dynahash.c statistics output
tree
|
commitdiff
2 days ago
Peter Eisentraut
Detect buffer underflow in get_th()
tree
|
commitdiff
2 days ago
Michael Paquier
Move SQL-callable code related to multixacts into its...
tree
|
commitdiff
4 days ago
Masahiko Sawada
Fix constant when extracting timestamp from UUIDv7.
tree
|
commitdiff
5 days ago
David Rowley
Fix invalid format string in HASH_DEBUG code
tree
|
commitdiff
5 days ago
David Rowley
Fix failing -D HASH_STATISTICS builds
tree
|
commitdiff
5 days ago
Álvaro Herrera
Avoid including tableam.h and xlogreader.h in nbtree.h
tree
|
commitdiff
5 days ago
Tom Lane
Don't leak memory during failure exit from SelectConfig...
tree
|
commitdiff
6 days ago
Michael Paquier
Fix compilation warning with SerializeClientConnectionI...
tree
|
commitdiff
6 days ago
Tom Lane
Grab the low-hanging fruit from forcing USE_FLOAT8_BYVA...
tree
|
commitdiff
6 days ago
Tom Lane
Grab the low-hanging fruit from forcing sizeof(Datum...
tree
|
commitdiff
6 days ago
Tom Lane
Make type Datum be 8 bytes wide everywhere.
tree
|
commitdiff
9 days ago
Dean Rasheed
Fix security checks in selectivity estimation functions.
tree
|
commitdiff
11 days ago
Tom Lane
Mop-up for Datum conversion cleanups.
tree
|
commitdiff
11 days ago
Peter Eisentraut
Add missing Datum conversions
tree
|
commitdiff
11 days ago
Peter Eisentraut
Remove useless/superfluous Datum conversions
tree
|
commitdiff
12 days ago
Michael Paquier
Add information about "generation" when dropping twice...
tree
|
commitdiff
12 days ago
Dean Rasheed
Extend int128.h to support more numeric code.
tree
|
commitdiff
13 days ago
Michael Paquier
Fix incorrect Datum conversion in timestamptz_trunc_int...
tree
|
commitdiff
2025-08-06
Peter Eisentraut
Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT
tree
|
commitdiff
2025-08-05
Peter Eisentraut
Fix varatt versus Datum type confusions
tree
|
commitdiff
2025-08-05
Peter Eisentraut
Fix various hash function uses
tree
|
commitdiff
2025-08-04
Amit Kapila
Detect and report update_deleted conflicts.
tree
|
commitdiff
2025-08-03
Tom Lane
Take a little more care in set_backtrace().
tree
|
commitdiff
2025-08-03
Tom Lane
Silence complaints about leaks in PlanCacheComputeResul...
tree
|
commitdiff
2025-08-03
Tom Lane
Suppress complaints about leaks in TS dictionary loading.
tree
|
commitdiff
2025-08-03
Tom Lane
Silence Valgrind leakage complaints in more-or-less...
tree
|
commitdiff
2025-08-03
Tom Lane
Fix assorted pretty-trivial memory leaks in the backend.
tree
|
commitdiff
2025-08-03
Tom Lane
Fix MemoryContextAllocAligned's interaction with Valgrind.
tree
|
commitdiff
2025-08-03
Tom Lane
Improve our support for Valgrind's leak tracking.
tree
|
commitdiff
2025-08-01
Nathan Bossart
Allow resetting unknown custom GUCs with reserved prefixes.
tree
|
commitdiff
2025-07-31
Michael Paquier
Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt
tree
|
commitdiff
2025-07-29
Peter Eisentraut
Update comment
tree
|
commitdiff
2025-07-29
Tom Lane
Remove unnecessary complication around xmlParseBalanced...
tree
|
commitdiff
2025-07-28
Tom Lane
Avoid regression in the size of XML input that we will...
tree
|
commitdiff
2025-07-27
Michael Paquier
Fix performance regression with flush of pending fixed...
tree
|
commitdiff
2025-07-25
Tom Lane
Create infrastructure to reliably prevent leakage of...
tree
|
commitdiff
2025-07-25
Tom Lane
Fix dynahash's HASH_FIXED_SIZE ("isfixed") option.
tree
|
commitdiff
2025-07-24
Michael Paquier
Introduce field tracking cached plan type in PlannedStmt
tree
|
commitdiff
2025-07-23
Nathan Bossart
Cross-check lists of built-in LWLock tranches.
tree
|
commitdiff
2025-07-23
Amit Kapila
Preserve conflict-relevant data during logical replication.
tree
|
commitdiff
2025-07-19
Tom Lane
Mostly-cosmetic adjustments to estimate_multivariate_bu...
tree
|
commitdiff
2025-07-18
Tom Lane
Speed up byteain by not parsing traditional-style input...
tree
|
commitdiff
2025-07-16
Jeff Davis
Force LC_COLLATE to C in postmaster.
tree
|
commitdiff
2025-07-15
Tom Lane
Clarify the ra != rb case in compareJsonbContainers().
tree
|
commitdiff
2025-07-15
Tom Lane
Silence uninitialized-value warnings in compareJsonbCon...
tree
|
commitdiff
2025-07-12
Tom Lane
Replace float8 with int in date2isoweek() and date2isoy...
tree
|
commitdiff
2025-07-11
Tom Lane
Fix inconsistent quoting of role names in ACLs.
tree
|
commitdiff
2025-07-11
Amit Kapila
Fix the handling of two GUCs during upgrade.
tree
|
commitdiff
2025-07-10
Fujii Masao
Change unit of idle_replication_slot_timeout to seconds.
tree
|
commitdiff
2025-07-09
Jeff Davis
Change wchar2char() and char2wchar() to accept a locale_t.
tree
|
commitdiff
2025-07-08
Tom Lane
Fix low-probability memory leak in XMLSERIALIZE(.....
tree
|
commitdiff
2025-07-07
Álvaro Herrera
Standardize LSN formatting by zero padding
tree
|
commitdiff
2025-07-07
Michael Paquier
Integrate FullTransactionIds deeper into two-phase...
tree
|
commitdiff
2025-07-03
Tom Lane
Break out xxx2yyy_opt_overflow APIs for more datetime...
tree
|
commitdiff
2025-07-02
Michael Paquier
Add InjectionPointList() to retrieve list of injection...
tree
|
commitdiff
2025-07-02
Nathan Bossart
Add GetNamedDSA() and GetNamedDSHash().
tree
|
commitdiff
2025-07-02
Tom Lane
Allow width_bucket()'s "operand" input to be NaN.
tree
|
commitdiff
2025-07-02
Michael Paquier
Move code for the bytea data type from varlena.c to...
tree
|
commitdiff
2025-07-01
Jeff Davis
Remove provider field from pg_locale_t.
tree
|
commitdiff
2025-07-01
Jeff Davis
Control ctype behavior internally with a method table.
tree
|
commitdiff
2025-07-01
Jeff Davis
Use pg_ascii_tolower()/pg_ascii_toupper() where appropr...
tree
|
commitdiff
2025-06-30
Michael Paquier
Improve error handling of libxml2 calls in xml.c
tree
|
commitdiff
2025-06-30
Nathan Bossart
Add new OID alias type regdatabase.
tree
|
commitdiff
2025-06-30
Peter Eisentraut
Remove unused #include's in src/backend/utils/adt/*
tree
|
commitdiff
2025-06-28
Peter Eisentraut
Message style improvements
tree
|
commitdiff
2025-06-21
Tom Lane
Doc: improve documentation about width_bucket().
tree
|
commitdiff
2025-06-15
Tom Lane
Sync typedefs.list with the buildfarm.
tree
|
commitdiff
2025-06-11
Jeff Davis
Revert a few small patches that were intended for versi...
tree
|
commitdiff
2025-06-10
Jeff Davis
inet_net_pton.c: use pg_ascii_tolower() rather than...
tree
|
commitdiff
2025-06-06
Nathan Bossart
Use NULL instead of 0 for pointer arguments.
tree
|
commitdiff
2025-06-04
Peter Eisentraut
Don't strip $libdir from LOAD command
tree
|
commitdiff
2025-06-03
Peter Eisentraut
Fix incorrect format placeholders
tree
|
commitdiff
2025-06-03
Fujii Masao
Rename log_lock_failure GUC to log_lock_failures for...
tree
|
commitdiff
2025-05-31
Michael Paquier
Change internal plan ID type from uint64 to int64
tree
|
commitdiff
2025-05-30
David Rowley
Change internal queryid type from uint64 to int64
tree
|
commitdiff
2025-05-29
Michael Paquier
Add AioUringCompletion in wait_event_names.txt
tree
|
commitdiff
2025-05-28
Tom Lane
Tighten parsing of datetime input.
tree
|
commitdiff
2025-05-28
Tom Lane
Fix memory leakage when function compilation fails.
tree
|
commitdiff
2025-05-27
Michael Paquier
Fix conversion of SIMILAR TO regexes for character...
tree
|
commitdiff
2025-05-26
Peter Eisentraut
Improve file_copy_method entry in postgresql.conf.sample
tree
|
commitdiff
2025-05-23
Tom Lane
Fix AlignedAllocRealloc to cope sanely with OOM.
tree
|
commitdiff
2025-05-23
Daniel Gustafsson
Revert function to get memory context stats for processes
tree
|
commitdiff
2025-05-23
Peter Eisentraut
Move oauth_validator_libraries in postgresql.conf.sample
tree
|
commitdiff
2025-05-22
Tom Lane
Fix memory leak in XMLSERIALIZE(... INDENT).
tree
|
commitdiff
2025-05-22
Amit Langote
Revert "Don't lock partitions pruned by initial pruning"
tree
|
commitdiff
2025-05-19
Heikki Linnakangas
Fix deparsing FETCH FIRST <expr> ROWS WITH TIES
tree
|
commitdiff
2025-05-18
Daniel Gustafsson
Fix function name reference in comment
tree
|
commitdiff
2025-05-11
Álvaro Herrera
Fix comment of tsquerysend()
tree
|
commitdiff
2025-05-11
Álvaro Herrera
relcache: Avoid memory leak on tables with no CHECK...
tree
|
commitdiff
2025-05-11
Álvaro Herrera
Sort includes in alphabetical order
tree
|
commitdiff
2025-05-11
Tom Lane
Fix incorrect "return NULL" in BumpAllocLarge().
tree
|
commitdiff
2025-05-09
Michael Paquier
Add support for runtime arguments in injection points
tree
|
commitdiff
2025-05-08
Heikki Linnakangas
Use 'void *' for arbitrary buffers, 'uint8 *' for byte...
tree
|
commitdiff
2025-05-05
Noah Misch
With GB18030, prevent SIGSEGV from reading past end...
tree
|
commitdiff
2025-05-03
Etsuro Fujita
Fix memory allocation/copy mistakes.
tree
|
commitdiff
2025-05-03
Etsuro Fujita
Fix typos in comments.
tree
|
commitdiff
2025-04-30
Daniel Gustafsson
Convert strncpy to strlcpy
tree
|
commitdiff
next