Commit Graph

2149 Commits (6ec9e9975eff5260651d84ed8bcfd8ecb08e5fbb)

Author SHA1 Message Date
Amit Kapila 29d0a77fa6 Migrate logical slots to the new node during an upgrade. 2 years ago
Alexander Korotkov d3d55ce571 Remove useless self-joins 2 years ago
David Rowley 673a17e312 Add missing include dir and references to libpq for MSVC build 2 years ago
Robert Haas afd12774ae During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point. 2 years ago
Nathan Bossart 8d140c5822 Improve the naming in wal_sync_method code. 2 years ago
Robert Haas 4e9fc3a976 Return data from heap_page_prune via a struct. 2 years ago
Nathan Bossart 83223f5f71 Fix MSVC build for changes to binaryheap. 2 years ago
Nathan Bossart 5af0263afd Make binaryheap available to frontend code. 2 years ago
Thomas Munro 3acd0599bd Fix exception safety bug in typcache.c. 2 years ago
Nathan Bossart 3ed1956719 Make enum for sync methods available to frontend code. 2 years ago
Thomas Munro f691f5b80a Remove the "snapshot too old" feature. 2 years ago
Andres Freund a28166df8c ci: Make compute resources for CI configurable 2 years ago
Nathan Bossart f4b54e1ed9 Introduce macros for protocol characters. 2 years ago
Thomas Munro 7114791158 ExtendBufferedWhat -> BufferManagerRelation. 2 years ago
Andrew Dunstan a684581085 Cache by-reference missing values in a long lived context 2 years ago
Michael Paquier 1e68e43d3f Add system view pg_wait_events 2 years ago
Andres Freund a2a6249cf1 ci: macos: use cached macports install 2 years ago
Bruce Momjian 94f9c08742 pgtest: fix spacing 2 years ago
Bruce Momjian 50d1a6444e pgtest: update shell script to use more modern syntax 2 years ago
Michael Paquier af720b4c50 Change custom wait events to use dynamic shared hash tables 2 years ago
Amit Kapila 2a8b40e368 Simplify determining logical replication worker types. 2 years ago
John Naylor f25b18500a Update Solution.pm for new LoongArch CRC symbol 2 years ago
Noah Misch d3a38318ac Rename OverrideSearchPath to SearchPathMatcher. 2 years ago
Noah Misch 7c5c4e1c03 Remove PushOverrideSearchPath() and PopOverrideSearchPath(). 2 years ago
Michael Paquier c9af054653 Support custom wait events for wait event type "Extension" 2 years ago
Amit Langote 03734a7fed Add more SQL/JSON constructor functions 2 years ago
Amit Langote 3c152a27b0 Unify JSON categorize type API and export for external use 3 years ago
Michael Paquier 47556a0013 Fix pg_recvlogical upon signal termination 3 years ago
Andres Freund 2eaa54dde2 pg_bsd_indent: Collect test diffs in test.diffs instead of tests.diff 3 years ago
Thomas Munro 68a4b58eca Remove --disable-thread-safety and related code. 3 years ago
Thomas Munro 8d9a9f034e All supported systems have locale_t. 3 years ago
Heikki Linnakangas 5e8068f04e Change example in pgindent README on "/*-----" comments. 3 years ago
Michael Paquier fa88928470 Generate automatically code and documentation related to wait events 3 years ago
Michael Paquier 8e278b6576 Remove support for OpenSSL 1.0.1 3 years ago
Michael Paquier 2aeaf80e57 Refactor some code related to wait events "BufferPin" and "Extension" 3 years ago
Tom Lane 5bcc7e6dc8 Stamp HEAD as 17devel. 3 years ago
Peter Eisentraut 3d9fd1a874 Allow and require passing files on command line of pgperltidy 3 years ago
Tatsuo Ishii ae66716bf3 Fix make_etags breakage on certain platforms. 3 years ago
Noah Misch 0c52437020 src/tools/msvc/clean.bat: Reconcile with PostgreSQL 16 work. 3 years ago
Noah Misch 6e723f6d7b src/tools/msvc: Move all.sym temporary file back to Debug/postgres. 3 years ago
Tom Lane be3f62ae6e Doc: update src/tools/pginclude/README. 3 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 3 years ago
Tom Lane df6b19fbbc Make agreed-on updates in perltidy options. 3 years ago
Michael Paquier d8c3106bb6 Add back SQLValueFunction for SQL keywords 3 years ago
Tom Lane 0ec0e20955 Doc: update pgindent/README some more. 3 years ago
David Rowley 3f58a4e296 Fix various typos and incorrect/outdated name references 3 years ago
David Rowley eef231e816 Fix some typos and some incorrectly duplicated words 3 years ago
Tom Lane 38358aab9a Update Solution.pm for HAVE_GSSAPI[_GSSAPI]_EXT_H, too. 3 years ago
Michael Paquier a923e21631 Fix detection of unseekable files for fseek() and ftello() with MSVC 3 years ago
Tom Lane 064750af4f Improve indentation of multiline initialization expressions. 3 years ago