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
*
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
*
Fix inconsistent out-of-memory error reporting in dsa.c.
Thomas Munro
2019-02-25
*
Fix ecpg bugs caused by missing semicolons in the backend grammar.
Tom Lane
2019-02-24
*
Tolerate EINVAL when calling fsync() on a directory.
Thomas Munro
2019-02-24
*
Tolerate ENOSYS failure from sync_file_range().
Thomas Munro
2019-02-24
*
Revert "pg_regress: Don't use absolute paths for the diff"
Peter Eisentraut
2019-02-23
*
Fix incorrect function reference in comment of twophase.c
Michael Paquier
2019-02-23
*
Add TAP tests for 2PC post-commit callbacks of multixacts at recovery
Michael Paquier
2019-02-23
*
Fix plan created for inherited UPDATE/DELETE with all tables excluded.
Tom Lane
2019-02-22
*
Report correct name in autovacuum "work items" activity
Alvaro Herrera
2019-02-22
*
Add const qualifier
Peter Eisentraut
2019-02-22
*
Remove duplicate variable declaration in fe-connect.c
Michael Paquier
2019-02-22
*
Fix mark-and-restore-skipping test case to not be a self-join.
Tom Lane
2019-02-21
*
Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double.
Tom Lane
2019-02-21
*
Hide other user's pg_stat_ssl rows
Peter Eisentraut
2019-02-21
*
doc: Add security information about pg_stat_activity
Peter Eisentraut
2019-02-21
*
pg_regress: Don't use absolute paths for the diff
Peter Eisentraut
2019-02-21
*
Move code for managing PartitionDescs into a new file, partdesc.c
Robert Haas
2019-02-21
*
Delay lock acquisition for partitions until we route a tuple to them.
Robert Haas
2019-02-21
*
Fix dbtoepub output file name
Peter Eisentraut
2019-02-21
*
Speed up match_eclasses_to_foreign_key_col() when there are many ECs.
Tom Lane
2019-02-20
*
Use an unsigned char for bool if we don't use the native bool.
Andrew Gierth
2019-02-20
*
Improve planner's understanding of strictness of type coercions.
Tom Lane
2019-02-20
*
Fix incorrect strictness test for ArrayCoerceExpr expressions.
Tom Lane
2019-02-20
*
Make object address handling more robust
Alvaro Herrera
2019-02-20
*
Doc: Update the documentation for FSM behavior for small tables.
Amit Kapila
2019-02-20
[next]