Commit Graph

46218 Commits (e451dd5521966516110eb1761342ae4a1380b19d)
 

Author SHA1 Message Date
Tom Lane 70d7e507ef Fix translation of special characters in psql's LaTeX output modes. 7 years ago
Tom Lane 95dcb8fc05 Avoid locale-dependent output in numericlocale check. 7 years ago
Alvaro Herrera 67ed3b9d73 Fix sample output for hash_metapage_info query 7 years ago
Tom Lane aa2ba50c2c Add CSV table output mode in psql. 7 years ago
Tom Lane 9a98984f49 Improve regression test coverage for psql output formats. 7 years ago
Tom Lane a7eece4fc9 Fix breakage of "\pset format latex". 7 years ago
Alvaro Herrera 36d442a25a Clarify that cross-row constraints are unsupported 7 years ago
Michael Paquier 664f01b613 Revert "Fix typo in documentation of toast storage" 7 years ago
Michael Paquier 058ef3a1a8 Fix typo in documentation of toast storage 7 years ago
Michael Paquier 1d7dd18686 Revert all new recent changes to add PGXS options for TAP and isolation 7 years ago
Michael Paquier 3955cae0c5 Fix regression test handling of test_decoding with MSVC 7 years ago
Michael Paquier b0b1f4183a Disable temporarily TAP tests for contrib/bloom/ 7 years ago
Michael Paquier 03faa4a8dd Add PGXS options to control TAP and isolation tests 7 years ago
Peter Eisentraut 2dedf4d9a8 Integrate recovery.conf into postgresql.conf 7 years ago
Thomas Munro ab69ea9fee Fix assertion failure for SSL connections. 7 years ago
Andrew Gierth d5890f49da Fix hstore hash function for empty hstores upgraded from 8.4. 7 years ago
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