summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-11-23Clamp semijoin selectivity to be not more than inner-join selectivity.Tom Lane
2018-11-23Silence compiler warningsAlvaro Herrera
2018-11-23Don't allow partitioned indexes in pg_global tablespaceAlvaro Herrera
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro
2018-11-22Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.Tom Lane
2018-11-22Fix typo in description of ExecFindPartitionMichael Paquier
2018-11-21Fix typo in commit 6f7d02aa60b7Alvaro Herrera
2018-11-21Fix PartitionDispatchData vertical whitespaceAlvaro Herrera
2018-11-21instr_time.h: add INSTR_TIME_SET_CURRENT_LAZYAlvaro Herrera
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-20Make detection of SSL_CTX_set_min_proto_version more portablePeter Eisentraut
2018-11-20Add settings to control SSL/TLS protocol versionPeter Eisentraut
2018-11-20Make WAL description output more consistentPeter Eisentraut
2018-11-20Refine some guc.c help textsPeter Eisentraut
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-19Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas
2018-11-19Disallow COPY FREEZE on partitioned tablesAlvaro Herrera
2018-11-19PANIC on fsync() failure.Thomas Munro
2018-11-19Don't forget about failed fsync() requests.Thomas Munro
2018-11-19Remove unnecessary memcpy when reading WAL record fitting on pageMichael Paquier
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-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-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-15Update executor documentation for run-time partition pruningPeter Eisentraut
2018-11-15Rationalize expression context reset in ExecModifyTable().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-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-14Add a timezone-specific variant of date_trunc().Tom Lane
2018-11-14Lower lock level for renaming indexesPeter Eisentraut
2018-11-14Initialize TransactionState and user ID consistently at transaction startMichael Paquier
2018-11-14Add flag values in WAL description to all heap recordsMichael Paquier
2018-11-14Refactor code creating PartitionBoundInfoMichael Paquier
2018-11-13Fix realfailN lexer rules to not make assumptions about input format.Tom Lane
2018-11-13Align ECPG lexer more closely with the core and psql lexers.Tom Lane
2018-11-13Fix const correctness warning.Thomas Munro
2018-11-13Fix the initialization of atomic variables introduced by theAmit Kapila