summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-29pg_restore: Augment documentation for -N optionPeter Eisentraut
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-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
2018-10-17Improve tzparse's handling of TZDEFRULES ("posixrules") zone data.Tom Lane
2018-10-17Avoid statically allocating statement cache in ecpglib/prepare.c.Tom Lane
2018-10-17Formatting cleanup in ecpglib/prepare.c.Tom Lane
2018-10-16Reorder FmgrBuiltin members, saving 25% in size.Andres Freund
2018-10-16Back off using -isysroot on Darwin.Tom Lane
2018-10-16Mark constantly allocated dest receiver as const.Andres Freund
2018-10-16Add macro to cast away const without allowing changes to underlying type.Andres Freund
2018-10-16Be smarter about age-counter overflow in formatting.c caches.Tom Lane
2018-10-16Avoid rare race condition in privileges.sql regression test.Tom Lane
2018-10-16Avoid statically allocating formatting.c's format string caches.Tom Lane
2018-10-16Correct constness of system attributes in heap.c & prerequisites.Andres Freund
2018-10-16Make PostgresNode.pm's poll_query_until() more chatty about failures.Tom Lane
2018-10-16Avoid statically allocating gmtsub()'s timezone workspace.Tom Lane
2018-10-16Correct constness of a few variables.Andres Freund
2018-10-16Move TupleTableSlots boolean member into one flag variable.Andres Freund
2018-10-15Move generic slot support functions from heaptuple.c into execTuples.c.Andres Freund
2018-10-15Move the replication lag tracker into heap memory.Thomas Munro