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
*
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-11-06
*
Fix copy-paste error in errhint() introduced in 691d79a07933.
Andres Freund
2018-11-05
*
Translation updates
Peter Eisentraut
2018-11-05
*
Block creation of partitions with open references to its parent
Michael Paquier
2018-11-05
*
Ignore partitioned tables when processing ON COMMIT DELETE ROWS
Michael Paquier
2018-11-05
*
Fix ExecuteCallStmt to not scribble on the passed-in parse tree.
Tom Lane
2018-11-04
*
Fix unused-variable warning.
Tom Lane
2018-11-04
*
Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0.
Andres Freund
2018-11-03
*
Fix STRICT check for strict aggregates with NULL ORDER BY columns.
Andres Freund
2018-11-03
*
Make ts_locale.c's character-type functions cope with UTF-16.
Tom Lane
2018-11-03
*
Fix tablespace handling for partitioned indexes
Alvaro Herrera
2018-11-03
*
Fix NULL handling in multi-batch Parallel Hash Left Join.
Thomas Munro
2018-11-03
*
GUC: adjust effective_cache_size docs and SQL description
Bruce Momjian
2018-11-02
*
Fix error message typo introduced 691d79a07933.
Andres Freund
2018-11-01
*
Adjust trace_sort log messages.
Peter Geoghegan
2018-11-01
*
Disallow starting server with insufficient wal_level for existing slot.
Andres Freund
2018-10-31
*
Fix memory leak in repeated SPGIST index scans.
Tom Lane
2018-10-31
*
Fix interaction of CASE and ArrayCoerceExpr.
Tom Lane
2018-10-30
*
Remove incorrect comment in dshash.c.
Thomas Munro
2018-10-29
*
Correctly set t_self for heap tuples in expand_tuple
Andrew Dunstan
2018-10-24
*
Server-side fix for delayed NOTIFY and SIGTERM processing.
Tom Lane
2018-10-19
*
Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.
Tom Lane
2018-10-19
*
Avoid statically allocating gmtsub()'s timezone workspace.
Tom Lane
2018-10-16
*
Check for stack overrun in standard_ProcessUtility().
Tom Lane
2018-10-15
*
Translation updates
Peter Eisentraut
2018-10-15
*
Avoid duplicate XIDs at recovery when building initial snapshot
Michael Paquier
2018-10-14
*
Simplify use of AllocSetContextCreate() wrapper macro.
Tom Lane
2018-10-12
*
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-12
*
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
*
Advance transaction timestamp for intra-procedure transactions.
Tom Lane
2018-10-08
*
Silence compiler warning in Assert()
Alvaro Herrera
2018-10-08
*
Translation updates
Peter Eisentraut
2018-10-08
*
Track procedure calls in pg_stat_user_functions
Peter Eisentraut
2018-10-08
*
Improve two error messages related to foreign keys on partitioned tables
Michael Paquier
2018-10-08
*
Fix catalog insertion order for ATTACH PARTITION
Alvaro Herrera
2018-10-06
*
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
*
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-10-06
*
Assign constraint name when cloning FK definition for partitions
Michael Paquier
2018-10-06
*
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
*
Fix duplicate primary keys in partitions
Alvaro Herrera
2018-10-04
*
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-10-03
*
MAXALIGN the target address where we store flattened value.
Amit Kapila
2018-10-03
*
Fix corner-case failures in has_foo_privilege() family of functions.
Tom Lane
2018-10-02
*
Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax
Peter Eisentraut
2018-10-01
*
Fix ALTER COLUMN TYPE to not open a relation without any lock.
Tom Lane
2018-10-01
*
Improve error reporting for unsupported effective_io_concurrency setting.
Tom Lane
2018-09-28
*
Fix assertion failure when updating full_page_writes for checkpointer.
Amit Kapila
2018-09-28
*
Fix WAL recycling on standbys depending on archive_mode
Michael Paquier
2018-09-28
*
Fix assorted bugs in pg_get_partition_constraintdef().
Tom Lane
2018-09-27
*
Recurse to sequences on ownership change for all relkinds
Peter Eisentraut
2018-09-26
[next]