summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2024-04-03Invent SERIALIZE option for EXPLAIN.Tom Lane
2024-04-03Combine freezing and pruning steps in VACUUMHeikki Linnakangas
2024-04-03Add functions to binaryheap for efficient key removal and update.Masahiko Sawada
2024-04-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-02Provide API for streaming relation data.Thomas Munro
2024-04-02Provide vectored variant of ReadBuffer().Thomas Munro
2024-04-02Use TidStore for dead tuple TIDs storage during lazy vacuum.Masahiko Sawada
2024-04-01Add new COPY option LOG_VERBOSITY.Masahiko Sawada
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-26Remove ObjectClass typePeter Eisentraut
2024-03-25Merge prune, freeze and vacuum WAL record formatsHeikki Linnakangas
2024-03-24ci: freebsd repartition script didn't copy .git directoryPeter Eisentraut
2024-03-22Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson