aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Remove incorrect function import from pgindentDaniel Gustafsson2024-10-09
* Improve Perl script which adds commit links to release notesBruce Momjian2024-09-19
* scripts: add Perl script to add links to release notesBruce Momjian2024-09-16
* Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when requiredAndrew Dunstan2024-09-14
* ci: Upgrade MacPorts version to 2.10.1.Thomas Munro2024-08-19
* Fix building with MSVC for TLS session disablingDaniel Gustafsson2024-07-26
* ci: Pin MacPorts version to 2.9.3.Thomas Munro2024-07-25
* ci: Upgrade macOS version from 13 to 14.Thomas Munro2024-07-25
* Cope with <regex.h> name clashes.Thomas Munro2024-07-06
* Make TAP todo_start effects the same under Meson and prove_check.Noah Misch2024-06-27
* Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas2024-06-27
* Fix the missing table sync due to improper invalidation handling.Amit Kapila2024-04-25
* Fix MSVC recipe for ecpg regression tests, redux.Tom Lane2024-04-19
* Fix MSVC recipe for ecpg regression tests.Tom Lane2024-04-18
* Fix gai_strerror() thread-safety on Windows.Thomas Munro2024-02-12
* Fix various issues with ALTER TEXT SEARCH CONFIGURATIONMichael Paquier2024-01-31
* Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane2023-11-28
* Ensure we use the correct spelling of "ensure"David Rowley2023-11-10
* Fix exception safety bug in typcache.c.Thomas Munro2023-09-13
* ci: Make compute resources for CI configurableAndres Freund2023-08-23
* ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro2023-08-23
* Cache by-reference missing values in a long lived contextAndrew Dunstan2023-08-22
* ci: macos: use cached macports installAndres Freund2023-08-19
* pg_bsd_indent: Collect test diffs in test.diffs instead of tests.diffAndres Freund2023-07-12
* Allow and require passing files on command line of pgperltidyPeter Eisentraut2023-06-21
* Fix make_etags breakage on certain platforms.Tatsuo Ishii2023-06-14
* src/tools/msvc/clean.bat: Reconcile with PostgreSQL 16 work.Noah Misch2023-06-12
* src/tools/msvc: Move all.sym temporary file back to Debug/postgres.Noah Misch2023-06-12
* Doc: update src/tools/pginclude/README.Tom Lane2023-05-23
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Make agreed-on updates in perltidy options.Tom Lane2023-05-19
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-17
* Doc: update pgindent/README some more.Tom Lane2023-04-22
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-19
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-18
* Update Solution.pm for HAVE_GSSAPI[_GSSAPI]_EXT_H, too.Tom Lane2023-04-17
* Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier2023-04-12
* Improve indentation of multiline initialization expressions.Tom Lane2023-04-08
* Try to unbreak MSVC builds for pg_waldumpAndrew Dunstan2023-04-08
* Try to unbreak MSVC builds for fuzzystrmatchAndrew Dunstan2023-04-08
* Replace replication slot's invalidated_at LSN with an enumAndres Freund2023-04-07
* Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro2023-04-08
* Track IO times in pg_stat_ioAndres Freund2023-04-07
* bufmgr: Introduce infrastructure for faster relation extensionAndres Freund2023-04-05
* pg_dump: Add support for zstd compressionTomas Vondra2023-04-05
* Revert 11470f544eAlexander Korotkov2023-04-03
* Fix typo in CI READMEDaniel Gustafsson2023-04-03
* Doc: update pgindent/README.Tom Lane2023-04-02
* pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund2023-03-30
* Support connection load balancing in libpqDaniel Gustafsson2023-03-29