summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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-25ci: Pin MacPorts version to 2.9.3.Thomas Munro
2024-07-24ci: Upgrade macOS version from 13 to 14.Thomas Munro
2024-07-15Use atomics to avoid locking in InjectionPointRun()Heikki Linnakangas
2024-07-10Use diff's --strip-trailing-cr flag where appropriate on WindowsAndrew Dunstan
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-01Remove support for HPPA (a/k/a PA-RISC) architecture.Tom Lane
2024-07-01Rename standby_slot_names to synchronized_standby_slots.Amit Kapila
2024-06-30Stamp HEAD as 18devel.Michael Paquier
2024-06-28Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch
2024-06-28Make TAP todo_start effects the same under Meson and prove_check.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-12Harmonize pg_bsd_indent parameter names.Peter Geoghegan
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-18Update src/tools/pginclude/README to match recent changes to cpluspluscheckPeter Eisentraut
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
2024-04-06Enhance nbtree ScalarArrayOp execution.Peter Geoghegan
2024-04-05Allow copying files using clone/copy_file_rangeTomas Vondra
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-04-04Introduce a non-recursive JSON parserAndrew Dunstan