index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Add some recursion and looping defenses in prepjointree.c.
Tom Lane
2022-12-22
*
Fix contrib/seg to be more wary of long input numbers.
Tom Lane
2022-12-21
*
Re-adjust drop-index-concurrently-1 isolation test
David Rowley
2022-12-16
*
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-12-13
*
doc: Add missing <varlistentry> markups for developer GUCs
Michael Paquier
2022-12-05
*
Fix generate_partitionwise_join_paths() to tolerate failure.
Tom Lane
2022-12-04
*
Fix DEFAULT handling for multi-row INSERT rules.
Dean Rasheed
2022-12-03
*
Prevent pgstats from getting confused when relkind of a relation changes
Andres Freund
2022-12-02
*
Fix memory leak for hashing with nondeterministic collations.
Jeff Davis
2022-12-01
*
Doc: add example of round(v, s) with negative s.
Tom Lane
2022-12-01
*
revert: add transaction processing chapter with internals info
Bruce Momjian
2022-12-01
*
Reject missing database name in pg_regress and cohorts.
Tom Lane
2022-11-30
*
doc: add transaction processing chapter with internals info
Bruce Momjian
2022-11-29
*
Fix comment in fe-auth-scram.c
Michael Paquier
2022-11-30
*
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
*
Remove bogus Assert and dead code in remove_useless_results_recurse().
Tom Lane
2022-11-29
*
Fix binary mismatch for MSVC plperl vs gcc built perl libs
Andrew Dunstan
2022-11-27
*
Remove temporary portlock directory during make [dist]clean.
Tom Lane
2022-11-26
*
Add portlock directory to .gitignore
Andrew Dunstan
2022-11-26
*
Allow building with MSVC and Strawberry perl
Andrew Dunstan
2022-11-25
*
Fix uninitialized access to InitialRunningXacts during decoding.
Amit Kapila
2022-11-25
*
Make multixact error message more explicit
Alvaro Herrera
2022-11-24
*
Fix perl warning from commit 9b4eafcaf4
Andrew Dunstan
2022-11-23
*
YA attempt at taming worst-case behavior of get_actual_variable_range.
Tom Lane
2022-11-22
*
Prevent port collisions between concurrent TAP tests
Andrew Dunstan
2022-11-22
*
Ignore invalidated slots while computing oldest catalog Xmin
Alvaro Herrera
2022-11-22
*
Replace link to Hunspell with the current homepage
Daniel Gustafsson
2022-11-21
*
Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.
Tom Lane
2022-11-21
*
Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit
Andres Freund
2022-11-19
*
Doc: sync src/tutorial/basics.source with SGML documentation.
Tom Lane
2022-11-19
*
pg_dump: avoid unsafe function calls in getPolicies().
Tom Lane
2022-11-19
*
Postpone calls of unsafe server-side functions in pg_dump.
Tom Lane
2022-11-19
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-11-17
*
Account for IPC::Run::result() Windows behavior change.
Noah Misch
2022-11-17
*
Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.
Amit Kapila
2022-11-14
*
Fix theoretical torn page hazard.
Jeff Davis
2022-11-11
*
Fix alter_table.sql test case to test what it claims to.
Tom Lane
2022-11-10
*
Re-allow building on Microsoft Visual Studio 2013.
Tom Lane
2022-11-10
*
Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.
Tom Lane
2022-11-09
*
Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/
Michael Paquier
2022-11-09
*
Doc: improve tutorial section about grouped aggregates.
Tom Lane
2022-11-08
*
Stamp 13.9.
REL_13_9
Tom Lane
2022-11-07
*
Translation updates
Peter Eisentraut
2022-11-07
*
Release notes for 15.1, 14.6, 13.9, 12.13, 11.18, 10.23.
Tom Lane
2022-11-06
*
Correct error message for row-level triggers with transition tables on partit...
Etsuro Fujita
2022-11-04
*
Create FKs properly when attaching table as partition
Alvaro Herrera
2022-11-03
*
Avoid crash after function syntax error in a replication worker.
Tom Lane
2022-11-03
*
Add casts to simplehash.h to silence C++ warnings.
Tom Lane
2022-11-03
*
Allow use of __sync_lock_test_and_set for spinlocks on any machine.
Tom Lane
2022-11-02
*
Defend against unsupported partition relkind in logical replication worker.
Tom Lane
2022-11-02
[next]