Commit Graph

45992 Commits (cfdf4dc4fc9635ac8bf6eaaa5dbbcd364ab29f0c)
 

Author SHA1 Message Date
Thomas Munro cfdf4dc4fc Add WL_EXIT_ON_PM_DEATH pseudo-event. 7 years ago
Michael Paquier d392e9bdea Clarify documentation about PASSWORD in CREATE/ALTER ROLE 7 years ago
Tom Lane eba2ce1712 Fix another crash in json{b}_populate_recordset and json{b}_to_recordset. 7 years ago
Tom Lane fe375d33a1 Doc: rework introductory documentation about covering indexes. 7 years ago
Michael Paquier 25c026c284 Fix typo in description of ExecFindPartition 7 years ago
Bruce Momjian 9cf5d3c486 doc: adjust time zone names text, v2 7 years ago
Bruce Momjian 7906de847f doc: adjust time zone names text 7 years ago
Alvaro Herrera 3bac77c48f Rework the pgbench state machine code for clarity 7 years ago
Alvaro Herrera 03e10b962f Fix typo in commit 6f7d02aa60 7 years ago
Alvaro Herrera ee07e38c14 Fix PartitionDispatchData vertical whitespace 7 years ago
Alvaro Herrera 6f7d02aa60 instr_time.h: add INSTR_TIME_SET_CURRENT_LAZY 7 years ago
Andres Freund 7306d5e920 Blind attempt at fixing sepgsql output for 578b22. 7 years ago
Andres Freund 937e4e5099 Fix sepgsql compile error caused by oid removal. 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Michael Paquier 0999ac4792 Improve description of buffer used to store records in WAL reader 7 years ago
Peter Eisentraut ea8bc349bd Make detection of SSL_CTX_set_min_proto_version more portable 7 years ago
Peter Eisentraut e73e67c719 Add settings to control SSL/TLS protocol version 7 years ago
Peter Eisentraut 2d9140ed26 Make WAL description output more consistent 7 years ago
Peter Eisentraut 69bae23727 doc: Clarify CREATE TYPE ENUM documentation 7 years ago
Peter Eisentraut a568cadaff Refine some guc.c help texts 7 years ago
Michael Paquier 9685d7383a Fix issues with TAP tests of pg_verify_checksums 7 years ago
Tom Lane cb09903fe6 Add needed #include. 7 years ago
Tom Lane ffa4cbd623 Handle EPIPE more sanely when we close a pipe reading from a program. 7 years ago
Alvaro Herrera d56e0fde82 psql: Describe partitioned tables/indexes as such 7 years ago
Tom Lane df303aff66 Update config/ax_pthread.m4 to latest upstream version. 7 years ago
Tom Lane 640a4ba052 Postpone LLVM-related uses of AC_CHECK_DECLS. 7 years ago
Alvaro Herrera 6e5f8d489a psql: Show IP address in \conninfo 7 years ago
Robert Haas 7ee5f88e65 Reduce unnecessary list construction in RelationBuildPartitionDesc. 7 years ago
Tom Lane 16fbac39ff Fix configure's AC_CHECK_DECLS tests to work correctly with clang. 7 years ago
Alvaro Herrera 5c9a5513a3 Disallow COPY FREEZE on partitioned tables 7 years ago
Peter Eisentraut fc47e99a15 pg_archivecleanup: Update file header comment a bit 7 years ago
Thomas Munro 9ccdd7f66e PANIC on fsync() failure. 7 years ago
Thomas Munro 1556cb2fc5 Don't forget about failed fsync() requests. 7 years ago
Michael Paquier 74171f8c12 Rework documentation of pg_promote 7 years ago
Michael Paquier 285bd0ac4a Remove unnecessary memcpy when reading WAL record fitting on page 7 years ago
Andrew Dunstan 79376e0712 fix typo 7 years ago
Andrew Dunstan d5d7f7f3b7 Silence MSVC warnings about redefinition of isnan 7 years ago
Tom Lane 0b59b0e8bc Fix AC_REQUIRES breakage in LLVM autoconf tests. 7 years ago
Tomas Vondra d3bbc4b96a Add valgrind suppressions for wcsrtombs optimizations 7 years ago
Tom Lane 37afc079ab Avoid defining SIGTTIN/SIGTTOU on Windows. 7 years ago
Tom Lane 125f551c8b Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes. 7 years ago
Andres Freund 73616126b4 Fix some spurious new compiler warnings in MSVC. 7 years ago
Andres Freund 4da597edf1 Make TupleTableSlots extensible, finish split of existing slot type. 7 years ago
Alvaro Herrera 0201d79a55 Avoid re-typedef'ing PartitionTupleRouting 7 years ago
Alvaro Herrera 4092319194 pgbench: introduce a RandomState struct 7 years ago
Andres Freund a7aa608e0f Inline hot path of slot_getsomeattrs(). 7 years ago
Alvaro Herrera 3f2393edef Redesign initialization of partition routing structures 7 years ago
Andres Freund a387a3dff9 Fix slot type assumptions for nodeGather[Merge]. 7 years ago
Andres Freund f92cd73923 Add dummy field to currently empty struct TupleTableSlotOps. 7 years ago
Andres Freund 7ef04e4d2c Don't generate tuple deforming functions for virtual slots. 7 years ago