Commit Graph

13691 Commits (32af96b2b118cd204ca809d7c48c7f8ea7f879cf)

Author SHA1 Message Date
Teodor Sigaev 64f85894ad Set random seed for pgbench. 8 years ago
Alvaro Herrera 555ee77a96 Handle INSERT .. ON CONFLICT with partitioned tables 8 years ago
Tom Lane c515ff8d0a Doc: add example of type resolution in nested UNIONs. 8 years ago
Peter Eisentraut bf4a8676c3 pg_resetwal: Allow users to change the WAL segment size 8 years ago
Peter Eisentraut 8ad8d916f9 initdb: Further polishing of --wal-segsize option 8 years ago
Tom Lane ee4a2c4a03 Doc: remove extra comma in syntax summary for array_fill(). 8 years ago
Peter Eisentraut e22b27f0cb Add long options to pg_resetwal and pg_controldata 8 years ago
Peter Eisentraut 4644a1170f Improve pg_resetwal documentation 8 years ago
Noah Misch c92f7c6223 Don't qualify type pg_catalog.text in extend-extensions-example. 8 years ago
Teodor Sigaev 8694cc96b5 Exclude unlogged tables from base backups 8 years ago
Alvaro Herrera 86f575948c Allow FOR EACH ROW triggers on partitioned tables 8 years ago
Tom Lane 7c91a0364f Sync up our various ways of estimating pg_class.reltuples. 8 years ago
Robert Haas f644c3b386 doc: Update parallel join documentation for Parallel Shared Hash. 8 years ago
Robert Haas e2f1eb0ee3 Implement partition-wise grouping/aggregation. 8 years ago
Teodor Sigaev f67b113ac6 Add \if support to pgbench 8 years ago
Teodor Sigaev e51a04840a Add general purpose hasing functions to pgbench. 8 years ago
Tatsuo Ishii 8bb3c7d347 Fix typo. 8 years ago
Peter Eisentraut 325f2ec555 Handle heap rewrites even better in logical decoding 8 years ago
Teodor Sigaev be8a7a6866 Add strict_word_similarity to pg_trgm module 8 years ago
Teodor Sigaev aea7c17e86 Rework word_similarity documentation, make it close to actual algorithm. 8 years ago
Peter Eisentraut d652e3525b doc: Small wording improvement 8 years ago
Andres Freund 6869b4f258 Add C++ support to configure. 8 years ago
Tom Lane b6cbe9ea1a Doc: typo fix, "PG_" should be "TG_" here. 8 years ago
Tom Lane a467832047 Doc: note that statement-level view triggers require an INSTEAD OF trigger. 8 years ago
Peter Eisentraut e3bdb2d926 Set libpq sslcompression to off by default 8 years ago
Peter Eisentraut 8a3d942529 Add ssl_passphrase_command setting 8 years ago
Tom Lane 013c0baadd Doc: explicitly point out that enum values can't be dropped. 8 years ago
Peter Eisentraut f66e8bf875 Remove pg_class.relhaspkey 8 years ago
Peter Eisentraut 33803f67f1 Support INOUT arguments in procedures 8 years ago
Alvaro Herrera 484a4a08ab Log when a BRIN autosummarization request fails 8 years ago
Alvaro Herrera 63cbee6a78 doc: Reword restriction on partition keys in unique indexes 8 years ago
Alvaro Herrera 3beb46ae81 docs: Fix typo: a -> an 8 years ago
Alvaro Herrera c4af6960e3 Remove doc sentence no longer applicable 8 years ago
Tom Lane 4e0c743c18 Fix cross-checking of ReservedBackends/max_wal_senders/MaxConnections. 8 years ago
Peter Eisentraut d40c7cd004 doc: Add more substructure to SSL documentation 8 years ago
Peter Eisentraut a3739e376f doc: Improve calculation of vm.nr_hugepages 8 years ago
Peter Eisentraut 0c2c81b403 doc: Add replication parameter to libpq documentation 8 years ago
Peter Eisentraut 4c831aeaa7 Tests for Kerberos/GSSAPI authentication 8 years ago
Andres Freund 854dd8cff5 Add parenthesized options syntax for ANALYZE. 8 years ago
Alvaro Herrera 5564c11815 Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL) 8 years ago
Peter Eisentraut dd9ed0bf70 doc: Tiny whitespace fix 8 years ago
Peter Eisentraut 7726147f53 doc: Small wording improvement 8 years ago
Peter Eisentraut e568eed2fc doc: Fix links to pg_stat_replication 8 years ago
Peter Eisentraut 506652bcae doc: Improve wording 8 years ago
Peter Eisentraut fdb34824e0 Add PG_TEST_EXTRA to control optional test suites 8 years ago
Peter Eisentraut fd1a421fe6 Add prokind column, replacing proisagg and proiswindow 8 years ago
Andres Freund 9c4968469a doc: mention PROVE_TESTS in section of TAP tests. 8 years ago
Andres Freund a88609089a doc: Add WaitForBackgroundWorkerShutdown() to bgw docs. 8 years ago
Andres Freund 8c438fcc9f doc: Add random_zipfian to list of random functions with argument. 8 years ago
Tom Lane d3b851e9a3 Doc: remove duplicate poly_ops row from SP-GiST opclass table. 8 years ago