summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-16Improve stability of recently-added regression test case.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
2018-10-15Check for stack overrun in standard_ProcessUtility().Tom Lane
2018-10-15pgbench: Report errors during run betterPeter Eisentraut
2018-10-15Make spelling of "acknowledgment" consistentPeter Eisentraut
2018-10-15Fixes for "Glyph not available" warnings from FOPPeter Eisentraut
2018-10-14Add missed tag in bloom.sgmlAlexander Korotkov
2018-10-14contrib/bloom documentation improvementAlexander Korotkov
2018-10-14Make some subquery-using test cases a bit more robust.Tom Lane
2018-10-14Use PlaceHolderVars within the quals of a FULL JOIN.Tom Lane
2018-10-14Clean up/tighten up coercibility checks in opr_sanity regression test.Tom Lane
2018-10-14Avoid duplicate XIDs at recovery when building initial snapshotMichael Paquier
2018-10-14Doc: still further copy-editing for v11 release notes.Tom Lane
2018-10-13Doc: further copy-editing for v11 release notes.Tom Lane
2018-10-13Doc: copy-editing for CREATE INDEX reference page.Tom Lane
2018-10-13Make an editing pass over v11 release notes.Tom Lane
2018-10-12Another round of portability hacking on ECPG regression tests.Tom Lane
2018-10-12Simplify use of AllocSetContextCreate() wrapper macro.Tom Lane
2018-10-12Remove dead reference to ecpg resultmap file.Tom Lane
2018-10-12Correct attach/detach logic for FKs in partitionsAlvaro Herrera
2018-10-12Make float exponent output on Windows look the same as elsewhere.Tom Lane