aboutsummaryrefslogtreecommitdiff
path: root/src/tools/pgindent
Commit message (Expand)AuthorAge
* Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas2024-06-27
* Remove redundant perl version checksAndrew Dunstan2024-06-26
* Fix various issues with ALTER TEXT SEARCH CONFIGURATIONMichael Paquier2024-01-31
* Fix exception safety bug in typcache.c.Thomas Munro2023-09-13
* Cache by-reference missing values in a long lived contextAndrew Dunstan2023-08-22
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-23
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-29
* backpatch "jit: Add support for LLVM 12."Andres Freund2020-12-07
* Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov2019-09-19
* pgindent run prior to branching v12.Tom Lane2019-07-01
* Rework the pg_statistic_ext catalogTomas Vondra2019-06-16
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund2019-04-04
* Refactor the fsync queue for wider use.Thomas Munro2019-04-04
* GIN support for @@ and @? jsonpath operatorsAlexander Korotkov2019-04-01
* Use FullTransactionId for the transaction stack.Thomas Munro2019-03-28
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* tableam: Support for an index build's initial table scan(s).Andres Freund2019-03-27
* Compute XID horizon for page level index vacuum on primary.Andres Freund2019-03-26
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23
* Add options to enable and disable checksums in pg_checksumsMichael Paquier2019-03-23
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-16
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Change function call information to be variable length.Andres Freund2019-01-26
* Change snapshot type to be determined by enum rather than callback.Andres Freund2019-01-21
* Exclude temporary directories from pgindentPeter Eisentraut2018-10-29
* Add missing pg_description strings for pg_type entries.Tom Lane2018-09-20
* Refactor cluster_rel() to handle more optionsMichael Paquier2018-07-24
* Add subtransaction handling for table synchronization workers.Robert Haas2018-07-16
* Update typedefs listAndrew Dunstan2018-06-30
* Add a script to detect perl compile time errors and warningsAndrew Dunstan2018-06-11
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* Don't force a blank line before comments in perl codeAndrew Dunstan2018-05-27
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-09
* perltidy: Add option --nooutdent-long-commentsPeter Eisentraut2018-04-27
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-27
* perltidy: Don't write backup filesPeter Eisentraut2018-04-27
* Preliminary work for pgindent run.Tom Lane2018-04-26
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-25
* Change pgindent/README to specify that we use perltidy version 20170521.Tom Lane2018-04-25
* Revert MERGE patchSimon Riggs2018-04-12
* Replace our traditional initial-catalog-data format with a better design.Tom Lane2018-04-08
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Add Bloom filter implementation.Andres Freund2018-03-31
* Update pgindent's typedefs blacklist, and make it easier to adjust.Tom Lane2018-03-27
* Add expression compilation support to LLVM JIT provider.Andres Freund2018-03-22