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
*
Fix error handling of readdir() port implementation on first file lookup
Michael Paquier
2019-03-04
*
fix thinko in logrotate test
Andrew Dunstan
2019-03-03
*
Don't do pg_ctl logrotate test on Windows
Andrew Dunstan
2019-03-03
*
Improve performance of index-only scans with many index columns.
Tom Lane
2019-03-03
*
Avoid accidental wildcard expansion in msys shell
Andrew Dunstan
2019-03-03
*
Further fixing for multi-row VALUES lists for updatable views.
Dean Rasheed
2019-03-03
*
Consider only relations part of partition trees in partition functions
Michael Paquier
2019-03-02
*
Use a virtual rather than a heap slot in two places where that suffices.
Andres Freund
2019-03-01
*
Check we don't misoptimize a NOT IN where the subquery returns no rows.
Tom Lane
2019-03-01
*
Teach optimizer's predtest.c more things about ScalarArrayOpExpr.
Tom Lane
2019-03-01
*
Fix whitespace
Peter Eisentraut
2019-03-01
*
Remove tests for pg_dumpall --exclude-database missing argument
Andrew Dunstan
2019-03-01
*
Store tuples for EvalPlanQual in slots, rather than as HeapTuples.
Andres Freund
2019-03-01
*
Add extra descriptive headings in pg_dumpall
Andrew Dunstan
2019-03-01
*
Add --exclude-database option to pg_dumpall
Andrew Dunstan
2019-03-01
*
Clear the local map when not used.
Amit Kapila
2019-03-01
*
Make pg_partition_tree return no rows on unsupported and undefined objects
Michael Paquier
2019-03-01
*
Don't superfluously materialize slot after DELETE from an FDW.
Andres Freund
2019-02-28
*
Don't force materializing when copying a buffer tuple table slot.
Andres Freund
2019-02-28
*
Improve docs for ALTER TABLE .. SET TABLESPACE
Alvaro Herrera
2019-02-28
*
Make get_controlfile not leak file descriptors
Joe Conway
2019-02-28
*
Allow buffer tuple table slots to materialize after ExecStoreVirtualTuple().
Andres Freund
2019-02-28
*
pg_dump: Fix ArchiveEntry handling of some empty values
Alvaro Herrera
2019-02-28
*
Merge near-duplicate code in RI triggers
Peter Eisentraut
2019-02-28
*
Standardize some more loops that chase down parallel lists.
Tom Lane
2019-02-28
*
Clean up some variable names in ri_triggers.c
Peter Eisentraut
2019-02-28
*
Compact for loops
Peter Eisentraut
2019-02-28
*
Reduce comments
Peter Eisentraut
2019-02-28
*
Remove unnecessary unused MATCH PARTIAL code
Peter Eisentraut
2019-02-28
*
Update comment
Peter Eisentraut
2019-02-28
*
Improve documentation of data_sync_retry
Michael Paquier
2019-02-28
*
Fix SCRAM authentication via SSL when mixing versions of OpenSSL
Michael Paquier
2019-02-28
*
Remove unused macro
Peter Eisentraut
2019-02-28
*
Initialize variable to silence compiler warning.
Andres Freund
2019-02-27
*
Set cluster_name for PostgresNode.pm instances
Peter Eisentraut
2019-02-27
*
Set fallback_application_name for a walreceiver to cluster_name
Peter Eisentraut
2019-02-27
*
Fix memory leak when inserting tuple at relation creation for CTAS
Michael Paquier
2019-02-27
*
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-02-26
*
Store table oid and tuple's tid in tuple slots directly.
Andres Freund
2019-02-26
*
Allow to use HeapTupleData embedded in [Buffer]HeapTupleTableSlot.
Andres Freund
2019-02-26
*
Add ExecStorePinnedBufferHeapTuple.
Andres Freund
2019-02-26
*
Change lock acquisition order in expand_inherited_rtentry.
Robert Haas
2019-02-26
*
Free memory in ecpg bytea regression test.
Michael Meskes
2019-02-26
*
Hopefully fixing memory handling issues in ecpglib that Coverity found.
Michael Meskes
2019-02-26
*
Simplify some code in pg_rewind when syncing target directory
Michael Paquier
2019-02-26
*
Remove unneeded argument from _bt_getstackbuf().
Peter Geoghegan
2019-02-25
*
Correct obsolete nbtree page deletion comment.
Peter Geoghegan
2019-02-25
*
psql: Remove obsolete code
Peter Eisentraut
2019-02-25
*
Remove unnecessary use of PROCEDURAL
Peter Eisentraut
2019-02-25
*
Make release of 2PC identifier and locks consistent in COMMIT PREPARED
Michael Paquier
2019-02-25
[next]