Commit Graph

45868 Commits (8f623bedfb4fee5a125b25720e5451379cf26ff9)
 

Author SHA1 Message Date
Tom Lane 8f623bedfb Remove useless symbol from Makefile.global. 7 years ago
Thomas Munro 9e12fb02b7 Remove some remaining traces of dsm_resize(). 7 years ago
Michael Paquier add9182e59 Reorganize format options of psql in alphabetical order 7 years ago
Michael Paquier 8f045e242b Switch pg_promote to be parallel-safe 7 years ago
Thomas Munro 3c60d0fa23 Remove dsm_resize() and dsm_remap(). 7 years ago
Tom Lane b0a1ff8a6a Last-minute updates for release notes. 7 years ago
Andres Freund a3fb382e9c Fix copy-paste error in errhint() introduced in 691d79a079. 7 years ago
Tom Lane 55f3d10296 Remove unreferenced pg_opfamily entry. 7 years ago
Tom Lane 1eaeb02a30 Last-minute updates for release notes. 7 years ago
Michael Paquier dc3e436b19 Block creation of partitions with open references to its parent 7 years ago
Michael Paquier 4bc772e2af Ignore partitioned tables when processing ON COMMIT DELETE ROWS 7 years ago
Tom Lane fa534b411c Release notes for 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, 9.3.25. 7 years ago
Tom Lane 9b6fb9fbb4 Fix ExecuteCallStmt to not scribble on the passed-in parse tree. 7 years ago
Tom Lane 15c7293477 Fix bugs in plpgsql's handling of CALL argument lists. 7 years ago
Tom Lane 3e0b05a756 Fix unused-variable warning. 7 years ago
Andres Freund 793beab37e Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0. 7 years ago
Andres Freund 4c640f4f38 Fix STRICT check for strict aggregates with NULL ORDER BY columns. 7 years ago
Tom Lane 981dc2baa8 Make ts_locale.c's character-type functions cope with UTF-16. 7 years ago
Alvaro Herrera dfa6081419 Fix tablespace handling for partitioned indexes 7 years ago
Stephen Frost ceadcbe8ff Remove extra word from create sub docs 7 years ago
Tom Lane 65a82a7649 First-draft release notes for 11.1. 7 years ago
Tom Lane 1440c461f7 Yet further rethinking of build changes for macOS Mojave. 7 years ago
Thomas Munro 1ce4a807e2 Fix NULL handling in multi-batch Parallel Hash Left Join. 7 years ago
Bruce Momjian a4634b96cc docs: adjust simpler language for NULL return from ANY/ALL 7 years ago
Bruce Momjian 3e0f1a4741 GUC: adjust effective_cache_size docs and SQL description 7 years ago
Magnus Hagander 0083a82433 Fix some spelling errors in the documentation 7 years ago
Magnus Hagander fbec7459aa Fix spelling errors and typos in comments 7 years ago
Bruce Momjian 8610c973dd doc: use simpler language for NULL return from ANY/ALL 7 years ago
Michael Paquier 6286efb524 Lower error level from PANIC to FATAL when restoring slots at startup 7 years ago
Peter Eisentraut 96b00c433c Remove obsolete pg_constraint.consrc column 7 years ago
Peter Eisentraut fe5038236c Remove obsolete pg_attrdef.adsrc column 7 years ago
Andres Freund 8a99f8a827 Fix error message typo introduced 691d79a079. 7 years ago
Peter Geoghegan cb6f8a9a72 Adjust trace_sort log messages. 7 years ago
Andres Freund 691d79a079 Disallow starting server with insufficient wal_level for existing slot. 7 years ago
Tom Lane 696b0c5fd0 Fix memory leak in repeated SPGIST index scans. 7 years ago
Andres Freund c4ab62f9ac Fix typo in xlog.c. 7 years ago
Tom Lane 10bfda0617 Sync our copy of the timezone library with IANA release tzcode2018g. 7 years ago
Tom Lane 5c2e0ca5f0 Update time zone data files to tzdata release 2018g. 7 years ago
Tom Lane 14a158f9bf Fix interaction of CASE and ArrayCoerceExpr. 7 years ago
Peter Eisentraut c2c7c263af pg_rewind: Remove unused macro 7 years ago
Michael Paquier c34bca9ea5 Consolidate cross-option checks in pg_restore 7 years ago
Michael Paquier d5eec4eefd Add pg_partition_tree to display information about partitions 7 years ago
Magnus Hagander 56c0484b2e Fix missing whitespace in pg_dump ref page 7 years ago
Peter Eisentraut a9e5f8e781 Exclude temporary directories from pgindent 7 years ago
Peter Eisentraut 2fe42baf7c pg_restore: Augment documentation for -N option 7 years ago
Michael Paquier 0993b8ada5 Improve description of pg_attrdef in documentation 7 years ago
Thomas Munro 051a1494bd Remove incorrect comment in dshash.c. 7 years ago
Andrew Dunstan 1df92eeafe Fix perl searchpath for modern perl for MSVC tools 7 years ago
Michael Paquier 5953c99697 Improve tab completion of CREATE EVENT TRIGGER in psql 7 years ago
Michael Paquier 292ef6e277 Add tab completion of EXECUTE FUNCTION for CREATE TRIGGER in psql 7 years ago