Commit Graph

46027 Commits (d67dae036bd71afd2be7a2fafd7bc1ef38bfcdd1)
 

Author SHA1 Message Date
Thomas Munro d67dae036b Don't count zero-filled buffers as 'read' in EXPLAIN. 7 years ago
Andres Freund 471a7af585 Ensure consistent sort order of large objects in pg_dump. 7 years ago
Andres Freund b238527664 Fix jit compilation bug on wide tables. 7 years ago
Peter Eisentraut f17889b221 Update ssl test certificates and keys 7 years ago
Andres Freund 4c8750a9cc Fix ac218aa4f6 to work on versions before 9.5. 7 years ago
Andres Freund ac218aa4f6 Update pg_upgrade test for reg* to include regrole and regnamespace. 7 years ago
Bruce Momjian 7a9d6779d9 doc: fix wording for plpgsql, add "and" 7 years ago
Andres Freund 54bb22f66a Fix typo introduced in 578b229718. 7 years ago
Andres Freund 12a53c732c Fix pg_upgrade for oid removal. 7 years ago
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