summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2018-10-08Fix omissions in snprintf.c's coverage of standard *printf functions.Tom Lane
2018-10-08Advance transaction timestamp for intra-procedure transactions.Tom Lane
2018-10-08Improve snprintf.c's handling of NaN, Infinity, and minus zero.Tom Lane
2018-10-08Avoid O(N^2) cost in ExecFindRowMark().Tom Lane
2018-10-08Silence compiler warning in Assert()Alvaro Herrera
2018-10-08Track procedure calls in pg_stat_user_functionsPeter Eisentraut
2018-10-08Improve two error messages related to foreign keys on partitioned tablesMichael Paquier
2018-10-08Fix speling errorMagnus Hagander
2018-10-07Remove some unnecessary fields from Plan trees.Tom Lane
2018-10-07Fix catalog insertion order for ATTACH PARTITIONAlvaro Herrera
2018-10-06Fix event triggers for partitioned tablesAlvaro Herrera
2018-10-06Restore sane locking behavior during parallel query.Tom Lane
2018-10-06Remove more redundant relation locking during executor startup.Tom Lane
2018-10-06Don't use is_infinite() where isinf() will do.Tom Lane
2018-10-06Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane
2018-10-06Improve the accuracy of floating point statistical aggregates.Dean Rasheed
2018-10-06Assign constraint name when cloning FK definition for partitionsMichael Paquier