aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAge
* Return data from heap_page_prune via a struct.Robert Haas2023-09-28
* Fix MSVC build for changes to binaryheap.Nathan Bossart2023-09-18
* Make binaryheap available to frontend code.Nathan Bossart2023-09-18
* Fix exception safety bug in typcache.c.Thomas Munro2023-09-13
* Make enum for sync methods available to frontend code.Nathan Bossart2023-09-06
* Remove the "snapshot too old" feature.Thomas Munro2023-09-05
* ci: Make compute resources for CI configurableAndres Freund2023-08-23
* Introduce macros for protocol characters.Nathan Bossart2023-08-22
* ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro2023-08-23
* Cache by-reference missing values in a long lived contextAndrew Dunstan2023-08-22
* Add system view pg_wait_eventsMichael Paquier2023-08-20
* ci: macos: use cached macports installAndres Freund2023-08-19
* pgtest: fix spacingBruce Momjian2023-08-14
* pgtest: update shell script to use more modern syntaxBruce Momjian2023-08-14
* Change custom wait events to use dynamic shared hash tablesMichael Paquier2023-08-14
* Simplify determining logical replication worker types.Amit Kapila2023-08-14
* Update Solution.pm for new LoongArch CRC symbolJohn Naylor2023-08-10
* Rename OverrideSearchPath to SearchPathMatcher.Noah Misch2023-07-31
* Remove PushOverrideSearchPath() and PopOverrideSearchPath().Noah Misch2023-07-31
* Support custom wait events for wait event type "Extension"Michael Paquier2023-07-31
* Add more SQL/JSON constructor functionsAmit Langote2023-07-26
* Unify JSON categorize type API and export for external useAmit Langote2023-07-20
* Fix pg_recvlogical upon signal terminationMichael Paquier2023-07-20
* pg_bsd_indent: Collect test diffs in test.diffs instead of tests.diffAndres Freund2023-07-12
* Remove --disable-thread-safety and related code.Thomas Munro2023-07-12
* All supported systems have locale_t.Thomas Munro2023-07-09
* Change example in pgindent README on "/*-----" comments.Heikki Linnakangas2023-07-05
* Generate automatically code and documentation related to wait eventsMichael Paquier2023-07-05
* Remove support for OpenSSL 1.0.1Michael Paquier2023-07-03
* Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier2023-07-03
* Stamp HEAD as 17devel.Tom Lane2023-06-29
* 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