summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2024-01-02gist: fix typo "split(t)ed" -> "split"Robert Haas
2024-01-02Allow upgrades to preserve the full subscription's state.Amit Kapila
2024-01-01Turn AT_PASS_* macros into an enumPeter Eisentraut
2023-12-31Exclude files generated by generate-wait_event_types.pl from pgindentMichael Paquier
2023-12-30Minor cleanup of the BRIN parallel build codeTomas Vondra
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-22Stop generating plain-text INSTALL instructions.Tom Lane
2023-12-22Make win32tzlist.pl checkable againAndrew Dunstan
2023-12-20Rename pgindent optionsAndrew Dunstan
2023-12-20Add support for incremental backup.Robert Haas