summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-20Improve description of buffer used to store records in WAL readerMichael Paquier
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-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-19psql: Show IP address in \conninfoAlvaro Herrera
2018-11-19Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas
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-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-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-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-14Add a timezone-specific variant of date_trunc().Tom Lane
2018-11-14Second try at fixing numeric data passed through an ECPG SQLDA.Tom Lane
2018-11-14Lower lock level for renaming indexesPeter Eisentraut
2018-11-14Initialize TransactionState and user ID consistently at transaction startMichael Paquier