summaryrefslogtreecommitdiff
path: root/src/tools/pgindent
AgeCommit message (Expand)Author
2024-09-16Introduce framework for parallelizing various pg_upgrade tasks.Nathan Bossart
2024-09-10Introduce an RTE for the grouping stepRichard Guo
2024-09-03Add block_range_read_stream_cb(), to deduplicate code.Noah Misch
2024-08-25Revert: Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov
2024-08-25Avoid looping over all type cache entries in TypeCacheRelCallback()Alexander Korotkov
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-22psql: Add more meta-commands able to use the extended protocolMichael Paquier
2024-08-20Log the conflicts while applying changes in logical replication.Amit Kapila
2024-08-05Rename bbstreamer to astreamer.Robert Haas
2024-08-05injection_points: Add some fixed-numbered statisticsMichael Paquier
2024-08-05injection_points: Add some cumulative stats for injection pointsMichael Paquier
2024-08-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-07-31Improve performance of dumpSequence().Nathan Bossart
2024-07-31Parse sequence type and integer metadata in dumpSequence().Nathan Bossart
2024-07-28Fix whitespace in commit 005c6b833f.Jeff Davis
2024-07-15Use atomics to avoid locking in InjectionPointRun()Heikki Linnakangas
2024-07-09Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZEDavid Rowley
2024-07-05Cope with <regex.h> name clashes.Thomas Munro
2024-07-03Improve performance of binary_upgrade_set_pg_class_oids().Nathan Bossart
2024-07-03Clean up more unused variables in perl codeMichael Paquier
2024-07-01Rename standby_slot_names to synchronized_standby_slots.Amit Kapila
2024-06-28Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch
2024-06-27Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas
2024-06-13Improve the granularity of PQsocketPoll's timeout parameter.Tom Lane
2024-06-06Rename PathKeyInfo to GroupByOrderingAlexander Korotkov
2024-05-22amcheck: Refactoring the storage of the last visible entryAlexander Korotkov
2024-05-17Sync typedefs.list with buildfarm, for real this time.Tom Lane
2024-05-17Remove unused typedefsPeter Eisentraut
2024-05-17Remove enum WaitEventExtensionMichael Paquier
2024-05-15Doc: update src/tools/pgindent/README for current practice.Tom Lane
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-12injection_points: Store runtime conditions in private areaMichael Paquier
2024-05-06Revert: Remove useless self-joinsAlexander Korotkov
2024-05-05Fix query pullup issue with WindowClause runConditionDavid Rowley
2024-04-27Remove redundant JSON parser typedefsAndrew Dunstan
2024-04-25Fix the missing table sync due to improper invalidation handling.Amit Kapila
2024-04-16Undo incorrect typedefs.list change.Tom Lane
2024-04-16revert: Generalize relation analyze in table AM interfaceAlexander Korotkov
2024-04-11Revert: Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-11Revert indexed and enlargable binary heap implementation.Masahiko Sawada
2024-04-09revert: Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-08Provide a way block-level table AMs could re-use acquire_sample_rows()Alexander Korotkov
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-04-08JSON_TABLE: Add support for NESTED paths and columnsAmit Langote
2024-04-08injection_points: Introduce runtime conditionsMichael Paquier
2024-04-07Transform OR clauses to ANY expressionAlexander Korotkov
2024-04-07Introduce a bump memory allocatorDavid Rowley
2024-04-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-06Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov