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
...
*
Disallow setting client_min_messages higher than ERROR.
Tom Lane
2018-11-08
*
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-08
*
Fix incorrect routine name reference in partprune.c
Michael Paquier
2018-11-08
*
Fixup for b84a6dafbf triggering assert failure in LLVM debug builds.
Andres Freund
2018-11-07
*
Move EEOP_*_SYSVAR evaluation out of line.
Andres Freund
2018-11-07
*
Build HashState's hashkeys expression with the correct parent.
Andres Freund
2018-11-07
*
Postpone calculating total_table_pages until after pruning/exclusion.
Tom Lane
2018-11-07
*
Disable recheck_on_update optimization to avoid crashes.
Tom Lane
2018-11-06
*
Remove set-but-unused variable.
Thomas Munro
2018-11-07
*
Optimize nested ConvertRowtypeExpr nodes.
Andrew Gierth
2018-11-06
*
Use pg_pread() and pg_pwrite() for data files and WAL.
Thomas Munro
2018-11-07
*
GUC: adjust effective_cache_size SQL descriptions
Bruce Momjian
2018-11-06
*
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-11-06
*
Remove some remaining traces of dsm_resize().
Thomas Munro
2018-11-06
*
Switch pg_promote to be parallel-safe
Michael Paquier
2018-11-06
*
Remove dsm_resize() and dsm_remap().
Thomas Munro
2018-11-06
*
Fix copy-paste error in errhint() introduced in 691d79a07933.
Andres Freund
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 spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
Lower error level from PANIC to FATAL when restoring slots at startup
Michael Paquier
2018-11-02
*
Remove obsolete pg_constraint.consrc column
Peter Eisentraut
2018-11-01
*
Remove obsolete pg_attrdef.adsrc column
Peter Eisentraut
2018-11-01
*
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 typo in xlog.c.
Andres Freund
2018-10-31
*
Fix interaction of CASE and ArrayCoerceExpr.
Tom Lane
2018-10-30
*
Add pg_partition_tree to display information about partitions
Michael Paquier
2018-10-30
*
Remove incorrect comment in dshash.c.
Thomas Munro
2018-10-29
*
Add pg_promote function
Michael Paquier
2018-10-25
*
Apply unconstify() in more places
Peter Eisentraut
2018-10-25
*
Correctly set t_self for heap tuples in expand_tuple
Andrew Dunstan
2018-10-24
*
List wait events in alphabetical order
Michael Paquier
2018-10-24
*
Remove get_attidentity()
Peter Eisentraut
2018-10-23
*
Remove get_atttypmod()
Peter Eisentraut
2018-10-23
*
Drop const cast from dlsym() calls
Peter Eisentraut
2018-10-23
*
Sprinkle some const decorations
Peter Eisentraut
2018-10-23
*
Set pg_class.relhassubclass for partitioned indexes
Michael Paquier
2018-10-22
*
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
[prev]
[next]