Commit Graph

62044 Commits (ae627d8a3cb046379e90295bcf85c9fc6432841a)
 

Author SHA1 Message Date
Noah Misch 4ad846445d Fix pg_dump COMMENT dependency for separate domain constraints. 3 months ago
Bruce Momjian dad1e259df doc PG 18 relnotes: add mention of temporal foreign key constr. 3 months ago
Tom Lane 9e2c584173 Add regression expected-files for older OpenSSL in FIPS mode. 3 months ago
Richard Guo d29a3f4b46 Treat JsonConstructorExpr as non-strict 3 months ago
Peter Eisentraut 409543da54 Move pg_int64 back to postgres_ext.h 3 months ago
Fujii Masao 176002c5bf pg_dump: Fix dumping of security labels on subscriptions and event triggers. 3 months ago
Peter Eisentraut e179115dc0 Fix incorrect const qualifier 3 months ago
Fujii Masao 2ddbfede0c pg_restore: Fix comment handling with --no-policies. 3 months ago
Fujii Masao 77d2b155ca pg_restore: Fix comment handling with --no-publications / --no-subscriptions. 3 months ago
Peter Eisentraut e7a2bbdb52 Expand virtual generated columns in constraint expressions 3 months ago
Peter Eisentraut 38883916e4 CREATE STATISTICS: improve misleading error message 3 months ago
Peter Eisentraut c11ac811a3 jit: fix build with LLVM-21 3 months ago
Peter Eisentraut 8309f3f86d Hide duplicate names from extension views 3 months ago
Peter Geoghegan bee763aea1 nbtree: Always set skipScan flag on rescan. 3 months ago
Tom Lane 802308693f Amend recent fix for SIMILAR TO regex conversion. 3 months ago
Nathan Bossart 01bea6029d Add commit 17a5ca58eb to .git-blame-ignore-revs. 3 months ago
Nathan Bossart 17a5ca58eb Re-pgindent nbtpreprocesskeys.c after commit 796962922e. 3 months ago
Tom Lane ef81db9697 Fix oversights in pg_event_trigger_dropped_objects() fixes. 4 months ago
Peter Geoghegan e457312c0d Always commute strategy when preprocessing DESC keys. 4 months ago
Andres Freund 3c0018a6f4 ci: openbsd: Increase RAM disk's size 4 months ago
Peter Eisentraut 14bb47567a Silence compiler warnings on clang 21 4 months ago
Tom Lane 3c02c46521 Report the correct is_temporary flag for column defaults. 4 months ago
Peter Eisentraut 3e43a7b1ab Remove stray semicolon at global scope 4 months ago
Michael Paquier a4e87604bc Fix description of WAL record blocks in hash_xlog.h 4 months ago
Michael Paquier e9682da594 Fix incorrect file reference in guc.h 4 months ago
Tom Lane bc865ff6d1 Fix memory leakage in nodeSubplan.c. 4 months ago
Nathan Bossart 87ea6e9b66 meson: Build numeric.c with -ftree-vectorize. 4 months ago
Peter Eisentraut 21fdc37d21 Fix CREATE TABLE LIKE with not-valid check constraint 4 months ago
Jeff Davis a7024398b8 meson: build checksums with extra optimization flags. 4 months ago
Michael Paquier 039301b3fc Fix leak with SMgrRelations in startup process 4 months ago
Nathan Bossart a80b7a0547 Fix documentation for shmem_startup_hook. 4 months ago
Michael Paquier f256a7bba7 Fix corruption of pgstats shared hashtable due to OOM failures 4 months ago
Michael Paquier fbb8ae2aec Update parser README to include parse_jsontable.c 4 months ago
Dean Rasheed c70b6db34f Fix concurrent update issue with MERGE. 4 months ago
Michael Paquier a730ad8551 Fix outdated comments in slru.c 4 months ago
Dean Rasheed 311340f178 Fix replica identity check for MERGE. 4 months ago
Dean Rasheed 344662848a Fix replica identity check for INSERT ON CONFLICT DO UPDATE. 4 months ago
Michael Paquier c91c61b241 Fix incorrect comment in pgstat_backend.c 4 months ago
Richard Guo ab4a35b4ea Fix planner error when estimating SubPlan cost 4 months ago
Amit Kapila 8df3d355db Fix use-after-free issue in slot synchronization. 4 months ago
Michael Paquier ae53537e21 libpq: Fix PQtrace() format for non-printable characters 4 months ago
Michael Paquier 399f7ce3da Update outdated references to the SLRU ControlLock 4 months ago
Tom Lane 6200622301 Stamp 18rc1. 4 months ago
Peter Eisentraut 83fa889459 Translation updates 4 months ago
Bruce Momjian e19c67d0fb doc PG 18 relnotes: adjust attribution for commit a252ed7fba 4 months ago
Bruce Momjian a252ed7fba doc PG 18 relnotes: add attribution and rewrite text search item 4 months ago
Bruce Momjian e1dacaac3b doc PG 18 relnotes: update to current 4 months ago
Daniel Gustafsson 8980c724b5 pg_dump: Fix compression API errorhandling 4 months ago
Tom Lane 0c97c72f3f Fix .gitignore for src/interfaces/libpq-oauth. 4 months ago
David Rowley 4aea558910 Fix possible use after free in expand_partitioned_rtentry() 4 months ago