Commit Graph

62136 Commits (c044b50d199cf592eba2ac84f48cf0fcb5fb65f8)
 

Author SHA1 Message Date
Noah Misch c044b50d19 Fix pg_dump COMMENT dependency for separate domain constraints. 3 months ago
Tom Lane 83a5641945 Provide more-specific error details/hints for function lookup failures. 3 months ago
Tom Lane c7b0cb367d Add regression expected-files for older OpenSSL in FIPS mode. 3 months ago
Richard Guo b63a822452 Treat JsonConstructorExpr as non-strict 3 months ago
John Naylor cfa6cd2927 Generate GB18030 mappings from the Unicode Consortium's UCM file 3 months ago
Peter Eisentraut e56a601e06 Move pg_int64 back to postgres_ext.h 3 months ago
Fujii Masao 8e5b92928d pg_dump: Fix dumping of security labels on subscriptions and event triggers. 3 months ago
Amit Kapila 0f42206531 Fix intermittent BF failures in 035_conflicts. 3 months ago
Peter Eisentraut bce18ef3c6 Fix incorrect const qualifier 3 months ago
Fujii Masao 66dabc06b1 pg_restore: Fix comment handling with --no-policies. 3 months ago
Fujii Masao b54e8dbfe3 pg_restore: Fix comment handling with --no-publications / --no-subscriptions. 3 months ago
Peter Geoghegan 7d9cd2df5f Teach nbtree to avoid evaluating row compare keys. 3 months ago
Peter Eisentraut ce71993ae4 Expand virtual generated columns in constraint expressions 3 months ago
Peter Eisentraut 9ec0b29976 CREATE STATISTICS: improve misleading error message 3 months ago
Peter Eisentraut 4bd9191298 Change fmgr.h typedefs to use original names 3 months ago
Peter Eisentraut dc41d7415f Remove hbaPort type 3 months ago
Peter Eisentraut d4d1fc527b Update various forward declarations to use typedef 3 months ago
Peter Eisentraut 70407d39b7 Improve ExplainState type handling in header files 3 months ago
Peter Eisentraut 1e3b5edb8e Remove workarounds against repeat typedefs 3 months ago
Amit Kapila 0d48d393d4 Resume conflict-relevant data retention automatically. 3 months ago
Peter Eisentraut 282d0bdee6 jit: fix build with LLVM-21 3 months ago
Peter Eisentraut 748caa9dcb Some stylistic improvements in toast_save_datum() 3 months ago
Peter Eisentraut bf5da5d6ca Hide duplicate names from extension views 3 months ago
Peter Geoghegan 454c046094 nbtree: Always set skipScan flag on rescan. 3 months ago
Tom Lane cdf7feb965 Amend recent fix for SIMILAR TO regex conversion. 3 months ago
Nathan Bossart 95bdc67228 Add commit 7e9c216b52 to .git-blame-ignore-revs. 3 months ago
Nathan Bossart 7e9c216b52 Re-pgindent nbtpreprocesskeys.c after commit 796962922e. 3 months ago
Alexander Korotkov f6edf403a9 Specify locale provider for pg_regress --no-locale 3 months ago
Tom Lane 88824e6861 Avoid context dependency in test case added by 9a71989a8. 3 months ago
Tom Lane 9a71989a8f Reject "ALTER DATABASE/USER ... RESET foo" with invalid GUC name. 3 months ago
Tom Lane f14ea34d6e Fix oversights in pg_event_trigger_dropped_objects() fixes. 3 months ago
Noah Misch 4adb0380b9 Replace tests of ALTER DATABASE RESET TABLESPACE. 3 months ago
Peter Geoghegan 796962922e Always commute strategy when preprocessing DESC keys. 3 months ago
Álvaro Herrera 7dcea51c2a
Avoid unexpected changes of CurrentResourceOwner and CurrentMemoryContext 3 months ago
Andres Freund 20d541a200 ci: openbsd: Increase RAM disk's size 3 months ago
Peter Eisentraut ae0e1be9f2 Allow redeclaration of typedef yyscan_t 3 months ago
Peter Eisentraut 675ddc4d70 Improve pgbench definition of yyscan_t 3 months ago
Peter Eisentraut 2aac62be8c Default to log_lock_waits=on 3 months ago
Peter Eisentraut 25f36066dd Remove traces of support for Sun Studio compiler 3 months ago
Peter Eisentraut e92677e863 Silence compiler warnings on clang 21 3 months ago
Richard Guo 2d756ebbe8 Fix misuse of Relids for storing attribute numbers 3 months ago
Michael Paquier 528dadf691 Add more information for WAL records of hash index AMs 3 months ago
Michael Paquier 306dd13079 Remove whitespace in comment of pg_stat_statements.c 3 months ago
Nathan Bossart ed1aad15e0 Move named LWLock tranche requests to shared memory. 3 months ago
Tom Lane a0b99fc122 Report the correct is_temporary flag for column defaults. 3 months ago
Álvaro Herrera 1d5800019f
Improve comment about snapshot macros 3 months ago
Álvaro Herrera e8cec3d179
Add test for temporal referential integrity 3 months ago
Álvaro Herrera a2b4102a21
Fill testing gap for possible referential integrity violation 3 months ago
Peter Eisentraut 4fbe015145 Remove checks for no longer supported GCC versions 3 months ago
Peter Eisentraut 368c38dd47 Remove stray semicolon at global scope 3 months ago