aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Assume that <stdbool.h> conforms to the C standard.Thomas Munro2024-11-25
* Avoid deleting critical WAL segments during pg_rewindÁlvaro Herrera2024-11-15
* src/tools/msvc: Respect REGRESS_OPTS in plcheck.Noah Misch2024-11-11
* Avoid bizarre meson behavior with backslashes in command arguments.Tom Lane2024-11-11
* Ensure cached plans are correctly marked as dependent on role.Nathan Bossart2024-11-11
* Monkey-patch LLVM code to fix ARM relocation bug.Thomas Munro2024-11-06
* Use portable diff options in pg_bsd_indent's regression test.Tom Lane2024-11-04
* Revert "For inplace update, send nontransactional invalidations."Noah Misch2024-11-02
* For inplace update, send nontransactional invalidations.Noah Misch2024-10-25
* Restructure foreign key handling code for ATTACH/DETACHÁlvaro Herrera2024-10-22
* 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