aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Remove AIX supportHeikki Linnakangas2024-02-28
* Introduce a new smgr bulk loading facility.Heikki Linnakangas2024-02-23
* Add a slot synchronization function.Amit Kapila2024-02-14
* Remove obsolete script related to MSVC build systemPeter Eisentraut2024-02-11
* Fix various issues with ALTER TEXT SEARCH CONFIGURATIONMichael Paquier2024-01-31
* Allow setting failover property in the replication command.Amit Kapila2024-01-29
* Remove ReorderBufferTupleBuf structure.Masahiko Sawada2024-01-29
* Generate syscache info from catalog filesPeter Eisentraut2024-01-23
* Add backend support for injection pointsMichael Paquier2024-01-22
* Explore alternative orderings of group-by pathkeys during optimization.Alexander Korotkov2024-01-21
* Introduce the dynamic shared memory registry.Nathan Bossart2024-01-19
* Rename COPY option from SAVE_ERROR_TO to ON_ERRORAlexander Korotkov2024-01-19
* Add inline incremental hash functions for in-memory useJohn Naylor2024-01-19
* Remove LVPagePruneState.Robert Haas2024-01-18
* Add new COPY option SAVE_ERROR_TOAlexander Korotkov2024-01-16
* Add new pg_walsummary tool.Robert Haas2024-01-11
* Add copyright notices to a few perl scripts that don't have themAndrew Dunstan2024-01-05
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix some typosMichael Paquier2024-01-03
* Minor fixes for search path cache code.Tom Lane2024-01-02
* gist: fix typo "split(t)ed" -> "split"Robert Haas2024-01-02
* Allow upgrades to preserve the full subscription's state.Amit Kapila2024-01-02
* Turn AT_PASS_* macros into an enumPeter Eisentraut2024-01-01
* Exclude files generated by generate-wait_event_types.pl from pgindentMichael Paquier2023-12-31
* Minor cleanup of the BRIN parallel build codeTomas Vondra2023-12-30
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Stop generating plain-text INSTALL instructions.Tom Lane2023-12-22
* Make win32tzlist.pl checkable againAndrew Dunstan2023-12-22
* Rename pgindent optionsAndrew Dunstan2023-12-20
* Add support for incremental backup.Robert Haas2023-12-20
* Add a new WAL summarizer process.Robert Haas2023-12-20
* Remove MSVC scriptsMichael Paquier2023-12-20
* Cache opaque handle for GUC option to avoid repeasted lookups.Jeff Davis2023-12-08
* Allow parallel CREATE INDEX for BRIN indexesTomas Vondra2023-12-08
* Rename ShmemVariableCache to TransamVariablesHeikki Linnakangas2023-12-08
* Rename JsonManifestParseContext callbacks.Robert Haas2023-12-05
* Read include/exclude commands for dump/restore from fileDaniel Gustafsson2023-11-29
* Optimize pg_readv/pg_pwritev single vector case.Thomas Munro2023-11-29
* Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane2023-11-28
* Fix brin.c indentation issues introduced by c1ec02be1dTomas Vondra2023-11-26
* Explicitly skip TAP tests under Meson if disabledPeter Eisentraut2023-11-16
* Support +/- infinity in the interval data type.Dean Rasheed2023-11-14
* Replace Gen_dummy_probes.sed with Gen_dummy_probes.plPeter Eisentraut2023-11-14
* Improve readability and error detection of array_in().Tom Lane2023-11-13
* Ensure we use the correct spelling of "ensure"David Rowley2023-11-10
* Make ResourceOwners more easily extensible.Heikki Linnakangas2023-11-08
* Remove distprepPeter Eisentraut2023-11-06
* Try again to fix the MSVC buildDavid Rowley2023-11-04
* Add missing unicode_category.c to MSVC build scriptsDavid Rowley2023-11-03
* Migrate logical slots to the new node during an upgrade.Amit Kapila2023-10-26