Commit Graph

5085 Commits (ff89e182d42048380dba32fee1b491893c7b4bec)

Author SHA1 Message Date
Peter Eisentraut ff89e182d4 Add missing Datum conversions 1 month ago
Peter Eisentraut dcfc0f8912 Remove useless/superfluous Datum conversions 1 month ago
Etsuro Fujita 9e63f83a7e Fix oversight in FindTriggerIncompatibleWithInheritance. 1 month ago
Etsuro Fujita 62a1211d33 Disallow collecting transition tuples from child foreign tables. 1 month ago
Jeff Davis 295a39770e Don't copy datlocale from template unless provider matches. 1 month ago
Amit Kapila c9a5860f7a Throw ERROR when publish_generated_columns is specified without a value. 1 month ago
David Rowley bca9a1900c Fix incorrect comment regarding mod_since_analyze 2 months ago
Michael Paquier e125e36002 Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt 2 months ago
David Rowley 4bc62b8684 Display Memoize planner estimates in EXPLAIN 2 months ago
Michael Paquier 719dcf3c42 Introduce field tracking cached plan type in PlannedStmt 2 months ago
Amit Kapila 228c370868 Preserve conflict-relevant data during logical replication. 2 months ago
Dean Rasheed 5022ff250e Fix concurrent update trigger issues with MERGE in a CTE. 2 months ago
Nathan Bossart bb938e2c3c Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST. 2 months ago
Nathan Bossart cd8324cc89 Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED. 2 months ago
Álvaro Herrera 2633dae2e4
Standardize LSN formatting by zero padding 2 months ago
Tom Lane a10f21e6ce Obtain required table lock during cross-table updates, redux. 3 months ago
Álvaro Herrera 647cffd2f3
Prevent creation of duplicate not-null constraints for domains 3 months ago
Michael Paquier 8ec04c8577 Refactor subtype field of AlterDomainStmt 3 months ago
Fujii Masao bc2f348e87 Support multi-line headers in COPY FROM command. 3 months ago
Nathan Bossart bb109382ef Make more use of RELATION_IS_OTHER_TEMP(). 3 months ago
Jeff Davis d81dcc8d62 Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate. 3 months ago
Michael Paquier 2252fcd427 Rationalize handling of VacuumParams 3 months ago
Tom Lane 8319e5cb54 Obtain required table lock during cross-table constraint updates. 3 months ago
Peter Eisentraut 50fd428b2b Message style improvements 3 months ago
Peter Eisentraut 95e12d4d9b Correct misleading error messages 3 months ago
Richard Guo 5069fef1cf Expand virtual generated columns for ALTER COLUMN TYPE 3 months ago
Michael Paquier 661643deda Avoid scribbling of VACUUM options 3 months ago
Peter Eisentraut 49fe1c83ec Fix virtual generated column type checking for ALTER TABLE 3 months ago
Tom Lane 5861b1f343 Use SnapshotDirty when checking for conflicting index names. 3 months ago
Jeff Davis e1458f2f1b Revert a few small patches that were intended for version 19. 3 months ago
Jeff Davis 4c787a24e7 copyfromparse.c: use pg_ascii_tolower() rather than tolower(). 3 months ago
Jeff Davis 5b40feab59 Improve CREATE DATABASE error message for invalid libc locale. 3 months ago
Álvaro Herrera e6f98d8848
Avoid bogus scans of partitions when marking FKs enforced 4 months ago
Álvaro Herrera cc733ed164
Avoid bogus scans of partitions when validating FKs to partitioned tables 4 months ago
Tom Lane aa87f69c00 Disallow "=" in names of reloptions and foreign-data options. 4 months ago
Nathan Bossart 706054b11b Ensure we have a snapshot when updating various system catalogs. 4 months ago
David Rowley c3eda50b06 Change internal queryid type from uint64 to int64 4 months ago
Tom Lane d376ab570e In ExecInitModifyTable, don't scribble on the source plan. 4 months ago
Amit Langote 1722d5eb05 Revert "Don't lock partitions pruned by initial pruning" 4 months ago
Michael Paquier 371f2db8b0 Add support for runtime arguments in injection points 4 months ago
Álvaro Herrera c83a38758d
Handle self-referencing FKs correctly in partitioned tables 5 months ago
Peter Eisentraut 81eaaa2c41 Make "directory" setting work with extension_control_path 5 months ago
Andres Freund 500b61769f Fix bug allowing io_combine_limit > io_max_combine_combine limit 5 months ago
Tom Lane 3db61db48e Change the names generated for child foreign key constraints. 5 months ago
Noah Misch 2d5350cfbd Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. 5 months ago
Michael Paquier 88e947136b Fix typos and grammar in the code 5 months ago
Tom Lane fc5e966f73 Suppress "may be used uninitialized" warnings from older compilers. 5 months ago
Tom Lane ab3d8afc7f Sync declarations and definitions of two new tablecmds.c functions. 5 months ago
Álvaro Herrera 11ff192b5b
Elide not-null constraint checks on child tables during PK creation 5 months ago
Peter Geoghegan a6cab6a78e Harmonize function parameter names for Postgres 18. 5 months ago