projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2025-09-25
Tom Lane
Add minimal sleep to stats isolation test functions.
commit
|
commitdiff
|
tree
2025-09-25
Daniel Gustafsson
Remove preprocessor guards from injection points
commit
|
commitdiff
|
tree
2025-09-24
Daniel Gustafsson
Fix incorrect option name in usage screen
commit
|
commitdiff
|
tree
2025-09-24
Amit Kapila
Fix LOCK_TIMEOUT handling during parallel apply.
commit
|
commitdiff
|
tree
2025-09-22
Daniel Gustafsson
doc: Remove trailing whitespace in xref
commit
|
commitdiff
|
tree
2025-09-21
Michael Paquier
Fix meson build with -Duuid=ossp when using version...
commit
|
commitdiff
|
tree
2025-09-18
Fujii Masao
pg_restore: Fix security label handling with --no-publi...
commit
|
commitdiff
|
tree
2025-09-17
Tom Lane
Calculate agglevelsup correctly when Aggref contains...
commit
|
commitdiff
|
tree
2025-09-17
David Rowley
Add missing EPQ recheck for TID Range Scan
commit
|
commitdiff
|
tree
2025-09-16
David Rowley
Add missing EPQ recheck for TID Scan
commit
|
commitdiff
|
tree
2025-09-16
Tom Lane
Add regression expected-files for older OpenSSL in...
commit
|
commitdiff
|
tree
2025-09-16
Noah Misch
Fix pg_dump COMMENT dependency for separate domain...
commit
|
commitdiff
|
tree
2025-09-16
Tom Lane
Add regression expected-files for older OpenSSL in...
commit
|
commitdiff
|
tree
2025-09-16
Richard Guo
Treat JsonConstructorExpr as non-strict
commit
|
commitdiff
|
tree
2025-09-16
Fujii Masao
pg_dump: Fix dumping of security labels on subscription...
commit
|
commitdiff
|
tree
2025-09-16
Fujii Masao
pg_restore: Fix comment handling with --no-publications...
commit
|
commitdiff
|
tree
2025-09-15
Peter Eisentraut
CREATE STATISTICS: improve misleading error message
commit
|
commitdiff
|
tree
2025-09-15
Peter Eisentraut
jit: fix build with LLVM-21
commit
|
commitdiff
|
tree
2025-09-13
Tom Lane
Amend recent fix for SIMILAR TO regex conversion.
commit
|
commitdiff
|
tree
2025-09-12
Tom Lane
Fix oversights in pg_event_trigger_dropped_objects...
commit
|
commitdiff
|
tree
2025-09-12
Peter Eisentraut
Silence compiler warnings on clang 21
commit
|
commitdiff
|
tree
2025-09-11
Tom Lane
Report the correct is_temporary flag for column defaults.
commit
|
commitdiff
|
tree
2025-09-11
Peter Eisentraut
Remove stray semicolon at global scope
commit
|
commitdiff
|
tree
2025-09-11
Michael Paquier
Fix description of WAL record blocks in hash_xlog.h
commit
|
commitdiff
|
tree
2025-09-11
Michael Paquier
Fix incorrect file reference in guc.h
commit
|
commitdiff
|
tree
2025-09-10
Tom Lane
Fix memory leakage in nodeSubplan.c.
commit
|
commitdiff
|
tree
2025-09-10
Nathan Bossart
meson: Build numeric.c with -ftree-vectorize.
commit
|
commitdiff
|
tree
2025-09-09
Jeff Davis
meson: build checksums with extra optimization flags.
commit
|
commitdiff
|
tree
2025-09-09
Michael Paquier
Fix leak with SMgrRelations in startup process
commit
|
commitdiff
|
tree
2025-09-09
Nathan Bossart
Fix documentation for shmem_startup_hook.
commit
|
commitdiff
|
tree
2025-09-08
Michael Paquier
Fix corruption of pgstats shared hashtable due to OOM...
commit
|
commitdiff
|
tree
2025-09-08
Michael Paquier
Update parser README to include parse_jsontable.c
commit
|
commitdiff
|
tree
2025-09-05
Dean Rasheed
Fix concurrent update issue with MERGE.
commit
|
commitdiff
|
tree
2025-09-05
Michael Paquier
Fix outdated comments in slru.c
commit
|
commitdiff
|
tree
2025-09-04
Dean Rasheed
Fix compiler error introduced by 5386bfb9c1f.
commit
|
commitdiff
|
tree
2025-09-04
Dean Rasheed
Fix replica identity check for MERGE.
commit
|
commitdiff
|
tree
2025-09-04
Dean Rasheed
Fix replica identity check for INSERT ON CONFLICT DO...
commit
|
commitdiff
|
tree
2025-09-03
Richard Guo
Fix planner error when estimating SubPlan cost
commit
|
commitdiff
|
tree
2025-09-03
Michael Paquier
libpq: Fix PQtrace() format for non-printable characters
commit
|
commitdiff
|
tree
2025-09-03
Michael Paquier
Update outdated references to the SLRU ControlLock
commit
|
commitdiff
|
tree
2025-08-29
Daniel Gustafsson
pg_dump: Fix compression API errorhandling
commit
|
commitdiff
|
tree
2025-08-29
David Rowley
Fix possible use after free in expand_partitioned_rtentry()
commit
|
commitdiff
|
tree
2025-08-29
Álvaro Herrera
CREATE STATISTICS: improve misleading error message
commit
|
commitdiff
|
tree
2025-08-29
Masahiko Sawada
Use LW_SHARED in walsummarizer.c for WALSummarizerLock...
commit
|
commitdiff
|
tree
2025-08-26
Tom Lane
Put "excludeOnly" GIN scan keys at the end of the scank...
commit
|
commitdiff
|
tree
2025-08-26
Tom Lane
Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem.
commit
|
commitdiff
|
tree
2025-08-23
Noah Misch
Rewrite previous commit's test for TestUpgradeXversion...
commit
|
commitdiff
|
tree
2025-08-23
Noah Misch
Sort DO_DEFAULT_ACL dump objects independent of OIDs.
commit
|
commitdiff
|
tree
2025-08-22
Amit Kapila
Doc: Fix typo in logicaldecoding.sgml.
commit
|
commitdiff
|
tree
2025-08-22
Michael Paquier
Ignore temporary relations in RelidByRelfilenumber()
commit
|
commitdiff
|
tree
2025-08-21
Michael Paquier
doc: Improve description of wal_compression
commit
|
commitdiff
|
tree
2025-08-20
Michael Paquier
Fix assertion failure with replication slot release...
commit
|
commitdiff
|
tree
2025-08-19
Masahiko Sawada
Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache...
commit
|
commitdiff
|
tree
2025-08-19
Amit Kapila
Fix self-deadlock during DROP SUBSCRIPTION.
commit
|
commitdiff
|
tree
2025-08-18
Tom Lane
Fix missing "use Test::More" in Kerberos.pm.
commit
|
commitdiff
|
tree
2025-08-17
Etsuro Fujita
Update obsolete comments in ResultRelInfo struct.
commit
|
commitdiff
|
tree
2025-08-15
Peter Eisentraut
Fix git whitespace warning
commit
|
commitdiff
|
tree
2025-08-15
David Rowley
Fix invalid format string in HASH_DEBUG code
commit
|
commitdiff
|
tree
2025-08-15
David Rowley
Fix failing -D HASH_STATISTICS builds
commit
|
commitdiff
|
tree
2025-08-14
Andres Freund
ci: Simplify ci-os-only handling
commit
|
commitdiff
|
tree
2025-08-14
Andres Freund
ci: Per-repo configuration for manually trigger tasks
commit
|
commitdiff
|
tree
2025-08-14
Michael Paquier
Fix compilation warning with SerializeClientConnectionI...
commit
|
commitdiff
|
tree
2025-08-13
Andres Freund
ci: windows: Stop using DEBUG:FASTLINK
commit
|
commitdiff
|
tree
2025-08-13
Tom Lane
Don't treat EINVAL from semget() as a hard failure.
commit
|
commitdiff
|
tree
2025-08-13
Michael Paquier
postgres_fdw: Fix tests with ANALYZE and remote sampling
commit
|
commitdiff
|
tree
2025-08-11
Tom Lane
Stamp 17.6.
REL_17_6
commit
|
commitdiff
|
tree
2025-08-11
Tom Lane
Last-minute updates for release notes.
commit
|
commitdiff
|
tree
2025-08-11
Nathan Bossart
Restrict psql meta-commands in plain-text dumps.
commit
|
commitdiff
|
tree
2025-08-11
Noah Misch
Convert newlines to spaces in names written in v11...
commit
|
commitdiff
|
tree
2025-08-11
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2025-08-11
Dean Rasheed
Fix security checks in selectivity estimation functions.
commit
|
commitdiff
|
tree
2025-08-10
Tom Lane
Release notes for 17.6, 16.10, 15.14, 14.19, 13.22.
commit
|
commitdiff
|
tree
2025-08-10
Noah Misch
Remove, from stable branches, the new assertion of...
commit
|
commitdiff
|
tree
2025-08-08
Tom Lane
First-draft release notes for 17.6.
commit
|
commitdiff
|
tree
2025-08-08
Peter Eisentraut
Fix incorrect lack of Datum conversion in _int_matchsel()
commit
|
commitdiff
|
tree
2025-08-08
Etsuro Fujita
Fix oversight in FindTriggerIncompatibleWithInheritance.
commit
|
commitdiff
|
tree
2025-08-08
Fujii Masao
pg_dump: Fix incorrect parsing of object types in pg_du...
commit
|
commitdiff
|
tree
2025-08-08
Etsuro Fujita
Disallow collecting transition tuples from child foreig...
commit
|
commitdiff
|
tree
2025-08-08
Michael Paquier
Add information about "generation" when dropping twice...
commit
|
commitdiff
|
tree
2025-08-07
Tom Lane
doc: add float as an alias for double precision.
commit
|
commitdiff
|
tree
2025-08-07
Peter Eisentraut
doc: Formatting improvements
commit
|
commitdiff
|
tree
2025-08-07
Alexander Korotkov
Fix checkpointer shared memory allocation
commit
|
commitdiff
|
tree
2025-08-07
Peter Eisentraut
Message improvements
commit
|
commitdiff
|
tree
2025-08-07
Alexander Korotkov
Revert "Clarify documentation for the initcap function"
commit
|
commitdiff
|
tree
2025-08-07
John Naylor
Update ICU C++ API symbols
commit
|
commitdiff
|
tree
2025-08-07
Peter Eisentraut
pg_upgrade: Improve message indentation
commit
|
commitdiff
|
tree
2025-08-06
Fujii Masao
doc: Recommend ANALYZE after ALTER TABLE ... SET EXPRES...
commit
|
commitdiff
|
tree
2025-08-05
Tom Lane
Fix incorrect return value in brin_minmax_multi_distanc...
commit
|
commitdiff
|
tree
2025-08-04
Melanie Plageman
Minor test fixes in 035_standby_logical_decoding.pl
commit
|
commitdiff
|
tree
2025-08-04
Dean Rasheed
Fix typo in create_index.sql.
commit
|
commitdiff
|
tree
2025-08-04
Fujii Masao
Avoid unexpected shutdown when sync_replication_slots...
commit
|
commitdiff
|
tree
2025-08-04
Álvaro Herrera
doc: mention unusability of dropped CHECK to verify...
commit
|
commitdiff
|
tree
2025-08-03
Fujii Masao
Fix assertion failure in pgbench when handling multiple...
commit
|
commitdiff
|
tree
2025-08-02
Etsuro Fujita
Doc: clarify the restrictions of AFTER triggers with...
commit
|
commitdiff
|
tree
2025-08-02
Michael Paquier
Fix use-after-free with INSERT ON CONFLICT changes...
commit
|
commitdiff
|
tree
2025-08-01
Nathan Bossart
Allow resetting unknown custom GUCs with reserved prefixes.
commit
|
commitdiff
|
tree
2025-08-01
Amit Kapila
Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLI...
commit
|
commitdiff
|
tree
2025-07-31
Noah Misch
Sort dump objects independent of OIDs, for the 7 holdou...
commit
|
commitdiff
|
tree
2025-07-31
Tom Lane
pg_dump: provide a stable sort order for rules.
commit
|
commitdiff
|
tree
2025-07-30
Michael Paquier
Fix ./configure checks with __cpuidex() and __cpuid()
commit
|
commitdiff
|
tree
next