summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
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
2023-12-20Add a new WAL summarizer process.Robert Haas
2023-12-20Remove MSVC scriptsMichael Paquier
2023-12-08Cache opaque handle for GUC option to avoid repeasted lookups.Jeff Davis
2023-12-08Allow parallel CREATE INDEX for BRIN indexesTomas Vondra
2023-12-08Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas
2023-12-05Rename JsonManifestParseContext callbacks.Robert Haas
2023-11-29Read include/exclude commands for dump/restore from fileDaniel Gustafsson
2023-11-29Optimize pg_readv/pg_pwritev single vector case.Thomas Munro
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-11-26Fix brin.c indentation issues introduced by c1ec02be1dTomas Vondra
2023-11-16Explicitly skip TAP tests under Meson if disabledPeter Eisentraut
2023-11-14Support +/- infinity in the interval data type.Dean Rasheed
2023-11-14Replace Gen_dummy_probes.sed with Gen_dummy_probes.plPeter Eisentraut
2023-11-13Improve readability and error detection of array_in().Tom Lane
2023-11-09Ensure we use the correct spelling of "ensure"David Rowley
2023-11-08Make ResourceOwners more easily extensible.Heikki Linnakangas
2023-11-06Remove distprepPeter Eisentraut
2023-11-04Try again to fix the MSVC buildDavid Rowley
2023-11-03Add missing unicode_category.c to MSVC build scriptsDavid Rowley
2023-10-26Migrate logical slots to the new node during an upgrade.Amit Kapila