Commit Graph

  • 946cf17fc2 Remove unnecessary word in a comment Amit Langote 2024-10-23 17:54:48 +09:00
  • e5ad570d3e ecpg: Fix out-of-bound read in DecodeDateTime() Michael Paquier 2024-10-23 08:35:00 +09:00
  • 3cafd7121d Restructure foreign key handling code for ATTACH/DETACH Álvaro Herrera 2024-10-22 16:01:18 +02:00
  • 2eb460b58a Fix wrong assertion and poor error messages in "COPY (query) TO". Tom Lane 2024-10-21 15:08:22 -04:00
  • 8906d9487a Fix race condition in committing a serializable transaction Heikki Linnakangas 2024-10-21 09:49:21 +03:00
  • 215702ba9f Note that index_name in ALTER INDEX ATTACH PARTITION can be schema-qualified Álvaro Herrera 2024-10-20 15:36:20 +02:00
  • 8ca85d9170 SQL/JSON: Fix some oversights in commit b6e1157e7 Amit Langote 2024-10-20 12:21:12 +09:00
  • 05adff1fe0 Adjust documentation for configuring Linux huge pages. Nathan Bossart 2024-10-18 10:20:15 -05:00
  • 68214787d9 Fix description of PostgreSQL::Test::Cluster::wait_for_event() Michael Paquier 2024-10-18 13:50:07 +09:00
  • fd27112c46 Fix extreme skew detection in Parallel Hash Join. Thomas Munro 2024-10-17 15:52:24 +13:00
  • 7c8ba36521 Fix whitespace Peter Eisentraut 2024-10-17 08:42:58 +02:00
  • 5a9dab1f2b Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases Michael Paquier 2024-10-17 08:45:56 +09:00
  • 10e9c6b364 Rewrite some regression queries for option checks with COPY Michael Paquier 2024-10-17 07:21:40 +09:00
  • 1e22fad652 Further refine _SPI_execute_plan's rule for atomic execution. Tom Lane 2024-10-16 17:36:29 -04:00
  • 6c58d8a682 Reduce memory block size for decoded tuple storage to 8kB. Masahiko Sawada 2024-10-16 12:08:02 -07:00
  • a53db940be Fix typo in comment of transformJsonAggConstructor() Amit Langote 2024-10-16 18:11:53 +09:00
  • bcb81dbfec Add type cast to foreach_internal's loop variable. Nathan Bossart 2024-10-15 16:20:49 -05:00
  • e39f19c23a psql: Fix \watch when using interval values less than 1ms Michael Paquier 2024-10-14 12:27:57 +09:00
  • e6d0bece34 Correctly identify which EC members are computable at a plan node. Tom Lane 2024-10-12 14:56:08 -04:00
  • 79b4c3eddd Fix missed case for builtin collation provider. Jeff Davis 2024-10-11 16:58:22 -07:00
  • a3bf57c316 doc PG 17 relnotes: clarify pg_upgrade and logical slot preserv. Bruce Momjian 2024-10-09 23:05:50 -04:00
  • f483dfbde2 doc PG 17 relnotes: add missing commands for safe search path Bruce Momjian 2024-10-09 22:58:03 -04:00
  • 6869886234 Avoid crash in estimate_array_length with null root pointer. Tom Lane 2024-10-09 17:07:53 -04:00
  • 3f773dc300 doc: Fix mention of AT LOCAL in release notes Daniel Gustafsson 2024-10-09 10:13:20 +02:00
  • 19cbe62f4c Remove incorrect function import from pgindent Daniel Gustafsson 2024-10-09 09:34:34 +02:00
  • 1a16604fc3 Stabilize the test added by commit 022564f60c. Amit Kapila 2024-10-08 12:13:28 +05:30
  • 973c37a48b Fix search_path cache initialization. Jeff Davis 2024-10-07 17:54:19 -07:00
  • 896576649f doc PG 17 relnotes: move adminpack item to incompatibilities Bruce Momjian 2024-10-07 20:11:25 -04:00
  • eb806ddaf7 vacuumdb: Schema-qualify operator in catalog query's WHERE clause. Nathan Bossart 2024-10-07 16:49:20 -05:00
  • 79f79f6284 Fix Y2038 issues with MyStartTime. Nathan Bossart 2024-10-07 13:51:03 -05:00
  • dcd3830b1c Fix fetching default toast value during decoding of in-progress transactions. Amit Kapila 2024-10-07 15:15:05 +05:30
  • 1f7e71300f Ignore not-yet-defined Portals in pg_cursors view. Tom Lane 2024-10-06 16:03:48 -04:00
  • de8a919b5c Use generateClonedIndexStmt to propagate CREATE INDEX to partitions. Tom Lane 2024-10-05 14:46:44 -04:00
  • b53817a861 Reject non-ASCII locale names. Thomas Munro 2024-10-05 13:48:33 +13:00
  • e676bdac1a Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE. Dean Rasheed 2024-10-03 13:45:37 +01:00
  • bf26cc945b Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE. Dean Rasheed 2024-10-03 12:50:38 +01:00
  • 4281ba3f0c Parse libpq's "keepalives" option more like other integer options. Tom Lane 2024-10-02 17:30:36 -04:00
  • 5465846054 doc: Clarify name of files generated by pg_waldump --save-fullpage Michael Paquier 2024-10-02 11:12:45 +09:00
  • d9d7ede0e9 Doc: replace unnecessary non-breaking space with ordinal space. Tatsuo Ishii 2024-10-01 11:35:42 +09:00
  • 139b2d549e Fix race condition in COMMIT PREPARED causing orphaned 2PC files Michael Paquier 2024-10-01 15:44:07 +09:00
  • b9629211a8 Remove incorrect entries in pg_walsummary's getopt_long call. Tom Lane 2024-09-30 12:06:54 -04:00
  • 4fa2b58c45 reindexdb: Skip reindexing temporary tables and indexes. Fujii Masao 2024-09-30 11:13:55 +09:00
  • 9363b329b2 Remove NULL dereference from RenameRelationInternal(). Noah Misch 2024-09-29 15:54:25 -07:00
  • 05c4d930e1 Avoid 037_invalid_database.pl hang under debug_discard_caches. Noah Misch 2024-09-27 15:28:56 -07:00
  • 3a81d61e06 doc: Note that CREATE MATERIALIZED VIEW restricts search_path. Nathan Bossart 2024-09-27 16:21:21 -05:00
  • 350ddc718e Fix incorrect memory access in VACUUM FULL with invalid toast indexes Michael Paquier 2024-09-27 09:40:14 +09:00
  • 098fbb52f0 Doc: InitPlans aren't parallel-restricted any more. Tom Lane 2024-09-26 10:37:51 -04:00
  • f683ba0867 doc: Update pg_constraint.conexclop docs for WITHOUT OVERLAPS Peter Eisentraut 2024-11-13 09:05:02 +01:00
  • d56af4c882 doc: Add PERIOD to ALTER TABLE reference docs Peter Eisentraut 2024-11-13 08:53:08 +01:00
  • 94daf80bd1 doc: Small improvement in CREATE TABLE / PERIOD documentation Peter Eisentraut 2024-11-13 08:51:23 +01:00
  • bf62105950 doc: Add WITHOUT OVERLAPS to ALTER TABLE reference docs Peter Eisentraut 2024-11-13 08:42:34 +01:00
  • 73731b2432 Fix comment in injection_point.c Michael Paquier 2024-11-13 13:58:19 +09:00
  • d74b590983 Fix comment in injection_point.c Michael Paquier 2024-11-13 13:58:09 +09:00
  • 3be30d0075 Fix obsolete nbtree page reuse FSM comment. Peter Geoghegan 2024-11-12 22:09:00 -05:00
  • 93063e2e42 Count contrib/bloom index scans in pgstat view. Peter Geoghegan 2024-11-12 20:57:45 -05:00
  • 7af6d13061 Count contrib/bloom index scans in pgstat view. Peter Geoghegan 2024-11-12 20:57:43 -05:00
  • 05aac2e837 Count contrib/bloom index scans in pgstat view. Peter Geoghegan 2024-11-12 20:57:41 -05:00
  • 16a2bb0793 Count contrib/bloom index scans in pgstat view. Peter Geoghegan 2024-11-12 20:57:39 -05:00
  • 2a30b6836d Count contrib/bloom index scans in pgstat view. Peter Geoghegan 2024-11-12 20:57:37 -05:00
  • e493ea866e Count contrib/bloom index scans in pgstat view. Peter Geoghegan 2024-11-12 20:57:35 -05:00
  • 4d1010d231 PG-1126 fix: only check API version with our fork Zsolt Parragi 2024-11-12 21:14:35 +00:00
  • fe2c0a54e6 Handle recreated relations in smgr encryption Zsolt Parragi 2024-10-12 21:59:40 +01:00
  • 70d83ff2c0
    Merge pull request #337 from percona/PG-1201-issue-templates Artem Gavrilov 2024-11-12 18:22:05 +02:00
  • e76bbb79cb PG-1201 Add issue tempates Artem Gavrilov 2024-11-12 18:00:56 +02:00
  • 5bb6f09509
    Merge pull request #334 from dutow/vercheck Zsolt Parragi 2024-11-12 14:09:18 +00:00
  • 1a02832e9c
    Merge pull request #17 from dutow/vercheck Zsolt Parragi 2024-11-12 14:08:48 +00:00
  • fda7cb2f56
    Fixup: Update src/include/utils/percona.h Zsolt Parragi 2024-11-12 13:07:06 +00:00
  • bfeeb065ea Add missing word in comment Amit Langote 2024-11-12 15:56:51 +09:00
  • dc12ac2270
    Merge pull request #14 from dutow/smgrcreatefix Zsolt Parragi 2024-11-12 11:28:25 +00:00
  • 503e40317e
    Create CODEOWNERRS (#336) Artem Gavrilov 2024-11-12 12:53:38 +02:00
  • ff239c3bf4
    Silence compilers about extractNotNullColumn() Álvaro Herrera 2024-11-12 11:35:43 +01:00
  • 3f323eba89 pg_freespacemap: Use SQL-standard function bodies Michael Paquier 2024-11-12 17:28:03 +09:00
  • 5411e82138 Fix arrays comparison in CompareOpclassOptions() Alexander Korotkov 2024-11-12 01:44:20 +02:00
  • 247e7647f5 Fix arrays comparison in CompareOpclassOptions() Alexander Korotkov 2024-11-12 01:44:20 +02:00
  • 713b8546ab Fix arrays comparison in CompareOpclassOptions() Alexander Korotkov 2024-11-12 01:44:20 +02:00
  • b242aba026 Fix arrays comparison in CompareOpclassOptions() Alexander Korotkov 2024-11-12 01:44:20 +02:00
  • a6fa869cfa Fix arrays comparison in CompareOpclassOptions() Alexander Korotkov 2024-11-12 01:44:20 +02:00
  • db22b90024 Fix arrays comparison in CompareOpclassOptions() Alexander Korotkov 2024-11-12 01:44:20 +02:00
  • 20a8202682 Stamp 12.21. REL_12_21 Tom Lane 2024-11-11 17:50:23 -05:00
  • 64ecc00908 Stamp 13.17. REL_13_17 Tom Lane 2024-11-11 17:48:40 -05:00
  • 8abd132404 Stamp 14.14. REL_14_14 Tom Lane 2024-11-11 17:47:15 -05:00
  • 0c53d54c81 Stamp 15.9. REL_15_9 Tom Lane 2024-11-11 17:45:41 -05:00
  • 8c9d34cdc4 Stamp 16.5. REL_16_5 Tom Lane 2024-11-11 17:44:10 -05:00
  • 91f20bc2f7 Stamp 17.1. REL_17_1 Tom Lane 2024-11-11 17:42:37 -05:00
  • aee114bf1c Last-minute updates for release notes. Tom Lane 2024-11-11 17:40:13 -05:00
  • b3db5fdb05 Last-minute updates for release notes. Tom Lane 2024-11-11 17:40:13 -05:00
  • 575d673fe7 Last-minute updates for release notes. Tom Lane 2024-11-11 17:40:13 -05:00
  • b83b358b1b Last-minute updates for release notes. Tom Lane 2024-11-11 17:40:13 -05:00
  • 03dc78ff64 Last-minute updates for release notes. Tom Lane 2024-11-11 17:40:13 -05:00
  • 052aa02971 Last-minute updates for release notes. Tom Lane 2024-11-11 17:40:13 -05:00
  • 73c9f91a1b Parallel workers use AuthenticatedUserId for connection privilege checks. Tom Lane 2024-11-11 17:05:53 -05:00
  • 0edad86548 Parallel workers use AuthenticatedUserId for connection privilege checks. Tom Lane 2024-11-11 17:05:53 -05:00
  • dc7378793a Parallel workers use AuthenticatedUserId for connection privilege checks. Tom Lane 2024-11-11 17:05:53 -05:00
  • 00b94e8e2f Parallel workers use AuthenticatedUserId for connection privilege checks. Tom Lane 2024-11-11 17:05:53 -05:00
  • 109a323807 Parallel workers use AuthenticatedUserId for connection privilege checks. Tom Lane 2024-11-11 17:05:53 -05:00
  • 95f5a52372 Parallel workers use AuthenticatedUserId for connection privilege checks. Tom Lane 2024-11-11 17:05:53 -05:00
  • f4f5d27d87 Parallel workers use AuthenticatedUserId for connection privilege checks. Tom Lane 2024-11-11 17:05:53 -05:00
  • 9fc1c3a02d Fix cross-version upgrade tests. Tom Lane 2024-11-11 13:57:21 -05:00
  • 0bd9560d96 Fix cross-version upgrade tests. Tom Lane 2024-11-11 13:57:21 -05:00
  • 256e34653a Fix cross-version upgrade tests. Tom Lane 2024-11-11 13:57:21 -05:00