Commit Graph

  • e2f3d82f89 doc: Adjust some markups on pg_waldump page Michael Paquier 2026-02-24 12:54:23 +09:00
  • ff393fa526 fe_utils: Sprinkle some pg_malloc_object() and pg_malloc_array() Michael Paquier 2026-02-24 12:34:42 +09:00
  • 966473719c Stamp 14.22. REL_14_22 Tom Lane 2026-02-23 17:03:30 -05:00
  • 3eb6f61958 Stamp 15.17. REL_15_17 Tom Lane 2026-02-23 17:01:47 -05:00
  • 776479eed6 Stamp 16.13. REL_16_13 Tom Lane 2026-02-23 17:00:20 -05:00
  • 6d396980fc Stamp 17.9. REL_17_9 Tom Lane 2026-02-23 16:58:47 -05:00
  • 62d6c7d3df Stamp 18.3. REL_18_3 Tom Lane 2026-02-23 16:56:43 -05:00
  • bfc321b472 Convert SpinLock* macros to static inline functions. Nathan Bossart 2026-02-23 15:32:01 -06:00
  • 7b24959434 Fix indentation from commit b380a56a3f Andrew Dunstan 2026-02-23 16:22:11 -05:00
  • d981976027 Allow pg_{read,write}_all_data to access large objects. Nathan Bossart 2026-02-23 14:55:21 -06:00
  • d743545d84 Work around lgamma(NaN) bug on AIX. Tom Lane 2026-02-23 15:30:44 -05:00
  • aca61f7e5f Use LOCKMODE in parse_relation.c/.h Peter Eisentraut 2026-02-23 21:17:06 +01:00
  • 4966bd3ed9 libpq: Grease the protocol by default Jacob Champion 2026-02-23 10:48:20 -08:00
  • 4a1b05caa5 Restore AIX support. Tom Lane 2026-02-23 13:34:22 -05:00
  • ecae097252 Cope with AIX's alignment woes by using _Pragma("pack"). Tom Lane 2026-02-23 12:34:51 -05:00
  • bc60ee8606 Warn upon successful MD5 password authentication. Nathan Bossart 2026-02-23 11:22:04 -06:00
  • 797872f6b9 Rename validate_relation_kind() Peter Eisentraut 2026-02-23 17:38:06 +01:00
  • d7be57ad85 Flip logic in table validate_relation_kind Peter Eisentraut 2026-02-23 17:26:29 +01:00
  • b380a56a3f Disallow CR and LF in database, role, and tablespace names Andrew Dunstan 2026-02-21 17:17:48 -05:00
  • 78727dcba3 meson: allow disabling building/installation of static libraries. Peter Eisentraut 2026-02-23 16:25:54 +01:00
  • f33b8793fd Make use of pg_popcount() in more places. Nathan Bossart 2026-02-23 09:26:00 -06:00
  • eb9ab7e093 Remove uses of popcount builtins. Nathan Bossart 2026-02-23 09:26:00 -06:00
  • 7917762558 Translation updates Peter Eisentraut 2026-02-23 14:06:33 +01:00
  • 7063b9e92b Translation updates Peter Eisentraut 2026-02-23 14:03:47 +01:00
  • 96802648aa Translation updates Peter Eisentraut 2026-02-23 14:02:22 +01:00
  • 0546d90442 Translation updates Peter Eisentraut 2026-02-23 13:56:36 +01:00
  • 1598d06b14 Translation updates Peter Eisentraut 2026-02-23 13:53:35 +01:00
  • b9278871f9 Rename pg_crc32c_sse42_choose.c for general purpose John Naylor 2026-02-23 19:19:49 +07:00
  • 55f3859329 Change error message for sequence validate_relation_kind() Peter Eisentraut 2026-02-23 10:56:54 +01:00
  • 4bfbbeb679 meson: Refactor libpq targets variables Peter Eisentraut 2026-02-23 10:37:38 +01:00
  • 2f2c9d8363 test_cplusplusext: Add C++ pg_fallthrough test case Peter Eisentraut 2026-02-23 07:37:50 +01:00
  • 0284e07599 Enable -Wimplicit-fallthrough option for clang Peter Eisentraut 2026-02-23 07:37:50 +01:00
  • 3f7a0e1e55 Fix additional fallthrough warning Peter Eisentraut 2026-02-23 07:37:50 +01:00
  • 3a63b76571 Fix additional fallthrough warnings from clang Peter Eisentraut 2026-02-23 07:37:50 +01:00
  • 308622edf1 Avoid including utils/timestamp.h in conflict.h. Amit Kapila 2026-02-23 10:19:05 +05:30
  • ee46584884 doc: Add section "Options" for pg_controldata Michael Paquier 2026-02-23 13:42:38 +09:00
  • f4f0be89f0 Release notes for 18.3, 17.9, 16.13, 15.17, 14.22. Tom Lane 2026-02-22 12:22:41 -05:00
  • 8dc47ebb10 Release notes for 18.3, 17.9, 16.13, 15.17, 14.22. Tom Lane 2026-02-22 12:22:41 -05:00
  • 8a2740e522 Release notes for 18.3, 17.9, 16.13, 15.17, 14.22. Tom Lane 2026-02-22 12:22:41 -05:00
  • 494f9f58a8 Release notes for 18.3, 17.9, 16.13, 15.17, 14.22. Tom Lane 2026-02-22 12:22:41 -05:00
  • 24a590112c Release notes for 18.3, 17.9, 16.13, 15.17, 14.22. Tom Lane 2026-02-22 12:22:41 -05:00
  • 412f78c66e Align PGPROC to cache line boundary Heikki Linnakangas 2026-02-22 13:13:43 +02:00
  • 2e0853176f Rearrange fields in PGPROC, for clarity Heikki Linnakangas 2026-02-22 12:45:13 +02:00
  • 4476106c65 doc: Add description of "filename" for pg_walsummary Michael Paquier 2026-02-22 15:12:58 +09:00
  • 70eca789ea Update .abi-compliance-history for AddRelationNotNullConstraints(). Álvaro Herrera 2026-02-21 13:08:03 +01:00
  • 0eeffd31bf Avoid name collision with NOT NULL constraints Álvaro Herrera 2026-02-21 12:22:08 +01:00
  • 8d9a97e0bb Avoid name collision with NOT NULL constraints Álvaro Herrera 2026-02-21 12:22:08 +01:00
  • 36bbcd5be3 Split PGPROC 'links' field into two, for clarity Heikki Linnakangas 2026-02-20 22:34:42 +02:00
  • c5edc6c8ff First-draft release notes for 18.3. Tom Lane 2026-02-20 15:31:08 -05:00
  • dc592a4155 Speedup COPY FROM with additional function inlining. Nathan Bossart 2026-02-20 12:07:27 -06:00
  • 041e02e6a6 Fix expanding 'bounds' in pg_trgm's calc_word_similarity() function Heikki Linnakangas 2026-02-20 11:56:42 +02:00
  • 18bcdb75d1 Fix expanding 'bounds' in pg_trgm's calc_word_similarity() function Heikki Linnakangas 2026-02-20 11:56:42 +02:00
  • ec20a45528 Fix computation of varnullingrels when translating appendrel Var Richard Guo 2026-02-20 18:04:26 +09:00
  • bcaf1b5101 Fix computation of varnullingrels when translating appendrel Var Richard Guo 2026-02-20 18:01:56 +09:00
  • ed57c207c3 Fix computation of varnullingrels when translating appendrel Var Richard Guo 2026-02-20 18:00:02 +09:00
  • 691977d370 Fix computation of varnullingrels when translating appendrel Var Richard Guo 2026-02-20 17:57:53 +09:00
  • 0dc22fff64 Fix constant in error message for recovery_target_timeline Michael Paquier 2026-02-20 16:17:57 +09:00
  • 9842e8aca0 Avoid including worker_internal.h in pgstat.h. Amit Kapila 2026-02-20 09:26:33 +05:30
  • ba401828c1 Remove SpinLockFree() and S_LOCK_FREE(). Nathan Bossart 2026-02-19 16:19:41 -06:00
  • aa71a35a40 Assume "inline" keyword is available. Nathan Bossart 2026-02-19 14:37:29 -06:00
  • 6e466e1e83 Fix add_partial_path interaction with disabled_nodes Robert Haas 2026-02-19 13:46:10 -05:00
  • e3cee403b2 Add translator comment Álvaro Herrera 2026-02-19 17:11:04 +01:00
  • fc3896c786 Add translator comment Álvaro Herrera 2026-02-19 17:11:04 +01:00
  • 2f248ad573 Remove no-longer-useful markers in pg_hba.conf.sample. Tom Lane 2026-02-19 11:08:52 -05:00
  • fb80f388f4 Add per-subscription wal_receiver_timeout setting. Fujii Masao 2026-02-20 01:00:09 +09:00
  • 8a6af3ad08 Make GUC wal_receiver_timeout user-settable. Fujii Masao 2026-02-20 00:52:43 +09:00
  • 5b93a5987b Log checkpoint request flags in checkpoint completion messages. Fujii Masao 2026-02-19 23:55:12 +09:00
  • 8354b9d6b6 Use fallthrough attribute instead of comment Peter Eisentraut 2026-02-19 08:41:03 +01:00
  • 0c3fbb3fef Remove useless fallthrough annotation Peter Eisentraut 2026-02-19 08:41:03 +01:00
  • 21e323e941 Sanitize some WAL-logging buffer handling in GIN and GiST code Michael Paquier 2026-02-19 15:59:20 +09:00
  • 759b03b24c Simplify creation of built-in functions with default arguments. Tom Lane 2026-02-18 14:14:44 -05:00
  • d62dca3b29 Use standard die() handler for SIGTERM in bgworkers Heikki Linnakangas 2026-02-18 19:59:34 +02:00
  • f3ac3cbb14 Update obsolete comment Álvaro Herrera 2026-02-18 18:09:54 +01:00
  • f4ec7154ce Update obsolete comment Álvaro Herrera 2026-02-18 18:09:54 +01:00
  • 649bd26a40 Update obsolete comment Álvaro Herrera 2026-02-18 18:09:54 +01:00
  • 3894f08abe Update obsolete comment Álvaro Herrera 2026-02-18 18:09:54 +01:00
  • 2f6ee7b389 Fix the volatility setting of json{b}_strip_nulls Andrew Dunstan 2026-02-17 15:43:32 -05:00
  • 623a90c2ad Force creation of stamp file after libpq library check in meson builds Michael Paquier 2026-02-18 16:07:13 +09:00
  • ee642cccc4 Switch SysCacheIdentifier to a typedef enum Michael Paquier 2026-02-18 09:58:38 +09:00
  • c06b5b99bb Add concept of invalid value to SysCacheIdentifier Michael Paquier 2026-02-18 09:25:52 +09:00
  • f7df12a66c Fix one-off issue with cache ID in objectaddress.c Michael Paquier 2026-02-18 08:47:58 +09:00
  • b7271aa1d7 Use a bitmask for ExecInsertIndexTuples options Álvaro Herrera 2026-02-17 17:59:45 +01:00
  • 661237056b Fix memory leak in new GUC check_hook Álvaro Herrera 2026-02-17 16:38:24 +01:00
  • a92b809f9d Ignore SIGINT in walwriter and walsummarizer Heikki Linnakangas 2026-02-17 17:18:31 +02:00
  • 451650eaac Test most StaticAssert macros in C++ extensions Peter Eisentraut 2026-02-17 10:06:39 +01:00
  • 3d28ecb5ac Test List macros in C++ extensions Peter Eisentraut 2026-02-17 10:06:32 +01:00
  • c33d67fd18 Fix test_valid_server_encoding helper function. Thomas Munro 2026-02-17 13:53:32 +13:00
  • ccc9be800d Fix test_valid_server_encoding helper function. Thomas Munro 2026-02-17 13:53:32 +13:00
  • cdf060dd9b Fix test_valid_server_encoding helper function. Thomas Munro 2026-02-17 13:53:32 +13:00
  • e3bfa4f589 Fix test_valid_server_encoding helper function. Thomas Munro 2026-02-17 13:53:32 +13:00
  • 88fec079f1 Fix test_valid_server_encoding helper function. Thomas Munro 2026-02-17 13:53:32 +13:00
  • bd626ef093 Fix test_valid_server_encoding helper function. Thomas Munro 2026-02-17 13:53:32 +13:00
  • a0769e74d6 Suppress new "may be used uninitialized" warning. Noah Misch 2026-02-16 18:04:58 -08:00
  • 50d361f622 Suppress new "may be used uninitialized" warning. Noah Misch 2026-02-16 18:04:58 -08:00
  • 2280ab3545 Suppress new "may be used uninitialized" warning. Noah Misch 2026-02-16 18:04:58 -08:00
  • ec86152e02 Suppress new "may be used uninitialized" warning. Noah Misch 2026-02-16 18:04:58 -08:00
  • d04b34d685 Suppress new "may be used uninitialized" warning. Noah Misch 2026-02-16 18:04:58 -08:00
  • 8cef93d8a5 Suppress new "may be used uninitialized" warning. Noah Misch 2026-02-16 18:04:58 -08:00
  • f604cc695c hstore: Fix NULL pointer dereference with receive function Michael Paquier 2026-02-17 08:41:37 +09:00
  • 63c05e03bc hstore: Fix NULL pointer dereference with receive function Michael Paquier 2026-02-17 08:41:35 +09:00