aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* doc: Fix typoPeter Eisentraut2018-11-23
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* Clarify documentation about PASSWORD in CREATE/ALTER ROLEMichael Paquier2018-11-23
* Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.Tom Lane2018-11-22
* Doc: rework introductory documentation about covering indexes.Tom Lane2018-11-22
* Fix typo in description of ExecFindPartitionMichael Paquier2018-11-22
* doc: adjust time zone names text, v2Bruce Momjian2018-11-21
* doc: adjust time zone names textBruce Momjian2018-11-21
* Rework the pgbench state machine code for clarityAlvaro Herrera2018-11-21
* 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
* Blind attempt at fixing sepgsql output for 578b22.Andres Freund2018-11-20
* Fix sepgsql compile error caused by oid removal.Andres Freund2018-11-20
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Improve description of buffer used to store records in WAL readerMichael Paquier2018-11-21
* 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
* doc: Clarify CREATE TYPE ENUM documentationPeter Eisentraut2018-11-20
* Refine some guc.c help textsPeter Eisentraut2018-11-20
* Fix issues with TAP tests of pg_verify_checksumsMichael Paquier2018-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
* psql: Describe partitioned tables/indexes as suchAlvaro Herrera2018-11-19
* Update config/ax_pthread.m4 to latest upstream version.Tom Lane2018-11-19
* 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