aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Provide pg_preadv() and pg_pwritev().Thomas Munro2021-01-11
* Fix allocation logic of cryptohash context data with OpenSSLMichael Paquier2021-01-07
* Replace remaining uses of "whitelist".Thomas Munro2021-01-05
* pgindent: whitelist/blacklist -> additional/excluded.Thomas Munro2021-01-05
* Update copyright for 2021Bruce Momjian2021-01-02
* Use setenv() in preference to putenv().Tom Lane2020-12-30
* Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila2020-12-30
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-27
* Add key management systemBruce Momjian2020-12-25
* move hex_decode() to /common so it can be called from frontendBruce Momjian2020-12-24
* Fix typos and grammar in docs and commentsMichael Paquier2020-12-24
* Multirange datatypesAlexander Korotkov2020-12-20
* Refactor MD5 implementations according to new cryptohash infrastructureMichael Paquier2020-12-10
* Change SHA2 implementation based on OpenSSL to use EVP digest routinesMichael Paquier2020-12-04
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-02
* pg_stat_statements: Track number of times pgss entries were deallocated.Fujii Masao2020-11-26
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-24
* Remove ability to independently select random number generatorMagnus Hagander2020-11-20
* Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila2020-11-17
* Fix alphabetic ordering in typedefs.listAlexander Korotkov2020-11-15
* Remove line missed in previous commitMagnus Hagander2020-11-11
* Remove vacuumdb --analyze-in-stages from pg_upgrade testsMagnus Hagander2020-11-11
* jit: Add support for LLVM 12.Andres Freund2020-11-09
* Remove analyze_new_cluster script from pg_upgradeMagnus Hagander2020-11-09
* Move catalog index declarationsPeter Eisentraut2020-11-07
* Move catalog toast table declarationsPeter Eisentraut2020-11-07
* pg_rewind: Refactor the abstraction to fetch from local/libpq source.Heikki Linnakangas2020-11-04
* Revert pg_relation_check_pages()Michael Paquier2020-11-04
* Track collation versions for indexes.Thomas Munro2020-11-03
* Add pg_relation_check_pages() to check on-disk pages of a relationMichael Paquier2020-10-28
* Improve performance of Unicode {de,re}composition in the backendMichael Paquier2020-10-23
* Extend amcheck to check heap pages.Robert Haas2020-10-22
* Review format of code generated by PerfectHash.pmMichael Paquier2020-10-21
* Sync our copy of the timezone library with IANA release tzcode2020c.Tom Lane2020-10-16
* Use https for gnu.org linksPeter Eisentraut2020-10-14
* Use perfect hash for NFC and NFKC Unicode Normalization quick checkMichael Paquier2020-10-11
* Fix our Windows stat() emulation to handle file sizes > 4GB.Tom Lane2020-10-09
* Improve set of candidate multipliers for perfect hash function generationMichael Paquier2020-10-08
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-08
* Add pg_stat_wal statistics view.Fujii Masao2020-10-02
* Defer flushing of SLRU files.Thomas Munro2020-09-25
* Exclude fmgrprotos.h from pgindent processing.Tom Lane2020-09-22
* Further improve pgindent's list of file exclusions.Tom Lane2020-09-17
* Improve formatting of create_help.pl and plperl_opmask.pl output.Tom Lane2020-09-16
* New contrib module, pg_surgery, with heap surgery functions.Robert Haas2020-09-10
* Add support for partitioned tables and indexes in REINDEXMichael Paquier2020-09-08
* Skip unnecessary stat() calls in walkdir().Thomas Munro2020-09-07
* Remove arbitrary restrictions on password length.Tom Lane2020-09-03
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-03
* snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.Andres Freund2020-08-14