index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Add object TRUNCATE hook
Joe Conway
2019-11-23
*
Fix bogus tuple-slot management in logical replication UPDATE handling.
Tom Lane
2019-11-22
*
Defend against self-referential views in relation_is_updatable().
Tom Lane
2019-11-21
*
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
*
Make DROP DATABASE command generate less WAL records.
Fujii Masao
2019-11-21
*
Allow ALTER VIEW command to rename the column in the view.
Fujii Masao
2019-11-21
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2019-11-21
*
Provide statistics for hypothetical BRIN indexes
Michael Paquier
2019-11-21
*
Sync patternsel_common's operator selection logic with pattern_prefix's.
Tom Lane
2019-11-20
*
Fix HeapTupleSatisfiesNonVacuumable() comment.
Peter Geoghegan
2019-11-20
*
Reduce match_pattern_prefix()'s dependencies on index opfamilies.
Tom Lane
2019-11-20
*
Fix corner-case failure in match_pattern_prefix().
Tom Lane
2019-11-19
*
Fix page modification outside of critical section in GIN
Alexander Korotkov
2019-11-20
*
Revise GIN README
Alexander Korotkov
2019-11-20
*
Fix traversing to the deleted GIN page via downlink
Alexander Korotkov
2019-11-20
*
Fix deadlock between ginDeletePage() and ginStepRight()
Alexander Korotkov
2019-11-20
*
Add logical_decoding_work_mem to limit ReorderBuffer memory usage.
Amit Kapila
2019-11-19
*
nbtree: Tweak _bt_pgaddtup() comments.
Peter Geoghegan
2019-11-18
*
Further fix dumping of views that contain just VALUES(...).
Tom Lane
2019-11-16
*
Properly determine length for on-disk TOAST values
Tomas Vondra
2019-11-16
*
Skip system attributes when applying mvdistinct stats
Tomas Vondra
2019-11-16
*
Always call ExecShutdownNode() if appropriate.
Thomas Munro
2019-11-16
*
Cleanup code in reloptions.h regarding reloption handling
Michael Paquier
2019-11-14
*
Split handling of reloptions for partitioned tables
Michael Paquier
2019-11-14
*
Remove unused code from tuplesort.
Andres Freund
2019-11-13
*
Add missing check_collation_set call to bpcharne().
Tom Lane
2019-11-13
*
Fix silly initializations (cosmetic only).
Tom Lane
2019-11-13
*
Avoid using SplitIdentifierString to parse ListenAddresses, too.
Tom Lane
2019-11-13
*
Avoid downcasing/truncation of RADIUS authentication parameters.
Tom Lane
2019-11-13
*
Include TableFunc references when computing expression dependencies.
Tom Lane
2019-11-13
*
Make pg_waldump report more detail information about PREPARE TRANSACTION record.
Fujii Masao
2019-11-13
*
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-11-13
*
Finish reverting commit 0a52d378b.
Tom Lane
2019-11-12
*
pg_stat_{ssl,gssapi}: Show only processes with connections
Alvaro Herrera
2019-11-12
*
Make _bt_keep_natts_fast() use datum_image_eq().
Peter Geoghegan
2019-11-12
*
Have LookupFuncName accept NULL argtypes for 0 args
Alvaro Herrera
2019-11-12
*
Teach datum_image_eq() about cstring datums.
Peter Geoghegan
2019-11-12
*
Fix ecpglib.h to declare bool consistently with c.h.
Tom Lane
2019-11-12
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Fix whitespace
Peter Eisentraut
2019-11-11
*
Optimize PredicateLockTuple().
Thomas Munro
2019-11-11
*
Optimize TransactionIdIsCurrentTransactionId().
Thomas Munro
2019-11-11
*
Rearrange dropdb() to avoid errors after allowing other sessions to exit.
Amit Kapila
2019-11-11
*
Fix negative bitmapset member not allowed error in logical replication
Peter Eisentraut
2019-11-09
*
Pass ItemPointer not HeapTuple to IndexBuildCallback.
Andres Freund
2019-11-08
*
Add backtrace support for error reporting
Alvaro Herrera
2019-11-08
*
Fix gratuitous error message variation
Peter Eisentraut
2019-11-08
*
More precise errors from initial pg_control check
Peter Eisentraut
2019-11-08
*
Use "low key" terminology in nbtsort.c.
Peter Geoghegan
2019-11-07
*
Fix SET CONSTRAINTS .. DEFERRED on partitioned tables
Alvaro Herrera
2019-11-07
[next]