aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Postpone LLVM-related uses of AC_CHECK_DECLS.Tom Lane2018-11-19
* psql: Show IP address in \conninfoAlvaro Herrera2018-11-19
* Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas2018-11-19
* Fix configure's AC_CHECK_DECLS tests to work correctly with clang.Tom Lane2018-11-19
* Disallow COPY FREEZE on partitioned tablesAlvaro Herrera2018-11-19
* pg_archivecleanup: Update file header comment a bitPeter Eisentraut2018-11-19
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Don't forget about failed fsync() requests.Thomas Munro2018-11-19
* Rework documentation of pg_promoteMichael Paquier2018-11-19
* Remove unnecessary memcpy when reading WAL record fitting on pageMichael Paquier2018-11-19
* fix typoAndrew Dunstan2018-11-18
* Silence MSVC warnings about redefinition of isnanAndrew Dunstan2018-11-18
* Fix AC_REQUIRES breakage in LLVM autoconf tests.Tom Lane2018-11-17
* Add valgrind suppressions for wcsrtombs optimizationsTomas Vondra2018-11-17
* Avoid defining SIGTTIN/SIGTTOU on Windows.Tom Lane2018-11-17
* Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.Tom Lane2018-11-17
* Fix some spurious new compiler warnings in MSVC.Andres Freund2018-11-17
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-16
* Avoid re-typedef'ing PartitionTupleRoutingAlvaro Herrera2018-11-16
* pgbench: introduce a RandomState structAlvaro Herrera2018-11-16
* Inline hot path of slot_getsomeattrs().Andres Freund2018-11-16
* Redesign initialization of partition routing structuresAlvaro Herrera2018-11-16
* Fix slot type assumptions for nodeGather[Merge].Andres Freund2018-11-15
* Add dummy field to currently empty struct TupleTableSlotOps.Andres Freund2018-11-15
* Don't generate tuple deforming functions for virtual slots.Andres Freund2018-11-15
* Verify that expected slot types match returned slot types.Andres Freund2018-11-15
* Compute information about EEOP_*_FETCHSOME at expression init time.Andres Freund2018-11-15
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund2018-11-15
* A small tweak to some comments for PartitionKeyDataPeter Eisentraut2018-11-15
* Correct code comments for PartitionedRelPruneInfo structPeter Eisentraut2018-11-15
* Update executor documentation for run-time partition pruningPeter Eisentraut2018-11-15
* Rationalize expression context reset in ExecModifyTable().Andres Freund2018-11-15
* Make reformat-dat-files, reformat-dat-files VPATH safe.Andres Freund2018-11-15
* Improve performance of partition pruning remapping a little.Tom Lane2018-11-15
* geo_ops.c: Clarify comments and function argumentsAlvaro Herrera2018-11-15
* Fix the omission in docs.Amit Kapila2018-11-15
* Further adjustment to random() seed initialization.Thomas Munro2018-11-15
* Increase the number of possible random seeds per time period.Thomas Munro2018-11-15
* Use 64 bit type for BufFileSize().Thomas Munro2018-11-15
* Make psql's "\pset format" command reject non-unique abbreviations.Tom Lane2018-11-14
* Doc: remove claim that all \pset format options are unique in 1 letter.Tom Lane2018-11-14
* Add a timezone-specific variant of date_trunc().Tom Lane2018-11-14
* Second try at fixing numeric data passed through an ECPG SQLDA.Tom Lane2018-11-14
* Lower lock level for renaming indexesPeter Eisentraut2018-11-14
* Initialize TransactionState and user ID consistently at transaction startMichael Paquier2018-11-14
* Add flag values in WAL description to all heap recordsMichael Paquier2018-11-14
* Refactor code creating PartitionBoundInfoMichael Paquier2018-11-14
* Add INSERT ON CONFLICT test on partitioned tables with transition tableAlvaro Herrera2018-11-13
* Fix incorrect results for numeric data passed through an ECPG SQLDA.Tom Lane2018-11-13