| Commit message (Expand) | Author | Age |
... | |
* | pg_validatebackup: Use tempdir_short in TAP tests. | Robert Haas | 2020-04-03 |
* | pg_validatebackup: Adjust TAP tests to placate perlcritic. | Robert Haas | 2020-04-03 |
* | Generate backup manifests for base backups, and validate them. | Robert Haas | 2020-04-03 |
* | Include information on buffer usage during planning phase, in EXPLAIN output,... | Fujii Masao | 2020-04-04 |
* | Fix bugs in gin_fuzzy_search_limit processing. | Tom Lane | 2020-04-03 |
* | Improve stability of explain regression test. | Fujii Masao | 2020-04-04 |
* | Add a glossary to the documentation | Alvaro Herrera | 2020-04-03 |
* | pg_waldump: Don't call XLogDumpDisplayStats() if -q is specified. | Robert Haas | 2020-04-03 |
* | Add checksum helper functions. | Robert Haas | 2020-04-03 |
* | Fix bogus CALLED_AS_TRIGGER() defenses. | Tom Lane | 2020-04-03 |
* | Revert "Include information on buffer usage during planning phase, in EXPLAIN... | Fujii Masao | 2020-04-03 |
* | Add wait events for recovery conflicts. | Fujii Masao | 2020-04-03 |
* | Add support for \aset in pgbench | Michael Paquier | 2020-04-03 |
* | Include information on buffer usage during planning phase, in EXPLAIN output. | Fujii Masao | 2020-04-03 |
* | pg_waldump: Add a --quiet option. | Robert Haas | 2020-04-02 |
* | Improve stability fix for partition_aggregate test. | Tom Lane | 2020-04-02 |
* | doc: remove unnecessary INNER keyword | Bruce Momjian | 2020-04-02 |
* | doc: remove comma, related to commit 92d31085e9 | Bruce Momjian | 2020-04-02 |
* | Improve user control over truncation of logged bind-parameter values. | Tom Lane | 2020-04-02 |
* | Fix typo in SLRU stats documentation | Tomas Vondra | 2020-04-02 |
* | Attempt to stabilize partitionwise_aggregate test | David Rowley | 2020-04-02 |
* | Add SQL functions for Unicode normalization | Peter Eisentraut | 2020-04-02 |
* | Fix whitespace | Peter Eisentraut | 2020-04-02 |
* | doc: Update for Unix-domain sockets on Windows | Peter Eisentraut | 2020-04-02 |
* | Add some comments to some SQL features | Peter Eisentraut | 2020-04-02 |
* | Add maintenance_io_concurrency to postgresql.conf.sample. | Thomas Munro | 2020-04-02 |
* | Allow parallel vacuum to accumulate buffer usage. | Amit Kapila | 2020-04-02 |
* | Allow pg_stat_statements to track planning statistics. | Fujii Masao | 2020-04-02 |
* | Collect statistics about SLRU caches | Tomas Vondra | 2020-04-02 |
* | Clean up parsing of ltree and lquery some more. | Tom Lane | 2020-04-01 |
* | Add support for binary I/O of ltree, lquery, and ltxtquery types. | Tom Lane | 2020-04-01 |
* | Check equality semantics for unique indexes on partitioned tables. | Tom Lane | 2020-04-01 |
* | Improve selectivity estimation for assorted match-style operators. | Tom Lane | 2020-04-01 |
* | Refactor code to look up local replication tuple | Peter Eisentraut | 2020-04-01 |
* | Update SQL features count | Peter Eisentraut | 2020-04-01 |
* | Fix typo in contrib/intarray documentation | Alexander Korotkov | 2020-04-01 |
* | Correct CREATE INDEX documentation for opclass parameters | Alexander Korotkov | 2020-04-01 |
* | Documentation corrections for opclass parameters | Alexander Korotkov | 2020-04-01 |
* | Fix crash in psql when attempting to reuse old connection | Michael Paquier | 2020-04-01 |
* | Fix coverity complaint about commit 40d964ec99. | Amit Kapila | 2020-04-01 |
* | psql: do file completion for \gx | Bruce Momjian | 2020-03-31 |
* | Add -c/--restore-target-wal to pg_rewind | Michael Paquier | 2020-04-01 |
* | doc: remove mention of bitwise operators as solely type-limited | Bruce Momjian | 2020-03-31 |
* | doc: clarify hierarchy of objects: global, db, schema, etc. | Bruce Momjian | 2020-03-31 |
* | doc: clarify when row-level locks are released | Bruce Momjian | 2020-03-31 |
* | Add CREATE INDEX deduplication assertions. | Peter Geoghegan | 2020-03-31 |
* | Revert erroroneous commit 834b80464d; my apologies | Bruce Momjian | 2020-03-31 |
* | dummy commit | Bruce Momjian | 2020-03-31 |
* | doc: add namespace column to pg_buffercache example query | Bruce Momjian | 2020-03-31 |
* | doc: clarify which table creation is used for inheritance part. | Bruce Momjian | 2020-03-31 |