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
*
Fix deadlock in GIN vacuum introduced by 218f51584d5
Alexander Korotkov
2018-12-13
*
Repair bogus EPQ plans generated for postgres_fdw foreign joins.
Tom Lane
2018-12-12
*
Repair bogus handling of multi-assignment Params in upper plan levels.
Tom Lane
2018-12-12
*
Tweak pg_partition_tree for undefined relations and unsupported relkinds
Michael Paquier
2018-12-12
*
Add stack depth checks to key recursive functions in backend/nodes/*.c.
Tom Lane
2018-12-10
*
Make TupleDescInitBuiltinEntry throw error for unsupported types.
Tom Lane
2018-12-10
*
Remove dead code in toast_fetch_datum_slice
Stephen Frost
2018-12-10
*
Ensure cleanup of orphan archive status files
Michael Paquier
2018-12-10
*
Add timestamp of last received message from standby to pg_stat_replication
Michael Paquier
2018-12-09
*
Fix misapplication of pgstat_count_truncate to wrong relation.
Tom Lane
2018-12-07
*
Clean up sloppy coding in publicationcmds.c's OpenTableList().
Tom Lane
2018-12-07
*
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-12-07
*
Improve our response to invalid format strings, and detect more cases.
Tom Lane
2018-12-06
*
Cleanup comments in xlog compression
Stephen Frost
2018-12-06
*
Don't mark partitioned indexes invalid unnecessarily
Alvaro Herrera
2018-12-05
*
Fix typo
Stephen Frost
2018-12-04
*
Add some missing schema qualifications
Michael Paquier
2018-12-03
*
Silence compiler warning
Alvaro Herrera
2018-11-30
*
Fix typo.
Amit Kapila
2018-11-30
*
Fix various checksum check problems for pg_verify_checksums and base backups
Michael Paquier
2018-11-30
*
Add log_statement_sample_rate parameter
Alvaro Herrera
2018-11-29
*
Fix minor typo in dsa.c.
Thomas Munro
2018-11-29
*
Fix handling of synchronous replication for stopping WAL senders
Michael Paquier
2018-11-29
*
Have BufFileSize() ereport() on FileSize() failure.
Peter Geoghegan
2018-11-28
*
Only allow one recovery target setting
Peter Eisentraut
2018-11-28
*
Don't set PAM_RHOST for Unix sockets.
Thomas Munro
2018-11-28
*
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-11-28
*
Don't count zero-filled buffers as 'read' in EXPLAIN.
Thomas Munro
2018-11-28
*
Fix jit compilation bug on wide tables.
Andres Freund
2018-11-27
*
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-25
*
Fix assertion failure for SSL connections.
Thomas Munro
2018-11-25
*
Fix float-to-integer coercions to handle edge cases correctly.
Tom Lane
2018-11-23
*
Clamp semijoin selectivity to be not more than inner-join selectivity.
Tom Lane
2018-11-23
*
Silence compiler warnings
Alvaro Herrera
2018-11-23
*
Don't allow partitioned indexes in pg_global tablespace
Alvaro Herrera
2018-11-23
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.
Tom Lane
2018-11-22
*
Fix typo in description of ExecFindPartition
Michael Paquier
2018-11-22
*
Fix typo in commit 6f7d02aa60b7
Alvaro Herrera
2018-11-21
*
Fix PartitionDispatchData vertical whitespace
Alvaro Herrera
2018-11-21
*
instr_time.h: add INSTR_TIME_SET_CURRENT_LAZY
Alvaro Herrera
2018-11-21
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Make detection of SSL_CTX_set_min_proto_version more portable
Peter Eisentraut
2018-11-20
*
Add settings to control SSL/TLS protocol version
Peter Eisentraut
2018-11-20
*
Make WAL description output more consistent
Peter Eisentraut
2018-11-20
*
Refine some guc.c help texts
Peter Eisentraut
2018-11-20
*
Add needed #include.
Tom Lane
2018-11-19
*
Handle EPIPE more sanely when we close a pipe reading from a program.
Tom Lane
2018-11-19
*
Reduce unnecessary list construction in RelationBuildPartitionDesc.
Robert Haas
2018-11-19
*
Disallow COPY FREEZE on partitioned tables
Alvaro Herrera
2018-11-19
[next]