Commit Graph

56650 Commits (ed9330cff57bf38df2c38ea4d4cbb44e1378d4d4)
 

Author SHA1 Message Date
Peter Eisentraut ed9330cff5 Improve vertical spacing of documentation markup 3 years ago
Peter Eisentraut ae556c4416 Some vertical reformatting 3 years ago
Peter Eisentraut 23382b0f8b Rename some function arguments for better clarity 3 years ago
Peter Eisentraut 11af63fb48 Add const decorations 3 years ago
Nathan Bossart f4b54e1ed9 Introduce macros for protocol characters. 3 years ago
Thomas Munro 7114791158 ExtendBufferedWhat -> BufferManagerRelation. 3 years ago
Jeff Davis 37188cea0c Fix pg_dump assertion failure when dumping pg_catalog. 3 years ago
Andrew Dunstan a684581085 Cache by-reference missing values in a long lived context 3 years ago
Alvaro Herrera 757fa45c86
Add comment missing in a4a232b1e7 3 years ago
Amit Kapila 1cdc6d86bf Simplify the logical worker type checks by using the switch on worker type. 3 years ago
Michael Paquier 6fde2d9a00 Fix pg_stat_reset_single_table_counters() for shared relations 3 years ago
Michael Paquier 1951d21b29 Bump catalog version for pg_wait_events 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
Peter Eisentraut 881cd9e581 Remove dubious warning message from SQL/JSON functions 3 years ago
Michael Paquier 249d743945 pg_upgrade: Improve style of a few verbose messages 3 years ago
Michael Paquier 00e49233a9 Fix format if entry in wait_event_names.txt 3 years ago
Nathan Bossart 0df7d1da40 Add a few recent commits to .git-blame-ignore-revs. 3 years ago
Thomas Munro 8fe4beaa21 Remove traces of Sun -lposix4. 3 years ago
Thomas Munro 64393a7ff9 Don't probe extra libraries for fdatasync. 3 years ago
Thomas Munro 81e36d3e0d Invalidate smgr_targblock in smgrrelease(). 3 years ago
Michael Paquier d3c25ca1bf sepgsql: Adjust regression expected output 3 years ago
Michael Paquier 352ea3acf8 Add OAT hook calls for more subcommands of ALTER TABLE 3 years ago
Peter Eisentraut dca20013eb Unify some error messages 3 years ago
Peter Eisentraut 1e7ca1189c Improved CREATE SUBSCRIPTION message for clarity 3 years ago
Peter Eisentraut 78806a9509 Remove incorrect field from information schema 3 years ago
John Naylor c9bfa40914 Split out tiebreaker comparisons from comparetup_* functions 3 years ago
Etsuro Fujita 89be0b89ae Fix code indentation vioaltion introduced in commit 9e9931d2b. 3 years ago
Etsuro Fujita 9e9931d2bf Re-allow FDWs and custom scan providers to replace joins with pseudoconstant quals. 3 years ago
Thomas Munro 5ffb7c7750 De-pessimize ConditionVariableCancelSleep(). 3 years ago
Andres Freund 82a4edabd2 hio: Take number of prior relation extensions into account 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
Andres Freund 3d8d217450 ci: macos: Remove use of -Dsegsize_blocks=6 3 years ago
Andres Freund 17ebbdf7de ci: macos: Remove use of -DRANDOMIZE_ALLOCATED_MEMORY 3 years ago
Noah Misch c36b636096 Fix off-by-one in XLogRecordMaxSize check. 3 years ago
Michael Paquier 638d42a3c5 Show GIDs of two-phase commit commands as constants in pg_stat_statements 3 years ago
Michael Paquier 5dc456b7dd Fix code indentation violations introduced by recent commit 3 years ago
Jeff Davis 5765cfe18c Transform proconfig for faster execution. 3 years ago
Jeff Davis bee263b087 Remove test from commit fa2e874946. 3 years ago
Peter Eisentraut 5e0c761d0a Fix erroneous -Werror=missing-braces on old GCC 3 years ago
John Naylor f25b18500a Update Solution.pm for new LoongArch CRC symbol 3 years ago
Alvaro Herrera b57cfb439b
Document RelationGetIndexAttrBitmap better 3 years ago
John Naylor 4d14ccd6af Use native CRC instructions on 64-bit LoongArch 3 years ago
Jeff Davis fa2e874946 Recalculate search_path after ALTER ROLE. 3 years ago
Alvaro Herrera c27f8621ee
struct PQcommMethods: use C99 designated initializers 3 years ago
Peter Eisentraut 4a8fef0d73 Fix last remaining uninitialized memory warnings 3 years ago
Michael Paquier a72d613b4c Fix pg_dumpall with in-place tablespaces 3 years ago