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
/
2 hours ago
Michael Paquier
Fix assertion failure with replication slot release...
master
github/master
tree
|
commitdiff
10 hours ago
Nathan Bossart
Fix comment for MAX_SIMUL_LWLOCKS.
tree
|
commitdiff
26 hours ago
Amit Kapila
Fix self-deadlock during DROP SUBSCRIPTION.
tree
|
commitdiff
27 hours ago
Michael Paquier
Refactor ReadMultiXactCounts() into GetMultiXactInfo()
tree
|
commitdiff
31 hours ago
Michael Paquier
Remove useless pointer update in StatsShmemInit()
tree
|
commitdiff
31 hours ago
Richard Guo
Simplify relation_has_unique_index_for()
tree
|
commitdiff
31 hours ago
Richard Guo
Pathify RHS unique-ification for semijoin planning
tree
|
commitdiff
32 hours ago
Michael Paquier
Remove unneeded header declarations in multixact.c
tree
|
commitdiff
33 hours ago
David Rowley
Remove HASH_DEBUG output from dynahash.c
tree
|
commitdiff
33 hours ago
David Rowley
Use elog(DEBUG4) for dynahash.c statistics output
tree
|
commitdiff
47 hours 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
2 days ago
Michael Paquier
Refactor init_params() in sequence.c to not use FormDat...
tree
|
commitdiff
4 days ago
Masahiko Sawada
Fix typos in comments.
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
David Rowley
Add Asserts to validate prevbit values in bms_prev_member
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
5 days ago
Heikki Linnakangas
Fix LSN format in debug message
tree
|
commitdiff
6 days ago
Michael Paquier
Fix compilation warning with SerializeClientConnectionI...
tree
|
commitdiff
6 days ago
Fujii Masao
Revert logical snapshot filename format change in SnapB...
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
6 days ago
Tom Lane
Don't treat EINVAL from semget() as a hard failure.
tree
|
commitdiff
8 days ago
Andres Freund
Reduce ExecSeqScan* code size using pg_assume()
tree
|
commitdiff
8 days ago
Andres Freund
meson: add and use stamp files for generated headers
tree
|
commitdiff
9 days ago
Dean Rasheed
Fix security checks in selectivity estimation functions.
tree
|
commitdiff
11 days ago
Thomas Munro
Fix rare bug in read_stream.c's split IO handling.
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
11 days ago
Thomas Munro
Remove obsolete comment.
tree
|
commitdiff
11 days ago
Etsuro Fujita
Fix oversight in FindTriggerIncompatibleWithInheritance.
tree
|
commitdiff
12 days ago
Etsuro Fujita
Disallow collecting transition tuples from child foreig...
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
12 days ago
Alexander Korotkov
Fix checkpointer shared memory allocation
tree
|
commitdiff
13 days ago
Michael Paquier
Fix incorrect Datum conversion in timestamptz_trunc_int...
tree
|
commitdiff
13 days ago
Nathan Bossart
Expand usage of macros for protocol characters.
tree
|
commitdiff
13 days ago
Nathan Bossart
Rename transformRelOptions()'s "namspace" parameter...
tree
|
commitdiff
13 days ago
Peter Eisentraut
Remove INT64_HEX_FORMAT and UINT64_HEX_FORMAT
tree
|
commitdiff
2025-08-05
Masahiko Sawada
Suppress maybe-uninitialized warning.
tree
|
commitdiff
2025-08-05
Tom Lane
Fix incorrect return value in brin_minmax_multi_distanc...
tree
|
commitdiff
2025-08-05
Masahiko Sawada
Add backup_type column to pg_stat_progress_basebackup.
tree
|
commitdiff
2025-08-05
Jeff Davis
Don't copy datlocale from template unless provider...
tree
|
commitdiff
2025-08-05
Tom Lane
Mop-up for commit e035863c9.
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-05
Amit Kapila
Throw ERROR when publish_generated_columns is specified...
tree
|
commitdiff
2025-08-05
Peter Eisentraut
Fix mixups of FooGetDatum() vs. DatumGetFoo()
tree
|
commitdiff
2025-08-04
Fujii Masao
Avoid unexpected shutdown when sync_replication_slots...
tree
|
commitdiff
2025-08-04
David Rowley
Fix incorrect comment regarding mod_since_analyze
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
Avoid leakage of zero-length arrays in partition_bounds...
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-02
Michael Paquier
Fix use-after-free with INSERT ON CONFLICT changes...
tree
|
commitdiff
2025-08-01
Nathan Bossart
Allow resetting unknown custom GUCs with reserved prefixes.
tree
|
commitdiff
2025-08-01
Masahiko Sawada
Fix typo in AutoVacLauncherMain().
tree
|
commitdiff
2025-08-01
Amit Kapila
Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLI...
tree
|
commitdiff
2025-07-31
Michael Paquier
Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt
tree
|
commitdiff
2025-07-29
Heikki Linnakangas
Handle cancel requests with PID 0 gracefully
tree
|
commitdiff
2025-07-29
Tom Lane
Don't put library-supplied -L/-I switches before user...
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-29
Robert Haas
Run pgindent.
tree
|
commitdiff
2025-07-29
David Rowley
Display Memoize planner estimates in EXPLAIN
tree
|
commitdiff
2025-07-28
Tom Lane
Avoid regression in the size of XML input that we will...
tree
|
commitdiff
2025-07-28
Robert Haas
Remove misleading hint for "unexpected data beyond...
tree
|
commitdiff
2025-07-28
Robert Haas
Avoid throwing away the error message in syncrep_yyerror.
tree
|
commitdiff
2025-07-27
Michael Paquier
Fix performance regression with flush of pending fixed...
tree
|
commitdiff
2025-07-27
Alexander Korotkov
Process sync requests incrementally in AbsorbSyncRequests
tree
|
commitdiff
2025-07-27
Michael Paquier
Add assertions for all the required index AM callbacks
tree
|
commitdiff
2025-07-25
Tom Lane
Reap the benefits of not having to avoid leaking PGresults.
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-25
Álvaro Herrera
Refactor grammar to create opt_utility_option_list
tree
|
commitdiff
2025-07-25
Fujii Masao
Fix background worker not restarting after crash-and...
tree
|
commitdiff
2025-07-25
Michael Paquier
Fix assertion failure with latch wait in single-user...
tree
|
commitdiff
2025-07-24
Nathan Bossart
Fix return value of visibilitymap_get_status().
tree
|
commitdiff
2025-07-24
Michael Paquier
Introduce field tracking cached plan type in PlannedStmt
tree
|
commitdiff
2025-07-23
Tom Lane
Fix build breakage on Solaris-alikes with late-model...
tree
|
commitdiff
2025-07-23
Nathan Bossart
Cross-check lists of built-in LWLock tranches.
tree
|
commitdiff
2025-07-23
Nathan Bossart
Use PqMsg_* macros in walsender.c
tree
|
commitdiff
2025-07-23
Amit Kapila
Preserve conflict-relevant data during logical replication.
tree
|
commitdiff
2025-07-22
Fujii Masao
Remove translation marker from libpq-be-fe-helpers.h.
tree
|
commitdiff
2025-07-22
Andres Freund
aio: Fix assertion, clarify README
tree
|
commitdiff
2025-07-22
Fujii Masao
Log remote NOTICE, WARNING, and similar messages using...
tree
|
commitdiff
2025-07-22
Richard Guo
Reduce "Var IS [NOT] NULL" quals during constant folding
tree
|
commitdiff
2025-07-22
Richard Guo
Centralize collection of catalog info needed early...
tree
|
commitdiff
2025-07-22
Richard Guo
Expand virtual generated columns before sublink pull-up
tree
|
commitdiff
2025-07-19
Tom Lane
Mostly-cosmetic adjustments to estimate_multivariate_bu...
tree
|
commitdiff
next