Commit Graph

2166 Commits (e52e271b23005f27e997215617993c87629247f2)

Author SHA1 Message Date
Jeff Davis 867dd2dc87 Cache opaque handle for GUC option to avoid repeasted lookups. 2 years ago
Tomas Vondra b437571714 Allow parallel CREATE INDEX for BRIN indexes 2 years ago
Heikki Linnakangas b31ba5310b Rename ShmemVariableCache to TransamVariables 2 years ago
Robert Haas d463aa06a9 Rename JsonManifestParseContext callbacks. 2 years ago
Daniel Gustafsson a5cf808be5 Read include/exclude commands for dump/restore from file 2 years ago
Thomas Munro 15c9ac3629 Optimize pg_readv/pg_pwritev single vector case. 2 years ago
Tom Lane c82207a548 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. 2 years ago
Tomas Vondra b2caf7c0e1 Fix brin.c indentation issues introduced by c1ec02be1d 2 years ago
Peter Eisentraut bc15a126bb Explicitly skip TAP tests under Meson if disabled 2 years ago
Dean Rasheed 519fc1bd9e Support +/- infinity in the interval data type. 3 years ago
Peter Eisentraut 3849fe7c2b Replace Gen_dummy_probes.sed with Gen_dummy_probes.pl 3 years ago
Tom Lane 83472de606 Improve readability and error detection of array_in(). 3 years ago
David Rowley 10d34fefc2 Ensure we use the correct spelling of "ensure" 3 years ago
Heikki Linnakangas b8bff07daa Make ResourceOwners more easily extensible. 3 years ago
Peter Eisentraut 721856ff24 Remove distprep 3 years ago
David Rowley 151ffcf6d8 Try again to fix the MSVC build 3 years ago
David Rowley 39c959ef25 Add missing unicode_category.c to MSVC build scripts 3 years ago
Amit Kapila 29d0a77fa6 Migrate logical slots to the new node during an upgrade. 3 years ago
Alexander Korotkov d3d55ce571 Remove useless self-joins 3 years ago
David Rowley 673a17e312 Add missing include dir and references to libpq for MSVC build 3 years ago
Robert Haas afd12774ae During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point. 3 years ago
Nathan Bossart 8d140c5822 Improve the naming in wal_sync_method code. 3 years ago
Robert Haas 4e9fc3a976 Return data from heap_page_prune via a struct. 3 years ago
Nathan Bossart 83223f5f71 Fix MSVC build for changes to binaryheap. 3 years ago
Nathan Bossart 5af0263afd Make binaryheap available to frontend code. 3 years ago
Thomas Munro 3acd0599bd Fix exception safety bug in typcache.c. 3 years ago
Nathan Bossart 3ed1956719 Make enum for sync methods available to frontend code. 3 years ago
Thomas Munro f691f5b80a Remove the "snapshot too old" feature. 3 years ago
Andres Freund a28166df8c ci: Make compute resources for CI configurable 3 years ago
Nathan Bossart f4b54e1ed9 Introduce macros for protocol characters. 3 years ago
Thomas Munro 7114791158 ExtendBufferedWhat -> BufferManagerRelation. 3 years ago
Andrew Dunstan a684581085 Cache by-reference missing values in a long lived context 3 years ago
Michael Paquier 1e68e43d3f Add system view pg_wait_events 3 years ago
Andres Freund a2a6249cf1 ci: macos: use cached macports install 3 years ago
Bruce Momjian 94f9c08742 pgtest: fix spacing 3 years ago
Bruce Momjian 50d1a6444e pgtest: update shell script to use more modern syntax 3 years ago
Michael Paquier af720b4c50 Change custom wait events to use dynamic shared hash tables 3 years ago
Amit Kapila 2a8b40e368 Simplify determining logical replication worker types. 3 years ago
John Naylor f25b18500a Update Solution.pm for new LoongArch CRC symbol 3 years ago
Noah Misch d3a38318ac Rename OverrideSearchPath to SearchPathMatcher. 3 years ago
Noah Misch 7c5c4e1c03 Remove PushOverrideSearchPath() and PopOverrideSearchPath(). 3 years ago
Michael Paquier c9af054653 Support custom wait events for wait event type "Extension" 3 years ago
Amit Langote 03734a7fed Add more SQL/JSON constructor functions 3 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