Commit Graph

48888 Commits (ce77abe63cfc85fb0bc236deb2cc34ae35cb5324)
 

Author SHA1 Message Date
Fujii Masao ce77abe63c Include information on buffer usage during planning phase, in EXPLAIN output, take two. 6 years ago
Tom Lane e41955faf0 Fix bugs in gin_fuzzy_search_limit processing. 6 years ago
Fujii Masao c0885c4c30 Improve stability of explain regression test. 6 years ago
Alvaro Herrera 347d2b07fc
Add a glossary to the documentation 6 years ago
Robert Haas 3031440e98 pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified. 6 years ago
Robert Haas c12e43a2e0 Add checksum helper functions. 6 years ago
Tom Lane 6dd9f35779 Fix bogus CALLED_AS_TRIGGER() defenses. 6 years ago
Fujii Masao 19db23bcbd Revert "Include information on buffer usage during planning phase, in EXPLAIN output." 6 years ago
Fujii Masao 18808f8c89 Add wait events for recovery conflicts. 6 years ago
Michael Paquier 9d8ef98800 Add support for \aset in pgbench 6 years ago
Fujii Masao ed7a509571 Include information on buffer usage during planning phase, in EXPLAIN output. 6 years ago
Robert Haas ac44367efb pg_waldump: Add a --quiet option. 6 years ago
Tom Lane 7cb0a423f9 Improve stability fix for partition_aggregate test. 6 years ago
Bruce Momjian 8da1538b39 doc: remove unnecessary INNER keyword 6 years ago
Bruce Momjian c713dc2f7b doc: remove comma, related to commit 92d31085e9 6 years ago
Tom Lane 0b34e7d307 Improve user control over truncation of logged bind-parameter values. 6 years ago
Tomas Vondra 2c220ca46f Fix typo in SLRU stats documentation 6 years ago
David Rowley cefb82d49e Attempt to stabilize partitionwise_aggregate test 6 years ago
Peter Eisentraut 2991ac5fc9 Add SQL functions for Unicode normalization 6 years ago
Peter Eisentraut 070c3d3937 Fix whitespace 6 years ago
Peter Eisentraut 580a446c21 doc: Update for Unix-domain sockets on Windows 6 years ago
Peter Eisentraut c6e0edad46 Add some comments to some SQL features 6 years ago
Thomas Munro 37b3794dfc Add maintenance_io_concurrency to postgresql.conf.sample. 6 years ago
Amit Kapila 3a5e22138a Allow parallel vacuum to accumulate buffer usage. 6 years ago
Fujii Masao 17e0328224 Allow pg_stat_statements to track planning statistics. 6 years ago
Tomas Vondra 28cac71bd3 Collect statistics about SLRU caches 6 years ago
Tom Lane 17ca067995 Clean up parsing of ltree and lquery some more. 6 years ago
Tom Lane 949a9f043e Add support for binary I/O of ltree, lquery, and ltxtquery types. 6 years ago
Tom Lane 501b018799 Check equality semantics for unique indexes on partitioned tables. 6 years ago
Tom Lane a80818605e Improve selectivity estimation for assorted match-style operators. 6 years ago
Peter Eisentraut d8653f4687 Refactor code to look up local replication tuple 6 years ago
Peter Eisentraut 369623492d Update SQL features count 6 years ago
Alexander Korotkov 4d276ba94f Fix typo in contrib/intarray documentation 6 years ago
Alexander Korotkov 3eabc62312 Correct CREATE INDEX documentation for opclass parameters 6 years ago
Alexander Korotkov 3f1802e1fd Documentation corrections for opclass parameters 6 years ago
Michael Paquier 8d84dd0012 Fix crash in psql when attempting to reuse old connection 6 years ago
Amit Kapila 2401d93718 Fix coverity complaint about commit 40d964ec99. 6 years ago
Bruce Momjian 08481eedd1 psql: do file completion for \gx 6 years ago
Michael Paquier a7e8ece41c Add -c/--restore-target-wal to pg_rewind 6 years ago
Bruce Momjian 92d31085e9 doc: remove mention of bitwise operators as solely type-limited 6 years ago
Bruce Momjian 009e422c1b doc: clarify hierarchy of objects: global, db, schema, etc. 6 years ago
Bruce Momjian 046fd4f364 doc: clarify when row-level locks are released 6 years ago
Peter Geoghegan 7dbe290da4 Add CREATE INDEX deduplication assertions. 6 years ago
Bruce Momjian c2da793fd2 Revert erroroneous commit 834b80464d; my apologies 6 years ago
Bruce Momjian 834b80464d dummy commit 6 years ago
Bruce Momjian 9b2009c4cf doc: add namespace column to pg_buffercache example query 6 years ago
Bruce Momjian d97d55460b doc: clarify which table creation is used for inheritance part. 6 years ago
Tom Lane fe3036527a Fix race condition in statext_store(). 6 years ago
Bruce Momjian 33cd0e5ea6 doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM 6 years ago
Tom Lane 0936d1b6ff Still another try at stabilizing stats_ext test results. 6 years ago