Commit Graph

  • c4b39f26dc Release notes for 17.2, 16.6, 15.10, 14.15, 13.18, 12.22. REL_12_STABLE Tom Lane 2024-11-16 17:10:08 -0500
  • f4a0b18885 Release notes for 17.2, 16.6, 15.10, 14.15, 13.18, 12.22. REL_13_STABLE Tom Lane 2024-11-16 17:09:53 -0500
  • 290154105c Release notes for 17.2, 16.6, 15.10, 14.15, 13.18, 12.22. REL_14_STABLE Tom Lane 2024-11-16 17:09:53 -0500
  • b57d9d2e5d Release notes for 17.2, 16.6, 15.10, 14.15, 13.18, 12.22. REL_15_STABLE Tom Lane 2024-11-16 17:09:53 -0500
  • 7a0ecaa497 Release notes for 17.2, 16.6, 15.10, 14.15, 13.18, 12.22. REL_16_STABLE Tom Lane 2024-11-16 17:09:53 -0500
  • 9ac1003320 Release notes for 17.2, 16.6, 15.10, 14.15, 13.18, 12.22. REL_17_STABLE Tom Lane 2024-11-16 17:09:53 -0500
  • 099e711b77 Undo unintentional ABI break in struct ResultRelInfo. Tom Lane 2024-11-16 12:58:26 -0500
  • 17db248f31 Undo unintentional ABI break in struct ResultRelInfo. Tom Lane 2024-11-16 12:58:26 -0500
  • ee33d58471 Undo unintentional ABI break in struct ResultRelInfo. Tom Lane 2024-11-16 12:58:26 -0500
  • 6bfacd368b Undo unintentional ABI break in struct ResultRelInfo. Tom Lane 2024-11-16 12:58:26 -0500
  • c463338656 Fix per-session activation of ALTER {ROLE|DATABASE} SET role. Noah Misch 2024-11-15 20:39:56 -0800
  • 07c6e0f613 Fix per-session activation of ALTER {ROLE|DATABASE} SET role. Noah Misch 2024-11-15 20:39:56 -0800
  • be062bfa54 Fix per-session activation of ALTER {ROLE|DATABASE} SET role. Noah Misch 2024-11-15 20:39:56 -0800
  • edf80895f6 Fix per-session activation of ALTER {ROLE|DATABASE} SET role. Noah Misch 2024-11-15 20:39:56 -0800
  • b0918c1286 Fix per-session activation of ALTER {ROLE|DATABASE} SET role. Noah Misch 2024-11-15 20:39:56 -0800
  • 1c05004a89 Fix per-session activation of ALTER {ROLE|DATABASE} SET role. Noah Misch 2024-11-15 20:39:56 -0800
  • 7b88529f43 Fix per-session activation of ALTER {ROLE|DATABASE} SET role. master Noah Misch 2024-11-15 20:39:56 -0800
  • e5ed873b1b Fix a possibility of logical replication slot's restart_lsn going backwards. Masahiko Sawada 2024-11-15 17:06:11 -0800
  • 568e78a653 Fix a possibility of logical replication slot's restart_lsn going backwards. Masahiko Sawada 2024-11-15 17:06:08 -0800
  • f353911337 Fix a possibility of logical replication slot's restart_lsn going backwards. Masahiko Sawada 2024-11-15 17:06:05 -0800
  • 91771b3fbb Fix a possibility of logical replication slot's restart_lsn going backwards. Masahiko Sawada 2024-11-15 17:06:02 -0800
  • 26c4e89686 Fix a possibility of logical replication slot's restart_lsn going backwards. Masahiko Sawada 2024-11-15 17:06:00 -0800
  • 15dc1abb17 Fix a possibility of logical replication slot's restart_lsn going backwards. Masahiko Sawada 2024-11-15 17:05:57 -0800
  • b69bdcee9c Avoid assertion due to disconnected NFA sub-graphs in regex parsing. Tom Lane 2024-11-15 18:23:38 -0500
  • 5f28e6ba7f Avoid assertion due to disconnected NFA sub-graphs in regex parsing. Tom Lane 2024-11-15 18:23:38 -0500
  • b6312becc8 Avoid assertion due to disconnected NFA sub-graphs in regex parsing. Tom Lane 2024-11-15 18:23:38 -0500
  • 2496c3f6f1 Avoid assertion due to disconnected NFA sub-graphs in regex parsing. Tom Lane 2024-11-15 18:23:38 -0500
  • 2bdd3b2489 Avoid assertion due to disconnected NFA sub-graphs in regex parsing. Tom Lane 2024-11-15 18:23:38 -0500
  • 9a70f67667 Remove unnecessary backslash from CopyFrom() code. Fujii Masao 2024-11-16 01:59:33 +0900
  • 9321d2fdf8 Fix collation handling for foreign keys Peter Eisentraut 2024-11-15 14:52:28 +0100
  • cb844d66b5
    Avoid deleting critical WAL segments during pg_rewind Álvaro Herrera 2024-11-15 12:53:12 +0100
  • ea1649c352
    Avoid deleting critical WAL segments during pg_rewind Álvaro Herrera 2024-11-15 12:53:12 +0100
  • e28cf2fbc2
    Avoid deleting critical WAL segments during pg_rewind Álvaro Herrera 2024-11-15 12:53:12 +0100
  • ba25358413
    Avoid deleting critical WAL segments during pg_rewind Álvaro Herrera 2024-11-15 12:53:12 +0100
  • 90bcc7c2db
    Avoid deleting critical WAL segments during pg_rewind Álvaro Herrera 2024-11-15 12:53:12 +0100
  • d31bbfb659 Proper object locking for GRANT/REVOKE Peter Eisentraut 2024-11-15 10:53:54 +0100
  • cfd7f36c83 jit: Stop emitting some unnecessary instructions Heikki Linnakangas 2024-11-15 10:06:36 +0200
  • e468ec0fdd Add an assertion in get_object_address() Peter Eisentraut 2024-11-15 08:42:59 +0100
  • 154c5b42a3 Fix race conditions with drop of reused pgstats entries Michael Paquier 2024-11-15 11:32:18 +0900
  • afa20845dd Fix race conditions with drop of reused pgstats entries Michael Paquier 2024-11-15 11:32:16 +0900
  • 1d6a03ea41 Fix race conditions with drop of reused pgstats entries Michael Paquier 2024-11-15 11:32:13 +0900
  • 818119afcc Fix race conditions with drop of reused pgstats entries Michael Paquier 2024-11-15 11:31:58 +0900
  • 5b00786857 Pass MyPMChildSlot as an explicit argument to child process Heikki Linnakangas 2024-11-14 16:12:32 +0200
  • a78af04270 Assign a child slot to every postmaster child process Heikki Linnakangas 2024-11-14 16:12:28 +0200
  • bb861414fe Kill dead-end children when there's nothing else left Heikki Linnakangas 2024-11-14 16:12:04 +0200
  • 18d67a8d7d Replace postmaster.c's own backend type codes with BackendType Heikki Linnakangas 2024-11-14 16:06:16 +0200
  • a274bbb1b3 Remove a useless cast to (void *) in hash_search() call Peter Eisentraut 2024-11-14 09:30:14 +0100
  • 13e3796c90 contrib/lo: Use SQL-standard function bodies Michael Paquier 2024-11-14 13:23:11 +0900
  • 93f9b4a93f xml2: Add tests for functions xpath_nodeset() and xpath_list() Michael Paquier 2024-11-14 13:10:36 +0900
  • 3ef038fc4f contrib/lo: Add test for function lo_oid() Michael Paquier 2024-11-14 12:24:00 +0900
  • b3a8a53c7b [PG-1075 PG-1076 PG-1077 PG-1070 PG-1067] Update the expected regression files for tde_heap & tde_heap_basic #183 Shahid Ullah 2024-11-13 23:12:33 +0500
  • 4e6e375b00 Add nbtree amgettuple return item function. Peter Geoghegan 2024-11-13 09:50:57 -0500
  • 38c18710b3
    Fix pg_upgrade's cross-version tests when old < 18 Álvaro Herrera 2024-11-13 11:06:44 +0100
  • f05b5e6346 configure.ac: Remove useless AC_SUBST Peter Eisentraut 2024-11-13 10:29:31 +0100
  • 197725950c Build fix: reran autoconf Zsolt Parragi 2024-09-27 11:08:50 +0100
  • f7d15b5acb PG-1008: Change product name and version number Muhammad Usama 2024-09-16 16:56:14 +0500
  • 0e60d4e331 Fix comment in injection_point.c Michael Paquier 2024-11-13 13:58:19 +0900
  • ff245d3584 Count contrib/bloom index scans in pgstat view. Peter Geoghegan 2024-11-12 20:57:43 -0500
  • 1d5fb19cda Fix arrays comparison in CompareOpclassOptions() Alexander Korotkov 2024-11-12 01:44:20 +0200
  • 470fc5a7ee Stamp 17.1. Tom Lane 2024-11-11 17:42:37 -0500
  • 3344046741 Last-minute updates for release notes. Tom Lane 2024-11-11 17:40:13 -0500
  • 310622a7bc Parallel workers use AuthenticatedUserId for connection privilege checks. Tom Lane 2024-11-11 17:05:53 -0500
  • 6265c911ed Fix cross-version upgrade tests. Tom Lane 2024-11-11 13:57:21 -0500
  • d799f08018 Avoid bizarre meson behavior with backslashes in command arguments. Tom Lane 2024-11-11 12:20:08 -0500
  • b4ca314e83 Fix improper interactions between session_authorization and role. Tom Lane 2024-11-11 10:29:54 -0500
  • 64f42bb9a1 Ensure cached plans are correctly marked as dependent on role. Nathan Bossart 2024-11-11 09:00:00 -0600
  • f5aeaea4c6 Block environment variable mutations from trusted PL/Perl. Noah Misch 2024-11-11 06:23:43 -0800
  • 2926ed6f9c Translation updates Peter Eisentraut 2024-11-11 13:52:24 +0100
  • a27b41fcc8 libpq: Bail out during SSL/GSS negotiation errors Michael Paquier 2024-11-11 10:19:56 +0900
  • a66f46e50c Release notes for 17.1, 16.5, 15.9, 14.14, 13.17, 12.21. Tom Lane 2024-11-10 13:40:41 -0500
  • d8039064db Fix sign-compare warnings in pg_iovec.h. Nathan Bossart 2024-11-08 16:11:08 -0600
  • ff6121c9a1 First-draft release notes for 17.1. Tom Lane 2024-11-08 16:39:34 -0500
  • 2b8736feec Improve fix for not entering parallel mode when holding interrupts. Tom Lane 2024-11-08 13:42:01 -0500
  • 5a0cbf5b91 Disallow partitionwise join when collations don't match Amit Langote 2024-11-08 16:29:38 +0900
  • 7f4bbff9ad Disallow partitionwise grouping when collations don't match Amit Langote 2024-11-08 16:07:13 +0900
  • 273b54fbbe Fix inconsistent RestrictInfo serial numbers Richard Guo 2024-11-08 11:24:26 +0900
  • b32cfb861f doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints Álvaro Herrera 2024-11-07 14:06:24 +0100
  • 3a7b080392 Fix lc_collate_is_c() when LC_COLLATE != LC_CTYPE. Jeff Davis 2024-11-06 14:44:35 -0800
  • 790c11fd0c Monkey-patch LLVM code to fix ARM relocation bug. Thomas Munro 2024-11-06 22:04:44 +1300
  • ec19a8f579 Clear padding of PgStat_HashKey when handling pgstats entries Michael Paquier 2024-11-05 09:40:55 +0900
  • a08feaaf85 Use portable diff options in pg_bsd_indent's regression test. Tom Lane 2024-11-04 18:08:48 -0500
  • cadb0d0643 pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass. Tom Lane 2024-11-04 14:36:04 -0500
  • c616d98750 pg_combinebackup: Error if incremental file exists in full backup. Robert Haas 2024-11-04 10:11:05 -0500
  • d9da4abc75 pg_combinebackup: When reconstructing, avoid double slash in filename. Robert Haas 2024-11-04 09:55:02 -0500
  • e1cc4d9067 Suppress new "may be used uninitialized" warning. Noah Misch 2024-11-02 19:42:52 -0700
  • d6096db614 Move I/O before the index_update_stats() buffer lock region. Noah Misch 2024-11-02 09:04:55 -0700
  • dd5b957c5a Revert "For inplace update, send nontransactional invalidations." Noah Misch 2024-11-02 09:05:00 -0700
  • f343d8f9a4 Revert "WAL-log inplace update before revealing it to other sessions." Noah Misch 2024-11-02 09:04:59 -0700
  • d1cc1862e0 doc: fix ALTER DOMAIN domain_constraint to spell out options Bruce Momjian 2024-11-01 13:54:28 -0400
  • f5d98661f8 doc: remove mention of ActiveState for Perl and Tcl on Windows Bruce Momjian 2024-11-01 11:30:54 -0400
  • f8d628d202 Stabilize jsonb_path_query test case. Tom Lane 2024-10-30 11:42:28 -0400
  • 37e92c4fd0 Fix bug in nbtree array primitive scan scheduling. Peter Geoghegan 2024-10-30 10:57:17 -0400
  • 2a326aa2a2 Fix some more bugs in foreign keys connecting partitioned tables Álvaro Herrera 2024-10-30 10:54:03 +0100
  • 16cc66fa71 Unpin buffer before inplace update waits for an XID to end. Noah Misch 2024-10-29 09:39:55 -0700
  • b41a47d68c Update time zone data files to tzdata release 2024b. Tom Lane 2024-10-29 11:49:38 -0400
  • 5a05b47622 doc: Add better description for rewrite functions in event triggers Michael Paquier 2024-10-29 15:35:14 +0900
  • ca8b42b194 Doc: clarify enable_indexscan=off also disabled Index Only Scans David Rowley 2024-10-29 16:24:47 +1300
  • a5e904df65 Fix dependency of partitioned table and table AM with CREATE TABLE .. USING Michael Paquier 2024-10-29 08:41:53 +0900
  • 4d502c9619 Guard against enormously long input in pg_saslprep(). Tom Lane 2024-10-28 14:33:55 -0400
  • 7d455ae779 Fix overflow in bsearch_arg() with more than INT_MAX elements Heikki Linnakangas 2024-10-28 14:07:38 +0200