summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-20Remove WITH OIDs support.oidnixAndres Freund
2018-11-20doc: Clarify CREATE TYPE ENUM documentationPeter Eisentraut
2018-11-20Refine some guc.c help textsPeter Eisentraut
2018-11-20Fix issues with TAP tests of pg_verify_checksumsMichael Paquier
2018-11-19Add needed #include.Tom Lane
2018-11-19Handle EPIPE more sanely when we close a pipe reading from a program.Tom Lane
2018-11-19psql: Describe partitioned tables/indexes as suchAlvaro Herrera
2018-11-19Update config/ax_pthread.m4 to latest upstream version.Tom Lane
2018-11-19Postpone LLVM-related uses of AC_CHECK_DECLS.Tom Lane
2018-11-19psql: Show IP address in \conninfoAlvaro Herrera
2018-11-19Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas
2018-11-19Fix configure's AC_CHECK_DECLS tests to work correctly with clang.Tom Lane
2018-11-19Disallow COPY FREEZE on partitioned tablesAlvaro Herrera
2018-11-19pg_archivecleanup: Update file header comment a bitPeter Eisentraut
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-11-19Don't forget about failed fsync() requests.Thomas Munro
2018-11-19Rework documentation of pg_promoteMichael Paquier
2018-11-19Remove unnecessary memcpy when reading WAL record fitting on pageMichael Paquier
2018-11-18fix typoAndrew Dunstan
2018-11-18Silence MSVC warnings about redefinition of isnanAndrew Dunstan
2018-11-18Fix AC_REQUIRES breakage in LLVM autoconf tests.Tom Lane
2018-11-17Add valgrind suppressions for wcsrtombs optimizationsTomas Vondra
2018-11-17Avoid defining SIGTTIN/SIGTTOU on Windows.Tom Lane
2018-11-17Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.Tom Lane
2018-11-17Fix some spurious new compiler warnings in MSVC.Andres Freund
2018-11-17Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund
2018-11-16Avoid re-typedef'ing PartitionTupleRoutingAlvaro Herrera
2018-11-16pgbench: introduce a RandomState structAlvaro Herrera
2018-11-16Inline hot path of slot_getsomeattrs().Andres Freund
2018-11-16Redesign initialization of partition routing structuresAlvaro Herrera
2018-11-16Fix slot type assumptions for nodeGather[Merge].Andres Freund
2018-11-16Add dummy field to currently empty struct TupleTableSlotOps.Andres Freund
2018-11-16Don't generate tuple deforming functions for virtual slots.Andres Freund
2018-11-16Verify that expected slot types match returned slot types.Andres Freund
2018-11-16Compute information about EEOP_*_FETCHSOME at expression init time.Andres Freund
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-11-15Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund
2018-11-15A small tweak to some comments for PartitionKeyDataPeter Eisentraut
2018-11-15Correct code comments for PartitionedRelPruneInfo structPeter Eisentraut
2018-11-15Update executor documentation for run-time partition pruningPeter Eisentraut
2018-11-15Rationalize expression context reset in ExecModifyTable().Andres Freund
2018-11-15Make reformat-dat-files, reformat-dat-files VPATH safe.Andres Freund
2018-11-15Improve performance of partition pruning remapping a little.Tom Lane
2018-11-15geo_ops.c: Clarify comments and function argumentsAlvaro Herrera
2018-11-15Fix the omission in docs.Amit Kapila
2018-11-15Further adjustment to random() seed initialization.Thomas Munro
2018-11-15Increase the number of possible random seeds per time period.Thomas Munro
2018-11-15Use 64 bit type for BufFileSize().Thomas Munro
2018-11-14Make psql's "\pset format" command reject non-unique abbreviations.Tom Lane
2018-11-14Doc: remove claim that all \pset format options are unique in 1 letter.Tom Lane