Commit Graph

60309 Commits (c8d8431a0624949e2fca1c500e65b844d043528c)
 

Author SHA1 Message Date
Michael Paquier c8d8431a06 Fix cross-version upgrades with XMLSERIALIZE(NO INDENT) 4 months ago
Amit Kapila 7787d0bf17 Fix a WARNING for data origin discrepancies. 4 months ago
Michael Paquier 6b5cb7b0c5 Add missing deparsing of [NO] IDENT to XMLSERIALIZE() 4 months ago
Thomas Munro 0557f16e83 Fix explicit valgrind interaction in read_stream.c. 4 months ago
Michael Paquier 4e7a4e8e9b Fix FATAL message for invalid recovery timeline at beginning of recovery 4 months ago
Michael Paquier f345bf7db7 test_escape: Fix output of --help 4 months ago
Tomas Vondra b597930f3c Correct relation size estimate with low fillfactor 4 months ago
Tom Lane d39167f3b8 Fix crash in brininsertcleanup during logical replication. 4 months ago
Andres Freund 1f2ab31409 tests: BackgroundPsql: Fix potential for lost errors on windows 4 months ago
Andres Freund 920f303309 backport: Extend background_psql() to be able to start asynchronously 4 months ago
Andres Freund f757650ab8 backport: Improve handling of empty query results in BackgroundPsql 4 months ago
Amit Langote 251863370f doc: Fix some issues with JSON_TABLE() exampls 4 months ago
Tom Lane cd6b3fc5e8 Avoid null pointer dereference crash after OOM in Snowball stemmers. 4 months ago
Richard Guo b6613e3025 Fix unsafe access to BufferDescriptors 4 months ago
Richard Guo fbf8836f41 Fix freeing a child join's SpecialJoinInfo 4 months ago
Michael Paquier 593b3ac3d1 test_escape: Fix handling of short options in getopt_long() 4 months ago
Dragos Andriciuc 362413d329
DOCS-release-notes-modif (#321) 4 months ago
Dragos Andriciuc 03106ed2ed
Tde documentation updates for ga (#251) 4 months ago
Anders Åstrand 34438f5229 Fix some broken key provider test 4 months ago
Anders Åstrand 784e45d414 Consistently refer to SQL types 4 months ago
Andreas Karlsson fd6ed3a680 Remove trailing whitespace at end of line 4 months ago
Andreas Karlsson 5c2b7276cf Only ever have one empty line as separator 4 months ago
Andreas Karlsson 40ce62f9cc Remove newlines at beginning of files 4 months ago
Andreas Karlsson eae05e0741 Fix whitespace at end of file 4 months ago
Anders Åstrand aba7ce6508 Don't crash on null input to kmip key provider 4 months ago
Anders Åstrand 4807e46b0b Handle JSON scalar types in key provider options 4 months ago
Anders Åstrand fe50a21b31 Disallow arrays in key provider options 4 months ago
Anders Åstrand dc909626dc Validate required fields for external JSON values 4 months ago
Anders Åstrand 030052925a Require key provider settings to be an object 4 months ago
Anders Åstrand 01ba91f891 Remove level from JSON parsing state 4 months ago
Andreas Karlsson 6478b46a2f Turn fields in global variables into local variables 4 months ago
Andreas Karlsson 79c8372d2d Move fixed value to struct initializer 4 months ago
Andreas Karlsson d67ad2ab90 Remove pointless struct from shmem code 4 months ago
Andreas Karlsson 1d1959d5be Remove shmem dead code 4 months ago
Andreas Karlsson 75e55d094b Add static annotations to shmem code 4 months ago
Andreas Karlsson effdc95db2 PG-1507 PG-1508 Disallow ALTER TABLE when there is a mix of encrypted and unencrypted 4 months ago
Andreas Karlsson e5e04ee3d3 PG-1507 PG-1508 Move variables to the right scope 4 months ago
Anders Åstrand 200b06f907 Rename some enum values in ParseKeyringJSONOptions 4 months ago
Anders Åstrand 7631e12cdf Use GenericKeyring* instead of void* 4 months ago
Anders Åstrand da52b54cd5 Make ParseKeyringJSONOptions return void 4 months ago
Andreas Karlsson aaa80c4f61 Remove unhelpful hint on key provider not found 4 months ago
Anders Åstrand 43653e456b Remove type field from key provider configuration 4 months ago
Andreas Karlsson e36331e7ff Improve function names and signatures for encryption 4 months ago
Andreas Karlsson 5586521e21 PG-1543 Always cache server principal key 4 months ago
Andreas Karlsson b8338686ef Move AesInit() call to _PG_init() 4 months ago
Andreas Karlsson c7c1c64007 Assert that we intiialized ciphers before we use them 4 months ago
Andreas Karlsson 908999757a Only call AesInit() once 4 months ago
Andreas Karlsson 551a280954 USe boolean instead of integer for boolean variable 4 months ago
Anders Åstrand fc72bbfd48 Rename misnamed enum 4 months ago
Andreas Karlsson 1a8326e0da Slightly improve readability of queries in TAP tests 4 months ago