Commit Graph

46002 Commits (757c5182f2c42af528386c0419c60c111c678cab)
 

Author SHA1 Message Date
Andrew Gierth 757c5182f2 Avoid crashes in contrib/intarray gist__int_ops (bug #15518) 7 years ago
Tom Lane 452b637d4b Adjust new test case for more portability. 7 years ago
Tom Lane cbdb8b4c01 Fix float-to-integer coercions to handle edge cases correctly. 7 years ago
Tom Lane eb6f29141b Add a 64-bit hash function for type hstore. 7 years ago
Tom Lane 48c41fa974 Add a 64-bit hash function for type citext. 7 years ago
Tom Lane a314c34079 Clamp semijoin selectivity to be not more than inner-join selectivity. 7 years ago
Alvaro Herrera 3be5fe2b10 Silence compiler warnings 7 years ago
Tom Lane 0f75a466ac Remove bogus file. 7 years ago
Alvaro Herrera de38ce1b83 Don't allow partitioned indexes in pg_global tablespace 7 years ago
Peter Eisentraut a80dcac60c doc: Fix typo 7 years ago
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