summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-01Remove obsolete pg_constraint.consrc columnPeter Eisentraut
2018-11-01Remove obsolete pg_attrdef.adsrc columnPeter Eisentraut
2018-11-01Fix error message typo introduced 691d79a07933.Andres Freund
2018-11-01Adjust trace_sort log messages.Peter Geoghegan
2018-10-31Disallow starting server with insufficient wal_level for existing slot.Andres Freund
2018-10-31Fix memory leak in repeated SPGIST index scans.Tom Lane
2018-10-31Fix typo in xlog.c.Andres Freund
2018-10-31Sync our copy of the timezone library with IANA release tzcode2018g.Tom Lane
2018-10-31Update time zone data files to tzdata release 2018g.Tom Lane
2018-10-30Fix interaction of CASE and ArrayCoerceExpr.Tom Lane
2018-10-30pg_rewind: Remove unused macroPeter Eisentraut
2018-10-30Consolidate cross-option checks in pg_restoreMichael Paquier
2018-10-30Add pg_partition_tree to display information about partitionsMichael Paquier
2018-10-29Fix missing whitespace in pg_dump ref pageMagnus Hagander
2018-10-29Exclude temporary directories from pgindentPeter Eisentraut
2018-10-29pg_restore: Augment documentation for -N optionPeter Eisentraut
2018-10-29Improve description of pg_attrdef in documentationMichael Paquier
2018-10-28Remove incorrect comment in dshash.c.Thomas Munro
2018-10-28Fix perl searchpath for modern perl for MSVC toolsAndrew Dunstan
2018-10-26Improve tab completion of CREATE EVENT TRIGGER in psqlMichael Paquier
2018-10-26Add tab completion of EXECUTE FUNCTION for CREATE TRIGGER in psqlMichael Paquier
2018-10-25Add pg_promote functionMichael Paquier
2018-10-25Apply unconstify() in more placesPeter Eisentraut
2018-10-25Improve unconstify() documentationPeter Eisentraut
2018-10-24Fix typo in regression test commentAndrew Dunstan
2018-10-24Correctly set t_self for heap tuples in expand_tupleAndrew Dunstan
2018-10-24List wait events in alphabetical orderMichael Paquier
2018-10-23Remove get_attidentity()Peter Eisentraut
2018-10-23Remove get_atttypmod()Peter Eisentraut
2018-10-23Drop const cast from dlsym() callsPeter Eisentraut
2018-10-23Sprinkle some const decorationsPeter Eisentraut
2018-10-22Clarify descriptions of relhassubclass and relispartition in pg_classMichael Paquier
2018-10-22Set pg_class.relhassubclass for partitioned indexesMichael Paquier
2018-10-21Fix some grammar errors in bloom.sgmlAlexander Korotkov
2018-10-21Don't try to test files named with a trailing dot on WindowsAndrew Dunstan
2018-10-20Lower privilege level of programs calling regression_mainAndrew Dunstan
2018-10-20Client-side fixes for delayed NOTIFY receipt.Tom Lane
2018-10-20Server-side fix for delayed NOTIFY and SIGTERM processing.Tom Lane
2018-10-19Sync our copy of the timezone library with IANA release tzcode2018f.Tom Lane
2018-10-19Update time zone data files to tzdata release 2018f.Tom Lane
2018-10-19Silence perlcritic warning about missing return.Tom Lane
2018-10-19Use whitelist to choose files scanned with pg_verify_checksumsMichael Paquier
2018-10-19Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.Tom Lane
2018-10-19Refactor pid, random seed and start time initialization.Thomas Munro
2018-10-18Still further rethinking of build changes for macOS Mojave.Tom Lane
2018-10-17Improve some comments related to executor result relations.Tom Lane
2018-10-17Const-ify a few more large static tables.Tom Lane
2018-10-17Fix minor bug in isolationtester.Tom Lane
2018-10-17Fix crash in multi-insert COPYPeter Eisentraut
2018-10-17Minor additional improvements for ecpglib/prepare.c.Tom Lane