Commit Graph

  • 1508db3063 Fix comments of GUC hooks for timezone_abbreviations Michael Paquier 2024-12-10 13:02:24 +09:00
  • 049f2e2512 Fix outdated comment of scram_build_secret() Michael Paquier 2024-12-10 12:54:14 +09:00
  • 18fb9263b7 Include necessary header files in radixtree.h. Masahiko Sawada 2024-12-09 13:07:03 -08:00
  • 7d0b4cb8ea Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes David Rowley 2024-12-10 09:25:27 +13:00
  • a898a335b3 Fix small memory leaks in GUC checks Daniel Gustafsson 2024-12-09 20:58:23 +01:00
  • 2def989ca6 Simplify executor's determination of whether to use parallelism. Tom Lane 2024-12-09 14:38:19 -05:00
  • adcba4f535 Improve comment about dropped entries in pgstat.c Michael Paquier 2024-12-09 14:35:44 +09:00
  • 4c828adcef Fix invalidation of local pgstats references for entry reinitialization Michael Paquier 2024-12-09 10:46:03 +09:00
  • be22b27a99 Fix possible crash during WindowAgg evaluation David Rowley 2024-12-09 14:24:07 +13:00
  • cf0a1898ad Ensure that pg_amop/amproc entries depend on their lefttype/righttype. Tom Lane 2024-12-07 15:56:28 -05:00
  • 0273eae3c1 Make getObjectDescription robust against dangling amproc type links. Tom Lane 2024-12-07 14:28:16 -05:00
  • 5ddb02c869 Fix is_digit labeling of to_timestamp's FFn format codes. Tom Lane 2024-12-07 13:12:32 -05:00
  • e8e939d756 doc: remove LC_COLLATE and LC_CTYPE from SHOW command Peter Eisentraut 2024-12-07 12:55:55 +01:00
  • 8ded6d50d6 Fix use-after-free in parallel_vacuum_reset_dead_items John Naylor 2024-12-04 16:51:55 +07:00
  • a7607773df Fix synchronized_standby_slots GUC check hook Álvaro Herrera 2024-12-03 17:50:57 +01:00
  • 23edb9078d Drop "Lock" suffix from LWLock wait event names Álvaro Herrera 2024-12-03 15:50:03 +01:00
  • d748fd06d9 doc: Clarify some terms for pg_createsubscriber Michael Paquier 2024-12-03 16:21:10 +09:00
  • 78d4adea9d RelationTruncate() must set DELAY_CHKPT_START. Thomas Munro 2024-12-03 09:27:05 +13:00
  • c41076ce1d Fix broken list-munging in ecpg's remove_variables(). Tom Lane 2024-12-01 14:15:37 -05:00
  • e83f9a95c7 Avoid mislabeling of lateral references, redux. Tom Lane 2024-11-30 12:42:20 -05:00
  • a811484929 Avoid mislabeling of lateral references when pulling up a subquery. Tom Lane 2024-11-28 17:33:16 -05:00
  • faeb41545a psql: Add tab completion for COPY (MERGE ... Peter Eisentraut 2024-11-28 09:14:41 +01:00
  • 51a3160ed4 Revert "Handle better implicit transaction state of pipeline mode" Michael Paquier 2024-11-28 09:43:21 +09:00
  • 3eae784ed7 ci: Fix cached MacPorts installation management Andres Freund 2024-11-27 11:30:00 -05:00
  • ce13eec969 pgbench: Ensure previous progress message is fully cleared when updating. Fujii Masao 2024-11-27 23:01:53 +09:00
  • df7b8cf144 Fix pg_get_constraintdef for NOT NULL constraints on domains Álvaro Herrera 2024-11-27 13:50:27 +01:00
  • 82b3a31e68 Fix typo Peter Eisentraut 2024-11-27 11:12:09 +01:00
  • 9c18966def Exclude LLVM files from whitespace checks Peter Eisentraut 2024-11-27 11:08:12 +01:00
  • 58d55138d1 Handle better implicit transaction state of pipeline mode Michael Paquier 2024-11-27 09:31:37 +09:00
  • 2f79f34e1e meson: Build pgevent as shared_module rather than shared_library Peter Eisentraut 2024-11-26 18:06:08 +01:00
  • 4be19e2c9b Clean up newlines following left parentheses Álvaro Herrera 2024-11-26 17:10:07 +01:00
  • 76e8ee2a07 Fix C23 compiler warning Peter Eisentraut 2024-10-22 08:12:43 +02:00
  • 216912c158 Rename C23 keyword Peter Eisentraut 2024-08-13 06:15:28 +02:00
  • 369ff34418 Fix NULLIF()'s handling of read-write expanded objects. Tom Lane 2024-11-25 18:08:58 -05:00
  • 9e6706a4f8 Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE. Noah Misch 2024-11-25 14:42:35 -08:00
  • 18a1a0de7d Clean up <stdbool.h> reference in meson.build. Thomas Munro 2024-11-26 11:29:31 +13:00
  • 8d2feb0efe Update configure probes for CFLAGS needed for ARM CRC instructions. Tom Lane 2024-11-25 12:50:17 -05:00
  • 8b710dabcf Add support for Tcl 9 Peter Eisentraut 2024-11-25 08:03:16 +01:00
  • 17e831d997 Assume that <stdbool.h> conforms to the C standard. Thomas Munro 2024-11-25 13:11:28 +13:00
  • 4f0eaa1d1c Doc: Clarify the inactive_since field description. Amit Kapila 2024-11-25 10:58:06 +05:30
  • 7bd297d825 doc: Fix example with __next__() in PL/Python function Michael Paquier 2024-11-25 09:15:41 +09:00
  • 8c25ea377a Make the memory layout of Port struct independent of USE_OPENSSL Heikki Linnakangas 2024-11-22 17:43:04 +02:00
  • 00bf496c49 Fix data loss when restarting the bulk_write facility Heikki Linnakangas 2024-11-22 16:28:24 +02:00
  • 5f6a3c0887 psql: Include \pset xheader_width in --help=commands|variables Michael Paquier 2024-11-22 12:17:49 +09:00
  • 84d2d21c7e jit: Use -mno-outline-atomics for bitcode on ARM. Thomas Munro 2024-11-22 14:53:21 +13:00
  • 3eacfd476c Fix newly introduced 010_keep_recycled_wals.pl Álvaro Herrera 2024-11-21 17:04:26 +01:00
  • 88019f9611 Fix outdated bit in README.tuplock Álvaro Herrera 2024-11-21 16:54:36 +01:00
  • f33f9f46e5 Fix memory leak in pgoutput for the WAL sender Michael Paquier 2024-11-21 15:14:11 +09:00
  • 98721818b3 doc: clarify that jsonb_path_match() returns an SQL boolean Bruce Momjian 2024-11-20 17:03:45 -05:00
  • 1b799d13fd Avoid assertion failure if a setop leaf query contains setops. Tom Lane 2024-11-20 12:03:47 -05:00
  • d98fd47ca4 doc: Fix section of functions age(xid) and mxid_age(xid) Michael Paquier 2024-11-20 14:21:07 +09:00
  • 1d739e26f2 Compare collations before merging UNION operations. Tom Lane 2024-11-19 18:26:19 -05:00
  • ecbff4378b Change _mdfd_segpath() to return paths by value Andres Freund 2025-02-25 09:02:07 -05:00
  • 37c87e63f9 Change relpath() et al to return path by value Andres Freund 2025-02-25 09:02:07 -05:00
  • 32c393f9f1 Remove obsolete Python version check Peter Eisentraut 2025-02-25 14:11:38 +01:00
  • d60a171b29 Use correct JSON key names in error message for KMIP Andreas Karlsson 2025-02-25 10:52:45 +01:00
  • 4141b68b21 Require that KMIP port is specified Andreas Karlsson 2025-02-25 10:52:13 +01:00
  • 02b6d86e53 PG-1373 Use memcpy() and strlcpy() over strncpy() Andreas Karlsson 2025-02-17 16:26:46 +01:00
  • 559e454ad8 PG-1373 Avoid unnecessary copies of key files paths Andreas Karlsson 2025-02-24 18:37:05 +01:00
  • 23080a32a2 PG-1373 Remove keyName struct Andreas Karlsson 2025-02-24 18:44:39 +01:00
  • b6cb0ea8d1 PG-1222 Do not write keys for temporary relations to disk Andreas Karlsson 2025-02-19 01:39:27 +01:00
  • 26d630f315 PG-1222 Break out key generation and move it outside lock Andreas Karlsson 2025-02-19 01:38:57 +01:00
  • 67310f42b5 PG-1222 Store RelFileNumbers's tablespaces in key files Andreas Karlsson 2025-02-18 16:22:20 +01:00
  • 271c9387ed Revert "PG-1222 Only pass the RelFileNumber to functions operating on maps" Andreas Karlsson 2025-02-18 16:00:15 +01:00
  • 584acc4f35 PG-1222 Cache keys on tablespace, database and RelFileNumber Andreas Karlsson 2025-02-18 15:58:09 +01:00
  • ef0caa51cb Remove no longer used field in TDEPrincipalKeyInfo Andreas Karlsson 2025-02-24 17:56:06 +01:00
  • 56edaca4c8 PG-1373 Do not use strncpy() for binary KMIP keys Andreas Karlsson 2025-02-24 19:07:14 +01:00
  • 363a6e8c6f Eliminate code duplication in replace_rte_variables callbacks Richard Guo 2025-02-25 16:11:34 +09:00
  • 1e4351af32 Expand virtual generated columns in the planner Richard Guo 2025-02-25 16:10:25 +09:00
  • 560a842d63 Fix untranslatable string concatenation in pg_upgrade Michael Paquier 2025-02-25 15:53:32 +09:00
  • 5b8f2ccc0a Doc: Fix pg_copy_logical_replication_slot description. Amit Kapila 2025-02-25 09:42:07 +05:30
  • 7c906c5b46 Doc: Fix pg_copy_logical_replication_slot description. Amit Kapila 2025-02-25 09:22:16 +05:30
  • 15601fa21a Missing doc update for f3dae2ae58. Jeff Davis 2025-02-24 17:27:32 -08:00
  • f3dae2ae58 Do not use in-place updates for statistics import. Jeff Davis 2025-02-24 17:10:59 -08:00
  • 3ce357584e psql: Add pipeline status to prompt and some state variables Michael Paquier 2025-02-25 10:07:24 +09:00
  • cbb9086c9e Fix bug in cbc127917 to handle nested Append correctly Amit Langote 2025-02-25 09:21:17 +09:00
  • cc628f6618 Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary. Masahiko Sawada 2025-02-24 14:03:10 -08:00
  • 174952ece1 Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary. Masahiko Sawada 2025-02-24 14:03:07 -08:00
  • 48796a98d5 Fix assertion when decoding XLOG_PARAMETER_CHANGE on promoted primary. Masahiko Sawada 2025-02-24 14:03:04 -08:00
  • d1146dc2a7 oauth: Rename macro to avoid collisions on Windows Daniel Gustafsson 2025-02-24 22:20:37 +01:00
  • 03366b61df oauth: Fix incorrect const markers in struct Daniel Gustafsson 2025-02-24 22:20:29 +01:00
  • bfe56cdf9a Delay extraction of TIDBitmap per page offsets Melanie Plageman 2025-02-24 16:07:55 -05:00
  • b8778c4cd8 Add lossy indicator to TBMIterateResult Melanie Plageman 2025-02-24 16:07:50 -05:00
  • c56e8af75e Fix comment for MAX_BACKENDS. Nathan Bossart 2025-02-24 15:02:09 -06:00
  • e87c14b19e libpq: Trace all NegotiateProtocolVersion fields Robert Haas 2025-02-24 12:03:25 -05:00
  • c9d94ea215 libpq: Add PQfullProtocolVersion to exports.txt Robert Haas 2025-02-24 11:44:29 -05:00
  • ed90a0a6ab
    DOCS-159 Implemented lead generation form to docs (#79) Anastasia Alexandrova 2025-02-24 17:24:26 +01:00
  • 9de2cc455e Fix confusion about data type of pg_class.relpages and relallvisible. Tom Lane 2025-02-24 11:16:04 -05:00
  • 6d3a970167
    PG-1303 Added deprecation label to PG community version and tde_heap_basic access method (#55) Anastasia Alexandrova 2025-02-24 17:00:32 +01:00
  • e889422d98 pg_amcheck: PQclear query results Daniel Gustafsson 2025-02-24 16:03:19 +01:00
  • 7c6ff1d4c9 fixup! PG-1380 Support checking if indexes and sequences are encrypted Andreas Karlsson 2025-02-20 18:54:15 +01:00
  • 1fffebe1ad PG-1380 Allow everyone to call pg_tde_is_encrypted() Andreas Karlsson 2025-02-20 16:50:41 +01:00
  • eb6e4fff00 PG-1380 Support checking if indexes and sequences are encrypted Andreas Karlsson 2025-02-20 16:49:54 +01:00
  • 54d4598619 PG-1380 Make pg_tde_is_encrypted() take a regclass Andreas Karlsson 2025-02-20 16:36:54 +01:00
  • 5ee75e32fa Add static asserts for MAX_BACKENDS limiting factors Andres Freund 2025-02-24 05:39:27 -05:00
  • 418451bfe1 bufmgr: Make it easier to change number of buffer state bits Andres Freund 2025-02-24 05:39:17 -05:00
  • cd3ccf88aa Base LWLock limits directly on MAX_BACKENDS Andres Freund 2025-02-24 05:39:17 -05:00
  • 6394a3a61c Move MAX_BACKENDS to procnumber.h Andres Freund 2025-02-24 05:39:17 -05:00
  • fde7c0164e Silence warning in older versions of Valgrind John Naylor 2025-02-24 18:03:29 +07:00
  • 0600d276d4 Silence warning in older versions of Valgrind John Naylor 2025-02-24 18:03:29 +07:00