Commit Graph

3560 Commits (4b21acf522d751ba5b6679df391d5121b6c4a35f)

Author SHA1 Message Date
Magnus Hagander 0301db623d Replace @postgresql.org with @lists.postgresql.org for mailinglists 7 years ago
Etsuro Fujita 6c61d7c593 postgres_fdw: Remove duplicate code in DML execution callback functions. 7 years ago
Andres Freund 4c850ecec6 Don't include heapam.h from others headers. 7 years ago
Amit Kapila 43cbedab8f Extend pg_stat_statements_reset to reset statistics specific to a 7 years ago
Michael Paquier e1c1d5444e Update unaccent rules with release 34 of CLDR for Latin-ASCII.xml 7 years ago
Tom Lane afb0d0712f Replace the data structure used for keyword lookup. 7 years ago
Peter Eisentraut 3d59da9ccd unaccent: Make generate_unaccent_rules.py Python 3 compatible 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Peter Eisentraut b6f3649bba Convert unaccent tests to UTF-8 7 years ago
Michael Paquier 1707a0d2aa Remove configure switch --disable-strong-random 7 years ago
Michael Paquier d880b208e5 Fix generation of padding message before encrypting Elgamal in pgcrypto 7 years ago
Peter Eisentraut ae4472c619 Remove obsolete IndexIs* macros 7 years ago
Michael Paquier bf491a9073 Disable WAL-skipping optimization for COPY on views and foreign tables 7 years ago
Tom Lane b2d9e17768 Update sepgsql regression test results for commit ca4103025. 7 years ago
Andres Freund 09568ec3d3 Create a separate oid range for oids assigned by genbki.pl. 7 years ago
Tom Lane 77d4d88afb Repair bogus EPQ plans generated for postgres_fdw foreign joins. 7 years ago
Michael Paquier 730422afcd Fix some errhint and errdetail strings missing a period 7 years ago
Etsuro Fujita f8f6e44676 postgres_fdw: Improve cost and size estimation for aggregate pushdown. 7 years ago
Michael Paquier d3c09b9b13 Add PGXS options to control TAP and isolation tests, take two 7 years ago
Bruce Momjian eae9143d9a C comment: remove extra '*' 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
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 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
Alvaro Herrera 3be5fe2b10 Silence compiler warnings 7 years ago
Thomas Munro cfdf4dc4fc Add WL_EXIT_ON_PM_DEATH pseudo-event. 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
Andres Freund 763f2edd92 Rejigger materializing and fetching a HeapTuple from a slot. 7 years ago
Tom Lane e74dd00f53 Still further rethinking of build changes for macOS Mojave. 7 years ago
Tom Lane 17d6a8fb76 Improve stability of recently-added regression test case. 7 years ago
Tom Lane f1885386f6 Make float exponent output on Windows look the same as elsewhere. 7 years ago
Andres Freund 2d10defa77 Remove timetravel extension. 7 years ago
Andres Freund e9edc1ba0b Fix logical decoding error when system table w/ toast is repeatedly rewritten. 7 years ago
Andres Freund ef493055b6 Force synchronous commit to be enabled for all test_decoding tests. 7 years ago
Tom Lane 52ed730d51 Remove some unnecessary fields from Plan trees. 7 years ago
Tom Lane c87cb5f7a6 Allow btree comparison functions to return INT_MIN. 7 years ago
Peter Eisentraut b5f03dc765 Remove redundant allocation 7 years ago
Tom Lane d73f4c74dd In the executor, use an array of pointers to access the rangetable. 7 years ago
Tom Lane 9ddef36278 Centralize executor's opening/closing of Relations for rangetable entries. 7 years ago
Andres Freund c03c1449c0 Fix issues around EXPLAIN with JIT. 7 years ago
Tom Lane b66827ca7c Fix tuple_data_split() to not open a relation without any lock. 7 years ago
Andres Freund 29c94e03c7 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. 7 years ago
Andres Freund 33001fd7a7 Collect JIT instrumentation from workers. 7 years ago