summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2021-10-24Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch
2021-09-29Fix WAL replay in presence of an incomplete recordAlvaro Herrera
2020-12-08backpatch "jit: Add support for LLVM 12."Andres Freund
2020-07-01Improve vacuum error context handling.Amit Kapila
2020-06-07pgindent run prior to branching v13.Tom Lane
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-16Final pgindent run with pg_bsd_indent version 2.1.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-23Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-04-07Introduce xid8-based functions to replace txid_XXX.Thomas Munro
2020-04-04Add infrastructure to track WAL usage.Amit Kapila
2020-04-02Allow pg_stat_statements to track planning statistics.Fujii Masao
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-30Introduce vacuum errcontext to display additional information.Amit Kapila
2020-03-23Fix ordering in typedefs.listAlexander Korotkov
2020-03-19Add new typedefs introduced in 773df883e8 to typedefs.listAlexander Korotkov
2020-01-20Allow vacuum command to process indexes in parallel.Amit Kapila
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-11-25Refactor reloption handling for index AMs in-coreMichael Paquier
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