summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
2019-09-25Add dummy_index_am to src/test/modules/Michael Paquier
2019-09-19Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov
2019-09-06Create an API for inserting and deleting rows in TOAST tables.Robert Haas
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-07-02Refactor code of reindexdb for query generationMichael Paquier
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-06-15Rework the pg_statistic_ext catalogTomas Vondra
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-04tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund
2019-04-04Refactor the fsync queue for wider use.Thomas Munro
2019-04-01GIN support for @@ and @? jsonpath operatorsAlexander Korotkov
2019-03-28Use FullTransactionId for the transaction stack.Thomas Munro
2019-03-28Add basic infrastructure for 64 bit transaction IDs.Thomas Munro
2019-03-28tableam: Support for an index build's initial table scan(s).Andres Freund
2019-03-26Compute XID horizon for page level index vacuum on primary.Andres Freund
2019-03-24tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund
2019-03-22Add options to enable and disable checksums in pg_checksumsMichael Paquier
2019-03-16Partial implementation of SQL/JSON path languageAlexander Korotkov
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-03-06tableam: introduce table AM infrastructure.Andres Freund
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-22Change snapshot type to be determined by enum rather than callback.Andres Freund
2018-10-29Exclude temporary directories from pgindentPeter Eisentraut
2018-09-20Add missing pg_description strings for pg_type entries.Tom Lane
2018-07-24Refactor cluster_rel() to handle more optionsMichael Paquier
2018-07-16Add subtransaction handling for table synchronization workers.Robert Haas
2018-06-30Update typedefs listAndrew Dunstan
2018-06-11Add a script to detect perl compile time errors and warningsAndrew Dunstan
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-27Don't force a blank line before comments in perl codeAndrew Dunstan
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-04-27perltidy: Add option --nooutdent-long-commentsPeter Eisentraut
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-27perltidy: Don't write backup filesPeter Eisentraut
2018-04-26Preliminary work for pgindent run.Tom Lane
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-04-25Change pgindent/README to specify that we use perltidy version 20170521.Tom Lane
2018-04-12Revert MERGE patchSimon Riggs
2018-04-08Replace our traditional initial-catalog-data format with a better design.Tom Lane
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-04-01Add Bloom filter implementation.Andres Freund
2018-03-27Update pgindent's typedefs blacklist, and make it easier to adjust.Tom Lane
2018-03-22Add expression compilation support to LLVM JIT provider.Andres Freund
2018-03-22Add helpers for emitting LLVM IR.Andres Freund
2018-03-22Support for optimizing and emitting code in LLVM JIT provider.Andres Freund
2018-03-22Implement partition-wise grouping/aggregation.Robert Haas
2018-03-22Basic JIT provider and error handling infrastructure.Andres Freund