aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix minor typo in dsa.c.Thomas Munro2018-11-29
* Fix handling of synchronous replication for stopping WAL sendersMichael Paquier2018-11-29
* Have BufFileSize() ereport() on FileSize() failure.Peter Geoghegan2018-11-28
* Only allow one recovery target settingPeter Eisentraut2018-11-28
* Don't set PAM_RHOST for Unix sockets.Thomas Munro2018-11-28
* Do not decode TOAST data for table rewritesTomas Vondra2018-11-28
* Don't count zero-filled buffers as 'read' in EXPLAIN.Thomas Munro2018-11-28
* Fix jit compilation bug on wide tables.Andres Freund2018-11-27
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* Fix assertion failure for SSL connections.Thomas Munro2018-11-25
* Fix float-to-integer coercions to handle edge cases correctly.Tom Lane2018-11-23
* Clamp semijoin selectivity to be not more than inner-join selectivity.Tom Lane2018-11-23
* Silence compiler warningsAlvaro Herrera2018-11-23
* Don't allow partitioned indexes in pg_global tablespaceAlvaro Herrera2018-11-23
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.Tom Lane2018-11-22
* Fix typo in description of ExecFindPartitionMichael Paquier2018-11-22
* Fix typo in commit 6f7d02aa60b7Alvaro Herrera2018-11-21
* Fix PartitionDispatchData vertical whitespaceAlvaro Herrera2018-11-21
* instr_time.h: add INSTR_TIME_SET_CURRENT_LAZYAlvaro Herrera2018-11-21
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Make detection of SSL_CTX_set_min_proto_version more portablePeter Eisentraut2018-11-20
* Add settings to control SSL/TLS protocol versionPeter Eisentraut2018-11-20
* Make WAL description output more consistentPeter Eisentraut2018-11-20
* Refine some guc.c help textsPeter Eisentraut2018-11-20
* Add needed #include.Tom Lane2018-11-19
* Handle EPIPE more sanely when we close a pipe reading from a program.Tom Lane2018-11-19
* Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas2018-11-19
* Disallow COPY FREEZE on partitioned tablesAlvaro Herrera2018-11-19
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Don't forget about failed fsync() requests.Thomas Munro2018-11-19
* Remove unnecessary memcpy when reading WAL record fitting on pageMichael Paquier2018-11-19
* 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
* 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
* 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
* Update executor documentation for run-time partition pruningPeter Eisentraut2018-11-15
* Rationalize expression context reset in ExecModifyTable().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
* Further adjustment to random() seed initialization.Thomas Munro2018-11-15