summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2024-03-22Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2024-03-21Refactor SASL exchange to return tri-state statusDaniel Gustafsson
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-21Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.Masahiko Sawada
2024-03-20Rework lwlocknames.txt to become lwlocklist.hAlvaro Herrera
2024-03-19gen_node_support.pl: Mark location fields as type alias ParseLocPeter Eisentraut
2024-03-19Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut
2024-03-18Refactor postmaster child process launchingHeikki Linnakangas
2024-03-17Add RETURNING support to MERGE.Dean Rasheed
2024-03-17Generalize handling of nullable pg_attribute columns in DDLPeter Eisentraut
2024-03-14Put genbki.pl output into src/include/catalog/ directlyPeter Eisentraut
2024-03-13ci: Use a RAM disk and more CPUs on FreeBSD.Thomas Munro
2024-03-12libpq: Add encrypted and non-blocking query cancellation routinesAlvaro Herrera
2024-03-12Move initialization of the Port struct to the child processHeikki Linnakangas
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier
2024-03-10Combine headerscheck and cpluspluscheck scriptsPeter Eisentraut
2024-03-08Introduce a new GUC 'standby_slot_names'.Amit Kapila
2024-03-07Add template for adaptive radix treeJohn Naylor