index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
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 comment in xact.h
Michael Paquier
2019-11-20
*
Handle ReadFile() EOF correctly on Windows.
Thomas Munro
2019-11-20
*
Add the support for '-f' option in dropdb utility.
Amit Kapila
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
*
Allow invisible PROMPT2 in psql.
Thomas Munro
2019-11-19
*
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
*
Add tuplesort test to serial_schedule.
Peter Geoghegan
2019-11-16
*
Improve stability of tests for VACUUM (SKIP_LOCKED)
Michael Paquier
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
*
Fix plan instability in the new tuplesort test.
Andres Freund
2019-11-13
*
Remove unused code from tuplesort.
Andres Freund
2019-11-13
*
Add tests for tuplesort.c.
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
*
Handle arrays and ranges in pg_upgrade's test for non-upgradable types.
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
*
Further improve stability of partition_prune regression test.
Tom Lane
2019-11-11
*
Fix whitespace
Peter Eisentraut
2019-11-11
*
Rerun autoheader
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 subscription test
Peter Eisentraut
2019-11-09
*
Fix negative bitmapset member not allowed error in logical replication
Peter Eisentraut
2019-11-09
*
Fix new COPY test of PL/pgSQL with VPATH builds
Michael Paquier
2019-11-09
*
Add tests for COPY in PL/pgSQL
Michael Paquier
2019-11-09
[next]