Commit Graph

45847 Commits (1440c461f7ea665b7e743aa636aa6adafa5c6fc6)
 

Author SHA1 Message Date
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
Michael Paquier 10074651e3 Add pg_promote function 7 years ago
Peter Eisentraut 0a8590b2a0 Apply unconstify() in more places 7 years ago
Peter Eisentraut f2898de98a Improve unconstify() documentation 7 years ago
Andrew Dunstan 4beea5508e Fix typo in regression test comment 7 years ago
Andrew Dunstan 040a1df614 Correctly set t_self for heap tuples in expand_tuple 7 years ago
Michael Paquier 5ef037cf0b List wait events in alphabetical order 7 years ago
Peter Eisentraut 5d7c703a44 Remove get_attidentity() 7 years ago
Peter Eisentraut c903bb7b1c Remove get_atttypmod() 7 years ago
Peter Eisentraut e6f5d1accd Drop const cast from dlsym() calls 7 years ago
Peter Eisentraut 807e4bc828 Sprinkle some const decorations 7 years ago
Michael Paquier 55853d666c Clarify descriptions of relhassubclass and relispartition in pg_class 7 years ago
Michael Paquier 17f206fbc8 Set pg_class.relhassubclass for partitioned indexes 7 years ago
Alexander Korotkov 31ff51adc8 Fix some grammar errors in bloom.sgml 7 years ago
Andrew Dunstan c468bd5c08 Don't try to test files named with a trailing dot on Windows 7 years ago
Andrew Dunstan ce5d3424d6 Lower privilege level of programs calling regression_main 7 years ago
Tom Lane 4247db6252 Client-side fixes for delayed NOTIFY receipt. 7 years ago
Tom Lane 2ddb9149d1 Server-side fix for delayed NOTIFY and SIGTERM processing. 7 years ago
Tom Lane 12bfb778ce Sync our copy of the timezone library with IANA release tzcode2018f. 7 years ago
Tom Lane 13877d30f2 Update time zone data files to tzdata release 2018f. 7 years ago
Tom Lane e65e8f8218 Silence perlcritic warning about missing return. 7 years ago
Michael Paquier d55241af70 Use whitelist to choose files scanned with pg_verify_checksums 7 years ago