Commit Graph

  • 14e87ffa5c
    Add pg_constraint rows for not-null constraints master Álvaro Herrera 2024-11-08 13:28:48 +0100
  • 075acdd933 Disallow partitionwise join when collations don't match Amit Langote 2024-11-08 16:27:24 +0900
  • a0cdfc8893 Disallow partitionwise join when collations don't match REL_17_STABLE Amit Langote 2024-11-08 16:29:38 +0900
  • f734b6b4d0 Disallow partitionwise join when collations don't match REL_16_STABLE Amit Langote 2024-11-08 16:30:07 +0900
  • 33040b1715 Disallow partitionwise join when collations don't match REL_15_STABLE Amit Langote 2024-11-08 16:30:22 +0900
  • 62df5484f9 Disallow partitionwise join when collations don't match REL_14_STABLE Amit Langote 2024-11-08 16:30:33 +0900
  • 054701a2b7 Disallow partitionwise join when collations don't match REL_13_STABLE Amit Langote 2024-11-08 16:30:44 +0900
  • 9c47574916 Disallow partitionwise join when collations don't match REL_12_STABLE Amit Langote 2024-11-08 16:30:54 +0900
  • 90fe6251c8 Disallow partitionwise grouping when collations don't match Amit Langote 2024-11-08 16:07:22 +0900
  • b6484ca953 Disallow partitionwise grouping when collations don't match Amit Langote 2024-11-08 16:07:13 +0900
  • dd2f8ebee2 Disallow partitionwise grouping when collations don't match Amit Langote 2024-11-08 16:07:05 +0900
  • 0a620659c5 Disallow partitionwise grouping when collations don't match Amit Langote 2024-11-08 16:06:58 +0900
  • 96f9b29a3e Disallow partitionwise grouping when collations don't match Amit Langote 2024-11-08 16:06:46 +0900
  • ff65f695c0 Disallow partitionwise grouping when collations don't match Amit Langote 2024-11-08 16:06:12 +0900
  • 46d9be5efb Disallow partitionwise grouping when collations don't match Amit Langote 2024-11-08 16:05:33 +0900
  • cae459d11d Message style improvement Peter Eisentraut 2024-11-08 07:17:55 +0100
  • ebbfa2ae34 Message style improvement Peter Eisentraut 2024-11-08 07:17:55 +0100
  • a54a5c426b Message style improvement Peter Eisentraut 2024-11-08 07:17:55 +0100
  • 38f506470f Message style improvement Peter Eisentraut 2024-11-08 07:17:55 +0100
  • 57c8b87262 Message style improvement Peter Eisentraut 2024-11-08 07:17:55 +0100
  • 78b1c553bb Fix inconsistent RestrictInfo serial numbers Richard Guo 2024-11-08 11:24:26 +0900
  • f00ab1fd15 Fix inconsistent RestrictInfo serial numbers Richard Guo 2024-11-08 11:21:11 +0900
  • bb509a464e Fix lstat() for broken junction points on Windows. Thomas Munro 2022-10-25 15:20:00 +1300
  • ee219102d2 Provide lstat() for Windows. Thomas Munro 2022-08-06 12:00:57 +1200
  • fa56aa23fa Make unlink() work for junction points on Windows. Thomas Munro 2022-08-06 12:01:42 +1200
  • 5c0b7581ba Add missing include guard to win32ntdll.h. Thomas Munro 2022-01-12 10:11:50 +1300
  • 56b39cce77 Check for STATUS_DELETE_PENDING on Windows. Thomas Munro 2021-12-10 16:13:14 +1300
  • b4363fc66e Disable clang 16's -Wcast-function-type-strict. Thomas Munro 2022-12-13 10:03:28 +1300
  • a5abacecb4 Fix -Wcast-function-type warnings Peter Eisentraut 2020-07-14 19:36:30 +0200
  • f1cf64167f Fix issues with Windows' stat() for files pending on deletion Michael Paquier 2021-07-12 13:02:31 +0900
  • a9beed6767 Fix our Windows stat() emulation to handle file sizes > 4GB. Tom Lane 2020-10-09 16:20:12 -0400
  • ca9921936e Replace pgwin32_is_junction() with lstat(). Thomas Munro 2022-08-06 12:02:43 +1200
  • 8a5e4982f9 Fix lstat() for broken junction points on Windows. Thomas Munro 2022-10-25 15:20:00 +1300
  • 895f23d9e1 Provide lstat() for Windows. Thomas Munro 2022-08-06 12:00:57 +1200
  • 02a4ec478d Make unlink() work for junction points on Windows. Thomas Munro 2022-08-06 12:01:42 +1200
  • ce14dbbcaf Add missing include guard to win32ntdll.h. Thomas Munro 2022-01-12 10:11:50 +1300
  • 1bf47d8977 Check for STATUS_DELETE_PENDING on Windows. Thomas Munro 2021-12-10 16:13:14 +1300
  • b9d4a927d6 Make unlink() work for junction points on Windows. Thomas Munro 2022-08-06 12:01:42 +1200
  • f95ad555de Replace pgwin32_is_junction() with lstat(). Thomas Munro 2022-08-06 12:02:43 +1200
  • f2a4a137bb Fix lstat() for broken junction points on Windows. Thomas Munro 2022-10-25 15:20:00 +1300
  • b73c1496dc Provide lstat() for Windows. Thomas Munro 2022-08-06 12:00:57 +1200
  • 41b98ddb77 Fix __attribute__((target(...))) usage. Nathan Bossart 2024-11-07 15:27:32 -0600
  • f78667bd91 Use __attribute__((target(...))) for AVX-512 support. Nathan Bossart 2024-11-07 13:58:43 -0600
  • 477830c1cb
    doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints Álvaro Herrera 2024-11-07 14:06:24 +0100
  • 6f4524729c
    doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints Álvaro Herrera 2024-11-07 14:06:24 +0100
  • e2b5693c6c
    doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints Álvaro Herrera 2024-11-07 14:06:24 +0100
  • f534e38914
    doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints Álvaro Herrera 2024-11-07 14:06:24 +0100
  • 344ac149cf
    doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints Álvaro Herrera 2024-11-07 14:06:24 +0100
  • d291e819be
    doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints Álvaro Herrera 2024-11-07 14:06:24 +0100
  • f56a01ebdb
    doc: Reword ALTER TABLE ATTACH restriction on NO INHERIT constraints Álvaro Herrera 2024-11-07 14:06:24 +0100
  • d7a2b5bd87 Clarify a foreign key error message Peter Eisentraut 2024-11-07 11:13:06 +0100
  • 987027bcc0 Remove an obsolete comment in gistinsert() Michael Paquier 2024-11-07 15:13:50 +0900
  • 7054186c4e Replicate generated columns when 'publish_generated_columns' is set. Amit Kapila 2024-11-07 08:58:49 +0530
  • 70291a3c66 Improve handling of empty query results in BackgroundPsql::query() Michael Paquier 2024-11-07 12:11:27 +0900
  • 8148e7124d Fix lc_collate_is_c() when LC_COLLATE != LC_CTYPE. Jeff Davis 2024-11-06 14:44:35 -0800
  • f638aafd1e Find invalid databases during upgrade check stage Daniel Gustafsson 2024-11-06 15:40:52 +0100
  • 1e37cc6e2c Remove unused variable Daniel Gustafsson 2024-11-06 15:11:14 +0100
  • a0be94067e doc: Remove event trigger firing matrix Peter Eisentraut 2024-11-06 13:42:27 +0100
  • 9044fc1d45 Monkey-patch LLVM code to fix ARM relocation bug. Thomas Munro 2024-11-06 22:04:44 +1300
  • ecb5af7798 Remove unused #include's from bin .c files Peter Eisentraut 2024-11-06 11:06:58 +0100
  • 50c1453a30 Monkey-patch LLVM code to fix ARM relocation bug. Thomas Munro 2024-11-06 22:04:44 +1300
  • e88d824a41 Monkey-patch LLVM code to fix ARM relocation bug. Thomas Munro 2024-11-06 22:04:44 +1300
  • 0b022ddf3e Monkey-patch LLVM code to fix ARM relocation bug. Thomas Munro 2024-11-06 22:04:44 +1300
  • 19bf81c06a Monkey-patch LLVM code to fix ARM relocation bug. Thomas Munro 2024-11-06 22:04:44 +1300
  • ee67b73f59 Monkey-patch LLVM code to fix ARM relocation bug. Thomas Munro 2024-11-06 22:04:44 +1300
  • b7467ab71c Monkey-patch LLVM code to fix ARM relocation bug. Thomas Munro 2024-11-06 22:04:44 +1300
  • ba08edb065 Extend Cluster.pm's background_psql() to be able to start asynchronously Michael Paquier 2024-11-06 15:31:14 +0900
  • 87f81a5563 Fix hypothetical bug in ExprState building for hashing David Rowley 2024-11-06 09:16:00 +1300
  • 7bdaa4b542 Add a Git .mailmap file Daniel Gustafsson 2024-11-05 13:56:02 +0100
  • e54688030c Silence meson warning about PG_TEST_EXTRA in src/Makefile.global.in Heikki Linnakangas 2024-11-05 12:25:25 +0200
  • 6d5e6693ee Clear padding of PgStat_HashKey when handling pgstats entries Michael Paquier 2024-11-05 09:41:01 +0900
  • 925b3aa857 Clear padding of PgStat_HashKey when handling pgstats entries Michael Paquier 2024-11-05 09:40:58 +0900
  • 7f3b41ce48 Clear padding of PgStat_HashKey when handling pgstats entries Michael Paquier 2024-11-05 09:40:55 +0900
  • 7d85d87f4d Clear padding of PgStat_HashKey when handling pgstats entries Michael Paquier 2024-11-05 09:39:43 +0900
  • 5e08ac63a2 Use portable diff options in pg_bsd_indent's regression test. Tom Lane 2024-11-04 18:08:48 -0500
  • 811f8d3f10 Use portable diff options in pg_bsd_indent's regression test. Tom Lane 2024-11-04 18:08:48 -0500
  • 0704aed0d8 Use portable diff options in pg_bsd_indent's regression test. Tom Lane 2024-11-04 18:08:48 -0500
  • 3a7ae6b3d9 Revert pg_wal_replay_wait() stored procedure Alexander Korotkov 2024-11-04 22:43:08 +0200
  • 3293b718a0 doc: use more accurate URL for bug reporting Bruce Momjian 2024-11-04 15:07:38 -0500
  • b1008c1f01 pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass. Tom Lane 2024-11-04 14:36:04 -0500
  • e2a9129093 pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass. Tom Lane 2024-11-04 14:36:04 -0500
  • 32d07a000f doc: remove check of SVG files, since they are derived Bruce Momjian 2024-11-04 14:10:11 -0500
  • 350e6b8ea8 pg_dump: provide a stable sort order for rules. Tom Lane 2024-11-04 13:30:30 -0500
  • 215f7af27d Fix typo in comment of gistdoinsert(). Masahiko Sawada 2024-11-04 10:21:59 -0800
  • 846cfe0dcc Fix obsolete _bt_first comments. Peter Geoghegan 2024-11-04 12:43:54 -0500
  • 0d82970336 docs: Consistently use <optional> to indicate optional parameters Heikki Linnakangas 2024-11-04 18:28:40 +0200
  • b6558e4f83 nbtree: Remove useless 'strat' local variable. Peter Geoghegan 2024-11-04 11:04:30 -0500
  • 3c0fd64fec Split ProcSleep function into JoinWaitQueue and ProcSleep Heikki Linnakangas 2024-11-04 17:59:24 +0200
  • e367114429 pg_combinebackup: Error if incremental file exists in full backup. Robert Haas 2024-11-04 10:11:05 -0500
  • 0b1765d959 pg_combinebackup: Error if incremental file exists in full backup. Robert Haas 2024-11-04 10:11:05 -0500
  • 0d635b615d pg_combinebackup: When reconstructing, avoid double slash in filename. Robert Haas 2024-11-04 09:55:02 -0500
  • 6c24801b17 pg_combinebackup: When reconstructing, avoid double slash in filename. Robert Haas 2024-11-04 09:55:02 -0500
  • 7ac744e72c doc: fix typo in mvcc clarification in commit 2fa255ce9b Bruce Momjian 2024-11-04 09:24:36 -0500
  • 6ae0897e42 Move TRACE calls into WaitOnLock() Heikki Linnakangas 2024-11-04 16:21:01 +0200
  • 0464f25b6a Set MyProc->heldLocks in ProcSleep Heikki Linnakangas 2024-11-04 16:20:57 +0200
  • 62620b6aad Clarify nbtree parallel scan _bt_endpoint contract. Peter Geoghegan 2024-11-04 09:05:59 -0500
  • 1fe0466cf2 Fix comment in LockReleaseAll() on when locallock->nLock can be zero Heikki Linnakangas 2024-11-04 15:31:46 +0200
  • 99b937a44f Add PG_TEST_EXTRA configure option to the Make builds Heikki Linnakangas 2024-11-04 14:09:38 +0200
  • 3d1aec225a Make PG_TEST_EXTRA env var override the "meson setup" option Heikki Linnakangas 2024-11-04 14:09:25 +0200
  • 5b0c46ea09 Doc: Update the behavior of generated columns in Logical Replication. Amit Kapila 2024-11-04 09:39:30 +0530