summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2024-03-04Remove MyAuxProcType, use MyBackendType insteadHeikki Linnakangas
2024-03-04injection_points: Add wait and wakeup of processesMichael Paquier
2024-03-01Simplify pg_enc2gettext_tbl[] with C99-designated initializer syntaxMichael Paquier
2024-02-28Remove AIX supportHeikki Linnakangas
2024-02-23Introduce a new smgr bulk loading facility.Heikki Linnakangas
2024-02-14Add a slot synchronization function.Amit Kapila
2024-02-11Remove obsolete script related to MSVC build systemPeter Eisentraut
2024-01-31Fix various issues with ALTER TEXT SEARCH CONFIGURATIONMichael Paquier
2024-01-29Allow setting failover property in the replication command.Amit Kapila
2024-01-29Remove ReorderBufferTupleBuf structure.Masahiko Sawada
2024-01-23Generate syscache info from catalog filesPeter Eisentraut
2024-01-22Add backend support for injection pointsMichael Paquier
2024-01-21Explore alternative orderings of group-by pathkeys during optimization.Alexander Korotkov
2024-01-19Introduce the dynamic shared memory registry.Nathan Bossart
2024-01-19Rename COPY option from SAVE_ERROR_TO to ON_ERRORAlexander Korotkov
2024-01-19Add inline incremental hash functions for in-memory useJohn Naylor
2024-01-18Remove LVPagePruneState.Robert Haas
2024-01-16Add new COPY option SAVE_ERROR_TOAlexander Korotkov
2024-01-11Add new pg_walsummary tool.Robert Haas
2024-01-05Add copyright notices to a few perl scripts that don't have themAndrew Dunstan
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-03Fix some typosMichael Paquier
2024-01-02Minor fixes for search path cache code.Tom Lane