Commit Graph

  • 3170aece14 backport: Improve handling of empty query results in BackgroundPsql Andres Freund 2025-02-19 09:39:49 -05:00
  • c0bc11aebb backport: Extend background_psql() to be able to start asynchronously Andres Freund 2025-02-19 09:41:08 -05:00
  • f4b08ccb4e backport: Improve handling of empty query results in BackgroundPsql Andres Freund 2025-02-19 09:39:49 -05:00
  • 6ab58d506b backport: Extend background_psql() to be able to start asynchronously Andres Freund 2025-02-19 09:41:08 -05:00
  • fbfd38662f backport: Improve handling of empty query results in BackgroundPsql Andres Freund 2025-02-19 09:39:49 -05:00
  • 49b6f4a02b backport: Extend background_psql() to be able to start asynchronously Andres Freund 2025-02-19 09:41:08 -05:00
  • 31a242e90c backport: Improve handling of empty query results in BackgroundPsql Andres Freund 2025-02-19 09:39:49 -05:00
  • 80d7f99049
    Add ATAlterConstraint struct for ALTER .. CONSTRAINT Álvaro Herrera 2025-02-19 13:06:13 +01:00
  • e983ee9380 Improve statistics estimation for single-column GROUP BY in sub-queries Alexander Korotkov 2025-02-19 11:56:54 +02:00
  • a20a049c3f Remove unused defines Andreas Karlsson 2025-02-18 12:55:23 +01:00
  • 6657a758f1 Move declarations from .h to .c files Andreas Karlsson 2025-02-18 12:54:33 +01:00
  • 8a695d7998 Add a test for commit ac0e33136a using the injection point. Amit Kapila 2025-02-19 14:52:32 +05:30
  • 302cf15759 Add support for LIKE in CREATE FOREIGN TABLE Michael Paquier 2025-02-19 15:50:37 +09:00
  • e7563e3c75 doc: Fix some issues with JSON_TABLE() examples Amit Langote 2025-02-19 15:08:17 +09:00
  • 77cdee9ea9 doc: Fix some issues with JSON_TABLE() exampls Amit Langote 2025-02-19 15:07:24 +09:00
  • ac0e33136a Invalidate inactive replication slots. Amit Kapila 2025-02-19 09:29:50 +05:30
  • 197427fb3f Avoid null pointer dereference crash after OOM in Snowball stemmers. Tom Lane 2025-02-18 21:23:59 -05:00
  • 8388cae552 Avoid null pointer dereference crash after OOM in Snowball stemmers. Tom Lane 2025-02-18 21:23:59 -05:00
  • 9c46d902b2 Avoid null pointer dereference crash after OOM in Snowball stemmers. Tom Lane 2025-02-18 21:23:59 -05:00
  • c0c364fa16 Avoid null pointer dereference crash after OOM in Snowball stemmers. Tom Lane 2025-02-18 21:23:59 -05:00
  • 7edd2cbc53 Avoid null pointer dereference crash after OOM in Snowball stemmers. Tom Lane 2025-02-18 21:23:59 -05:00
  • a38a7ad51e Fix unsafe access to BufferDescriptors Richard Guo 2025-02-19 11:05:35 +09:00
  • 07a55093cd Fix unsafe access to BufferDescriptors Richard Guo 2025-02-19 11:05:35 +09:00
  • b464e51ab3 Update to latest Snowball sources. Tom Lane 2025-02-18 21:13:46 -05:00
  • 24a74986a0 Fix unsafe access to BufferDescriptors Richard Guo 2025-02-19 11:05:35 +09:00
  • 4c6b5dd5f5 Fix unsafe access to BufferDescriptors Richard Guo 2025-02-19 11:05:35 +09:00
  • 49a450892a Fix unsafe access to BufferDescriptors Richard Guo 2025-02-19 11:05:35 +09:00
  • 71d02dc478 Fix unsafe access to BufferDescriptors Richard Guo 2025-02-19 11:05:35 +09:00
  • 727bc6ac33 Fix freeing a child join's SpecialJoinInfo Richard Guo 2025-02-19 10:04:44 +09:00
  • c39392ebae Fix freeing a child join's SpecialJoinInfo Richard Guo 2025-02-19 10:02:32 +09:00
  • e9c95c6d36 test_escape: Fix handling of short options in getopt_long() Michael Paquier 2025-02-19 09:46:00 +09:00
  • 691c32ba4b test_escape: Fix handling of short options in getopt_long() Michael Paquier 2025-02-19 09:45:59 +09:00
  • 9844eb67cc test_escape: Fix handling of short options in getopt_long() Michael Paquier 2025-02-19 09:45:57 +09:00
  • 8d07562503 test_escape: Fix handling of short options in getopt_long() Michael Paquier 2025-02-19 09:45:56 +09:00
  • a68a7594ca test_escape: Fix handling of short options in getopt_long() Michael Paquier 2025-02-19 09:45:54 +09:00
  • aef6f907f6 test_escape: Fix handling of short options in getopt_long() Michael Paquier 2025-02-19 09:45:42 +09:00
  • f2e4c2b203 Make the description of some GUCs more consistent Michael Paquier 2025-02-19 08:42:35 +09:00
  • 06dc1ffd24 doc: add example of sign mismatch with POSIX/ISO-8601 time zones Bruce Momjian 2025-02-18 15:51:31 -05:00
  • a1f7f80bfe Update outdated comments in nodeAgg.c. Jeff Davis 2025-02-18 10:28:05 -08:00
  • c623e8593e Reduce scope of heap vacuum per_buffer_data Melanie Plageman 2025-02-18 09:28:10 -05:00
  • b96a7036ce Write count(*) in a consistent way in our documentation Andreas Karlsson 2025-02-18 13:49:17 +01:00
  • 95ef3d9029 Add PGErrorVerbosity to typedefs.list Daniel Gustafsson 2025-02-18 13:23:13 +01:00
  • 593509202f Fix poorly written regression test David Rowley 2025-02-19 00:42:22 +13:00
  • 70cec18893 PKG-211: Link LLVM statically Zsolt Parragi 2024-11-04 17:21:26 +00:00
  • a6d39011f6
    PG-1355 Added the key points to consider when writing documentation (#52) Anastasia Alexandrova 2025-02-18 08:46:48 +01:00
  • 217919dd09 Raise a WARNING for max_slot_wal_keep_size in pg_createsubscriber. Amit Kapila 2025-02-18 12:15:43 +05:30
  • 53d3daa491 Specialize intarray sorting John Naylor 2025-02-18 11:04:55 +07:00
  • 164bac92f0 Doc: Improve pg_replication_slots.inactive_since description. Amit Kapila 2025-02-18 09:23:43 +05:30
  • 2509b857cc Fix typo in 2a8a0067. Thomas Munro 2025-02-18 14:44:59 +13:00
  • c8f198c3ac Stamp 13.20. REL_13_20 Tom Lane 2025-02-17 16:17:13 -05:00
  • e5cabe2800 Stamp 14.17. REL_14_17 Tom Lane 2025-02-17 16:15:49 -05:00
  • 50d3d22bab Stamp 15.12. REL_15_12 Tom Lane 2025-02-17 16:14:22 -05:00
  • 71eb35c0b1 Stamp 16.8. REL_16_8 Tom Lane 2025-02-17 16:13:08 -05:00
  • f8554dee41 Stamp 17.4. REL_17_4 Tom Lane 2025-02-17 16:11:21 -05:00
  • 3e3bbea82a
    [PG-1367] Update configure server script that can accept data directory and port as an argument (#68) Shahid Ullah 2025-02-18 00:48:41 +05:00
  • 9cdc21b533 Fix translator notes in comments Daniel Gustafsson 2025-02-17 20:23:34 +01:00
  • c407d5426b Add tab completion for ALTER USER/ROLE RESET Tomas Vondra 2025-02-17 17:55:23 +01:00
  • 9df8727c50 Add tab completion for ALTER DATABASE RESET Tomas Vondra 2025-02-17 17:49:53 +01:00
  • a282099583
    Translation updates Álvaro Herrera 2025-02-17 17:51:30 +01:00
  • 50fabe48e3
    Translation updates Álvaro Herrera 2025-02-17 17:51:30 +01:00
  • f815362abe
    Translation updates Álvaro Herrera 2025-02-17 17:51:30 +01:00
  • 3b5b99f6f1
    Translation updates Álvaro Herrera 2025-02-17 17:51:30 +01:00
  • d0ed7d2a5a
    Translation updates Álvaro Herrera 2025-02-17 17:51:30 +01:00
  • 4cc8d22217 Always use text instead of varchar in pg_tde Andreas Karlsson 2025-02-17 12:45:45 +01:00
  • 85817058f1 Remove out variables from GRANT/REVOKE Andreas Karlsson 2025-02-17 12:40:51 +01:00
  • 38885b00f3 fixup: test output Zsolt Parragi 2025-02-12 21:11:55 +00:00
  • be46553cbd Ignore regression temporary files in the contrib folder Zsolt Parragi 2025-02-12 20:34:25 +00:00
  • 0a451edbcc Removing the pg_tde_global enum Zsolt Parragi 2025-02-11 19:48:07 +00:00
  • 747d93f039 Do not create extra database in configure-tde-server.sh Andreas Karlsson 2025-02-14 15:13:48 +01:00
  • 4e848ea9f4 Simplify logic for stopping the server in configure-tde-server.sh Andreas Karlsson 2025-02-14 15:03:06 +01:00
  • c35778b45b Improve how we set GUCs in configure-tde-server.sh Andreas Karlsson 2025-02-14 14:47:28 +01:00
  • a3fde4e52d Quote shell variables in configure-tde-server.sh Andreas Karlsson 2025-02-14 14:29:11 +01:00
  • fc069a3a63 Implement Self-Join Elimination Alexander Korotkov 2025-02-13 00:56:03 +02:00
  • 3fb58625d1 Revert: Get rid of WALBufMappingLock Alexander Korotkov 2025-02-17 12:35:28 +02:00
  • 75dfde1363 Fix an oversight in cbc127917 to handle MERGE correctly Amit Langote 2025-02-17 16:12:03 +09:00
  • 6a8a7ce476 Add information about WAL buffers full to VACUUM/ANALYZE (VERBOSE) Michael Paquier 2025-02-17 15:09:51 +09:00
  • 320545bfcf Add information about WAL buffers being full to EXPLAIN (WAL) Michael Paquier 2025-02-17 14:50:33 +09:00
  • ce5bcc4a9f pg_stat_statements: Add wal_buffers_full Michael Paquier 2025-02-17 13:55:17 +09:00
  • eaf502747b Move wal_buffers_full from PgStat_PendingWalStats to WalUsage Michael Paquier 2025-02-17 13:14:28 +09:00
  • 6a2275b895 Get rid of WALBufMappingLock Alexander Korotkov 2025-02-17 04:19:01 +02:00
  • fbc0fe9a2e Adjust tuples estimate for appendrels Richard Guo 2025-02-17 11:13:15 +09:00
  • e8f5b51ae0 Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. Tom Lane 2025-02-16 14:20:33 -05:00
  • 10b5dac700 Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. Tom Lane 2025-02-16 14:20:33 -05:00
  • 4444c479dc Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. Tom Lane 2025-02-16 14:20:33 -05:00
  • 27e48f004a Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. Tom Lane 2025-02-16 14:20:33 -05:00
  • 848e2c6abc Release notes for 17.4, 16.8, 15.12, 14.17, 13.20. Tom Lane 2025-02-16 14:20:33 -05:00
  • a7f95859ef In fmtIdEnc(), handle failure of enlargePQExpBuffer(). Tom Lane 2025-02-16 12:46:35 -05:00
  • 9f052613e4 In fmtIdEnc(), handle failure of enlargePQExpBuffer(). Tom Lane 2025-02-16 12:46:35 -05:00
  • f864a4cdfc In fmtIdEnc(), handle failure of enlargePQExpBuffer(). Tom Lane 2025-02-16 12:46:35 -05:00
  • 2226a2e266 In fmtIdEnc(), handle failure of enlargePQExpBuffer(). Tom Lane 2025-02-16 12:46:35 -05:00
  • 644b7d686e In fmtIdEnc(), handle failure of enlargePQExpBuffer(). Tom Lane 2025-02-16 12:46:35 -05:00
  • 3977bd2985 In fmtIdEnc(), handle failure of enlargePQExpBuffer(). Tom Lane 2025-02-16 12:46:35 -05:00
  • 9f45e6a91d Make escaping functions retain trailing bytes of an invalid character. Tom Lane 2025-02-15 16:20:21 -05:00
  • d6d29b2133 Make escaping functions retain trailing bytes of an invalid character. Tom Lane 2025-02-15 16:20:21 -05:00
  • c08309584a Make escaping functions retain trailing bytes of an invalid character. Tom Lane 2025-02-15 16:20:21 -05:00
  • e782a63ccb Make escaping functions retain trailing bytes of an invalid character. Tom Lane 2025-02-15 16:20:21 -05:00
  • 991a60a9f2 Make escaping functions retain trailing bytes of an invalid character. Tom Lane 2025-02-15 16:20:21 -05:00
  • 3abe6e04cc Make escaping functions retain trailing bytes of an invalid character. Tom Lane 2025-02-15 16:20:21 -05:00
  • 2a8a00674e Fix explicit valgrind interaction in read_stream.c. Thomas Munro 2025-02-15 13:13:19 +13:00
  • 1f7a053245 Fix PQescapeLiteral()/PQescapeIdentifier() length handling Andres Freund 2025-02-14 17:44:28 -05:00