Commit Graph

61841 Commits (d29a3f4b46a043323dd5f39e9b97f1aaabbbec87)
 

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