summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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-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-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
2018-10-12Add TAP tests for pg_verify_checksumsMichael Paquier
2018-10-11Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund
2018-10-11Remove timetravel extension.Andres Freund
2018-10-11Move timeofday() implementation out of nabstime.c.Andres Freund
2018-10-10Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund
2018-10-10Slightly correct context check for event triggersPeter Eisentraut
2018-10-10Test that event triggers work in functions and proceduresPeter Eisentraut
2018-10-09Turn transaction_isolation into GUC enumPeter Eisentraut
2018-10-09Make src/common/exec.c's error logging less ugly.Tom Lane
2018-10-09Remove no-longer-needed variant expected regression result files.Tom Lane
2018-10-09Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.Tom Lane
2018-10-09Add pg_ls_archive_statusdir functionMichael Paquier
2018-10-08Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).Thomas Munro