aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Disallow setting client_min_messages higher than ERROR.Tom Lane2018-11-08
* Revise attribute handling code on partition creationAlvaro Herrera2018-11-08
* Fix incorrect routine name reference in partprune.cMichael Paquier2018-11-08
* Fixup for b84a6dafbf triggering assert failure in LLVM debug builds.Andres Freund2018-11-07
* Move EEOP_*_SYSVAR evaluation out of line.Andres Freund2018-11-07
* Build HashState's hashkeys expression with the correct parent.Andres Freund2018-11-07
* Postpone calculating total_table_pages until after pruning/exclusion.Tom Lane2018-11-07
* Disable recheck_on_update optimization to avoid crashes.Tom Lane2018-11-06
* Remove set-but-unused variable.Thomas Munro2018-11-07
* Optimize nested ConvertRowtypeExpr nodes.Andrew Gierth2018-11-06
* Use pg_pread() and pg_pwrite() for data files and WAL.Thomas Munro2018-11-07
* GUC: adjust effective_cache_size SQL descriptionsBruce Momjian2018-11-06
* Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.Tom Lane2018-11-06
* Remove some remaining traces of dsm_resize().Thomas Munro2018-11-06
* Switch pg_promote to be parallel-safeMichael Paquier2018-11-06
* Remove dsm_resize() and dsm_remap().Thomas Munro2018-11-06
* Fix copy-paste error in errhint() introduced in 691d79a07933.Andres Freund2018-11-05
* Block creation of partitions with open references to its parentMichael Paquier2018-11-05
* Ignore partitioned tables when processing ON COMMIT DELETE ROWSMichael Paquier2018-11-05
* Fix ExecuteCallStmt to not scribble on the passed-in parse tree.Tom Lane2018-11-04
* Fix unused-variable warning.Tom Lane2018-11-04
* Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0.Andres Freund2018-11-03
* Fix STRICT check for strict aggregates with NULL ORDER BY columns.Andres Freund2018-11-03
* Make ts_locale.c's character-type functions cope with UTF-16.Tom Lane2018-11-03
* Fix tablespace handling for partitioned indexesAlvaro Herrera2018-11-03
* Fix NULL handling in multi-batch Parallel Hash Left Join.Thomas Munro2018-11-03
* GUC: adjust effective_cache_size docs and SQL descriptionBruce Momjian2018-11-02
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Lower error level from PANIC to FATAL when restoring slots at startupMichael Paquier2018-11-02
* Remove obsolete pg_constraint.consrc columnPeter Eisentraut2018-11-01
* Remove obsolete pg_attrdef.adsrc columnPeter Eisentraut2018-11-01
* Fix error message typo introduced 691d79a07933.Andres Freund2018-11-01
* Adjust trace_sort log messages.Peter Geoghegan2018-11-01
* Disallow starting server with insufficient wal_level for existing slot.Andres Freund2018-10-31
* Fix memory leak in repeated SPGIST index scans.Tom Lane2018-10-31
* Fix typo in xlog.c.Andres Freund2018-10-31
* Fix interaction of CASE and ArrayCoerceExpr.Tom Lane2018-10-30
* Add pg_partition_tree to display information about partitionsMichael Paquier2018-10-30
* Remove incorrect comment in dshash.c.Thomas Munro2018-10-29
* Add pg_promote functionMichael Paquier2018-10-25
* Apply unconstify() in more placesPeter Eisentraut2018-10-25
* Correctly set t_self for heap tuples in expand_tupleAndrew Dunstan2018-10-24
* List wait events in alphabetical orderMichael Paquier2018-10-24
* Remove get_attidentity()Peter Eisentraut2018-10-23
* Remove get_atttypmod()Peter Eisentraut2018-10-23
* Drop const cast from dlsym() callsPeter Eisentraut2018-10-23
* Sprinkle some const decorationsPeter Eisentraut2018-10-23
* Set pg_class.relhassubclass for partitioned indexesMichael Paquier2018-10-22
* Server-side fix for delayed NOTIFY and SIGTERM processing.Tom Lane2018-10-19
* Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.Tom Lane2018-10-19