Commit Graph

46367 Commits (f339a998ffe6fb8aa8c114a33316e97b56cb1513)
 

Author SHA1 Message Date
Alexander Korotkov 981b64f840 Add missed tag in bloom.sgml 7 years ago
Alexander Korotkov 98afb83905 contrib/bloom documentation improvement 7 years ago
Tom Lane b403ea43e4 Make some subquery-using test cases a bit more robust. 7 years ago
Tom Lane 7d4a10e260 Use PlaceHolderVars within the quals of a FULL JOIN. 7 years ago
Tom Lane e9f42d529f Clean up/tighten up coercibility checks in opr_sanity regression test. 7 years ago
Michael Paquier 1df21ddb19 Avoid duplicate XIDs at recovery when building initial snapshot 7 years ago
Tom Lane 8f850f2cad Doc: still further copy-editing for v11 release notes. 7 years ago
Tom Lane d3ef93f0eb Doc: further copy-editing for v11 release notes. 7 years ago
Tom Lane 0027915143 Doc: copy-editing for CREATE INDEX reference page. 7 years ago
Tom Lane 5e9d7b226e Make an editing pass over v11 release notes. 7 years ago
Tom Lane 240cd6bc83 Another round of portability hacking on ECPG regression tests. 7 years ago
Tom Lane 13cd7209f7 Simplify use of AllocSetContextCreate() wrapper macro. 7 years ago
Tom Lane 24a2c436a5 Remove dead reference to ecpg resultmap file. 7 years ago
Alvaro Herrera c7d43c4d8a Correct attach/detach logic for FKs in partitions 7 years ago
Tom Lane f1885386f6 Make float exponent output on Windows look the same as elsewhere. 7 years ago
Michael Paquier b34e84f160 Add TAP tests for pg_verify_checksums 7 years ago
Andres Freund cda6a8d01d Remove deprecated abstime, reltime, tinterval datatypes. 7 years ago
Andres Freund 2d10defa77 Remove timetravel extension. 7 years ago
Andres Freund 86896be60e Move timeofday() implementation out of nabstime.c. 7 years ago
Andres Freund e9edc1ba0b Fix logical decoding error when system table w/ toast is repeatedly rewritten. 7 years ago
Andres Freund ef493055b6 Force synchronous commit to be enabled for all test_decoding tests. 7 years ago
Peter Eisentraut f82d4d666f Slightly correct context check for event triggers 7 years ago
Peter Eisentraut ae307861d8 Test that event triggers work in functions and procedures 7 years ago
Peter Eisentraut f8c10f616f Turn transaction_isolation into GUC enum 7 years ago
Tom Lane b6b297d20d Make src/common/exec.c's error logging less ugly. 7 years ago
Greg Stark 36e9d413a1 Add "B" suffix for bytes to docs 7 years ago
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