Commit Graph

63355 Commits (0eeffd31bf9bb73446387cd7eebbbf43148aa281)
 

Author SHA1 Message Date
Álvaro Herrera 0eeffd31bf
Avoid name collision with NOT NULL constraints 3 months ago
Heikki Linnakangas 36bbcd5be3 Split PGPROC 'links' field into two, for clarity 3 months ago
Nathan Bossart dc592a4155 Speedup COPY FROM with additional function inlining. 3 months ago
Heikki Linnakangas 18bcdb75d1 Fix expanding 'bounds' in pg_trgm's calc_word_similarity() function 3 months ago
Richard Guo 691977d370 Fix computation of varnullingrels when translating appendrel Var 3 months ago
Michael Paquier 0dc22fff64 Fix constant in error message for recovery_target_timeline 3 months ago
Amit Kapila 9842e8aca0 Avoid including worker_internal.h in pgstat.h. 3 months ago
Nathan Bossart ba401828c1 Remove SpinLockFree() and S_LOCK_FREE(). 3 months ago
Nathan Bossart aa71a35a40 Assume "inline" keyword is available. 3 months ago
Robert Haas 6e466e1e83 Fix add_partial_path interaction with disabled_nodes 3 months ago
Álvaro Herrera fc3896c786
Add translator comment 3 months ago
Tom Lane 2f248ad573 Remove no-longer-useful markers in pg_hba.conf.sample. 3 months ago
Fujii Masao fb80f388f4 Add per-subscription wal_receiver_timeout setting. 3 months ago
Fujii Masao 8a6af3ad08 Make GUC wal_receiver_timeout user-settable. 3 months ago
Fujii Masao 5b93a5987b Log checkpoint request flags in checkpoint completion messages. 3 months ago
Peter Eisentraut 8354b9d6b6 Use fallthrough attribute instead of comment 3 months ago
Peter Eisentraut 0c3fbb3fef Remove useless fallthrough annotation 3 months ago
Michael Paquier 21e323e941 Sanitize some WAL-logging buffer handling in GIN and GiST code 3 months ago
Tom Lane 759b03b24c Simplify creation of built-in functions with default arguments. 3 months ago
Heikki Linnakangas d62dca3b29 Use standard die() handler for SIGTERM in bgworkers 3 months ago
Álvaro Herrera 3894f08abe
Update obsolete comment 3 months ago
Michael Paquier 623a90c2ad Force creation of stamp file after libpq library check in meson builds 3 months ago
Michael Paquier ee642cccc4 Switch SysCacheIdentifier to a typedef enum 3 months ago
Michael Paquier c06b5b99bb Add concept of invalid value to SysCacheIdentifier 3 months ago
Michael Paquier f7df12a66c Fix one-off issue with cache ID in objectaddress.c 3 months ago
Álvaro Herrera b7271aa1d7
Use a bitmask for ExecInsertIndexTuples options 3 months ago
Álvaro Herrera 661237056b
Fix memory leak in new GUC check_hook 3 months ago
Heikki Linnakangas a92b809f9d Ignore SIGINT in walwriter and walsummarizer 3 months ago
Peter Eisentraut 451650eaac Test most StaticAssert macros in C++ extensions 3 months ago
Peter Eisentraut 3d28ecb5ac Test List macros in C++ extensions 3 months ago
Thomas Munro bd626ef093 Fix test_valid_server_encoding helper function. 3 months ago
Noah Misch 8cef93d8a5 Suppress new "may be used uninitialized" warning. 3 months ago
Michael Paquier a6f823e778 hstore: Fix NULL pointer dereference with receive function 3 months ago
Nathan Bossart b33f753612 pg_upgrade: Use COPY for LO metadata for upgrades from < v12. 3 months ago
Tom Lane 6be5b76d66 Ensure that all three build methods install the same set of files. 3 months ago
Daniel Gustafsson db93988ab0 doc: Add note to ssl_group config on X25519 and FIPS 3 months ago
Daniel Gustafsson 07e90c6913 Avoid using the X25519 curve in ssl tests 3 months ago
Peter Eisentraut d50c86e743 Change remaining StaticAssertStmt() to StaticAssertDecl() 3 months ago
Fujii Masao 351265a6c7 Remove recovery.signal at recovery end when both signal files are present. 3 months ago
Michael Paquier 459576303d pgcrypto: Tweak error message for incorrect session key length 3 months ago
Noah Misch 9f4fd119b2 Fix SUBSTRING() for toasted multibyte characters. 3 months ago
Noah Misch 4644f8b23b pg_mblen_range, pg_mblen_with_len: Valgrind after encoding ereport. 3 months ago
John Naylor ef3c3cf6d0 Perform radix sort on SortTuples with pass-by-value Datums 3 months ago
Daniel Gustafsson aa082bed0b doc: Mention PASSING support for jsonpath variables 4 months ago
Daniel Gustafsson 4469fe1761 doc: Update docs images README with required ditaa version 4 months ago
Daniel Gustafsson 4ec0e75afd meson: Add target for generating docs images 4 months ago
Michael Paquier 6736dea14a pg_dump: Use pg_malloc_object() and pg_malloc_array() 4 months ago
Daniel Gustafsson 53c6bd0aa3 Restart BackgroundPsql's timer more nicely. 4 months ago
Michael Paquier 775fc01415 Improve error message for checksum failures in pgstat_database.c 4 months ago
Heikki Linnakangas d7edcec35c Make pg_numa_query_pages() work in frontend programs 4 months ago