Commit Graph

45841 Commits (8610c973ddf1cbf0befc1369d2cf0d56c0efcd0a)
 

Author SHA1 Message Date
Tom Lane 6eb4378d53 Remove no-longer-needed variant expected regression result files. 7 years ago
Tom Lane aed9fa0bd8 Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD. 7 years ago
Michael Paquier c481016201 Add pg_ls_archive_statusdir function 7 years ago
Tom Lane bfa6c5a0c9 Convert some long lists in configure.in to one-line-per-entry style. 7 years ago
Thomas Munro 212fab9926 Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux). 7 years ago
Tom Lane 7767aadd94 Fix omissions in snprintf.c's coverage of standard *printf functions. 7 years ago
Tom Lane 82ff0cc91d Advance transaction timestamp for intra-procedure transactions. 7 years ago
Tom Lane 6eb3eb577d Improve snprintf.c's handling of NaN, Infinity, and minus zero. 7 years ago
Tom Lane f9eb7c14b0 Avoid O(N^2) cost in ExecFindRowMark(). 7 years ago
Alvaro Herrera eee01d606e Silence compiler warning in Assert() 7 years ago
Peter Eisentraut 634b4b79cb Track procedure calls in pg_stat_user_functions 7 years ago
Michael Paquier 9c2a970d1f Improve two error messages related to foreign keys on partitioned tables 7 years ago
Magnus Hagander a9da329be0 Fix speling error 7 years ago
Tom Lane 52ed730d51 Remove some unnecessary fields from Plan trees. 7 years ago
Alvaro Herrera 39808e8868 Fix catalog insertion order for ATTACH PARTITION 7 years ago
Alvaro Herrera ad08006ba0 Fix event triggers for partitioned tables 7 years ago
Tom Lane 29ef2b310d Restore sane locking behavior during parallel query. 7 years ago
Tom Lane f2343653f5 Remove more redundant relation locking during executor startup. 7 years ago
Tom Lane 0209f0285d Don't use is_infinite() where isinf() will do. 7 years ago
Tom Lane 07ee62ce9e Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers. 7 years ago
Dean Rasheed e954a727f0 Improve the accuracy of floating point statistical aggregates. 7 years ago
Michael Paquier 38921d1416 Assign constraint name when cloning FK definition for partitions 7 years ago
Bruce Momjian 6eb612fea9 doc: update PG 11 release notes 7 years ago
Tom Lane c87cb5f7a6 Allow btree comparison functions to return INT_MIN. 7 years ago
Tom Lane 113a659914 Ensure that PLPGSQL_DTYPE_ROW variables have valid refname fields. 7 years ago
Peter Eisentraut b5f03dc765 Remove redundant allocation 7 years ago
Michael Paquier 9cd92d1a33 Add pg_ls_tmpdir function 7 years ago
Tom Lane d73f4c74dd In the executor, use an array of pointers to access the rangetable. 7 years ago
Tom Lane 9ddef36278 Centralize executor's opening/closing of Relations for rangetable entries. 7 years ago
Alvaro Herrera fb9e93a2c5 Fix duplicate primary keys in partitions 7 years ago
Michael Paquier 09921f397b Refactor user-facing SQL functions signalling backends 7 years ago
Michael Paquier 803b1301e8 Add option SKIP_LOCKED to VACUUM and ANALYZE 7 years ago
Andres Freund d173652797 Replace uint64 use introduced in 4868e44685 in light of 595a0eab7f. 7 years ago
Andres Freund 4868e44685 Ensure that snprintf.c's fmtint() doesn't overflow when printing INT64_MIN. 7 years ago
Tom Lane 9a3cebeaa7 Change executor to just Assert that table locks were already obtained. 7 years ago
Andres Freund c03c1449c0 Fix issues around EXPLAIN with JIT. 7 years ago
Tom Lane 595a0eab7f Rationalize snprintf.c's handling of "ll" formats. 7 years ago
Tom Lane 6d842be6c1 Provide fast path in snprintf.c for conversion specs that are just "%s". 7 years ago
Tom Lane abd9ca377d Make assorted performance improvements in snprintf.c. 7 years ago
Amit Kapila 9bc9f72b28 MAXALIGN the target address where we store flattened value. 7 years ago
Andrew Dunstan a33245a853 Don't build static libraries on Cygwin 7 years ago
Tom Lane 6e35939feb Change rewriter/planner/executor/plancache to depend on RTE rellockmode. 7 years ago
Andres Freund cc2905e963 Use slots more widely in tuple mapping code and make naming more consistent. 7 years ago
Tom Lane 625b38ea0e Set snprintf.c's maximum number of NL arguments to be 31. 7 years ago
Tom Lane 3d0f68dd30 Fix corner-case failures in has_foo_privilege() family of functions. 7 years ago
Michael Paquier 80810ca629 Fix documentation of pgrowlocks using "lock_type" instead of "modes" 7 years ago
Amit Kapila 0fd6a8a7d0 Test passing expanded-value representations to workers. 7 years ago
Michael Paquier e3a25ab9ea Refactor relation opening for VACUUM and ANALYZE 7 years ago
Peter Eisentraut cf3dfea45b Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax 7 years ago
Tom Lane b04aeb0a05 Add assertions that we hold some relevant lock during relation open. 7 years ago