Commit Graph

50471 Commits (4d3f03f42227bb351c2021a9ccea2fff9c023cfc)
 

Author SHA1 Message Date
Tom Lane 17958972fe Allow a multi-row INSERT to specify DEFAULTs for a generated column. 5 years ago
Tom Lane 9fe649ea29 In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX. 5 years ago
Tom Lane 8597a48d01 Fix FPeq() and friends to get the right answers for infinities. 5 years ago
Tom Lane a45272b25d Extend the geometric regression test cases a little. 5 years ago
Michael Paquier 878f3a19c6 Remove INSERT privilege check at table creation of CTAS and matview 5 years ago
Peter Eisentraut a47834db0f doc: Improve tableoid description 5 years ago
Heikki Linnakangas c71f9a094b Make pg_rewind test case more stable. 5 years ago
Magnus Hagander 16f96c74d4 Remove ability to independently select random number generator 5 years ago
Peter Eisentraut b5acf10cfc Replace a macro by a function 5 years ago
Thomas Munro ca051d8b10 Add collation versions for FreeBSD. 5 years ago
Fujii Masao a4ef0329c2 Emit log when restore_command succeeds but archived file faills to be restored. 5 years ago
Tom Lane 49407dc32a On macOS, use -isysroot in link steps as well as compile steps. 5 years ago
Tom Lane 926fa801ac Remove undocumented IS [NOT] OF syntax. 5 years ago
Tom Lane 97390fe8a6 Further fixes for CREATE TABLE LIKE: cope with self-referential FKs. 5 years ago
Peter Eisentraut afaccbba78 Rename object in test to avoid conflict 5 years ago
Peter Eisentraut 01e658fa74 Hash support for row types 5 years ago
Thomas Munro 7888b09994 Add BarrierArriveAndDetachExceptLast(). 5 years ago
Michael Paquier 13b58f8934 Improve failure detection with array parsing in pg_dump 5 years ago
Alvaro Herrera 27838981be
Relax lock level for setting PGPROC->statusFlags 5 years ago
Heikki Linnakangas 2cccb627f1 Skip allocating hash table in EXPLAIN-only mode. 5 years ago
Heikki Linnakangas dfab7f2f94 docs: Clarify that signal functions have no feedback. 5 years ago
Peter Eisentraut 6dd8b00807 Add more tests for hashing and hash-based plans 5 years ago
Michael Paquier bf0aa7c4b8 Add tab completion for CREATE [OR REPLACE] TRIGGER in psql 5 years ago
Peter Geoghegan cf2acaf4dc Deprecate nbtree's BTP_HAS_GARBAGE flag. 5 years ago
Alvaro Herrera 7684b6fbed
indexcmds.c: reorder function prototypes 5 years ago
Peter Geoghegan a034f8b60c nbtree: Rename nbtinsert.c variables for consistency. 5 years ago
Amit Kapila 9653f24ad8 Fix 'skip-empty-xacts' option in test_decoding for streaming mode. 5 years ago
Tom Lane 2bd49b493a Don't Insert() a VFD entry until it's fully built. 5 years ago
Alvaro Herrera cd9c1b3e19
Rename PGPROC->vacuumFlags to statusFlags 5 years ago
Tom Lane 4025e6c466 Do not return NULL for error cases in satisfies_hash_partition(). 5 years ago
Tom Lane ad84ecc98d Use "true" not "TRUE" in one ICU function call. 5 years ago
Bruce Momjian 62b50ad698 doc: update bgwriter description 5 years ago
Bruce Momjian 8ad06bcbe1 doc: clarify how to find pg_type_d.h in the install tree 5 years ago
Peter Eisentraut d93ccdea1d Remove unused and deprecated strategy numbers from BRIN code 5 years ago
Bruce Momjian 481f9dc3dc doc: improve wording of the need for analyze of exp. indexes 5 years ago
Alvaro Herrera bcbd771332
Fix typo 5 years ago
Peter Eisentraut 5664b7be5b Normalize comment in empty grammar rules 5 years ago
Peter Eisentraut 591d282e8d Remove code handling removed deprecated containment operators 5 years ago
Fujii Masao 2945a488a3 Make the standby server promptly handle interrupt signals. 5 years ago
Alexander Korotkov 7adb8feb0f Reword 'simple comparison' => 'inequality' in pgtrgm.sgml 5 years ago
Michael Paquier 846005e4f3 Relax INSERT privilege requirement for CTAS and matviews WITH NO DATA 5 years ago
Tom Lane 29d29d652f Fix fuzzy thinking about amcanmulticol versus amcaninclude. 5 years ago
Peter Geoghegan 46cf3c72c3 nbtree: Demote incomplete split "can't happen" error. 5 years ago
Tom Lane ff94205787 Suppress "warning: variable 'collcollate' set but not used". 5 years ago
Heikki Linnakangas 39f9f04b57 Fix timing issue in pg_rewind test. 5 years ago
Alexander Korotkov b7edb5d96e Add missing 'the' to pgtrgm.sgml 5 years ago
Alexander Korotkov 8afa3795a7 Fix alphabetic ordering in typedefs.list 5 years ago
Alexander Korotkov 935f666650 Handle equality operator in contrib/pg_trgm 5 years ago
Tom Lane 92bf7e2d02 Provide the OR REPLACE option for CREATE TRIGGER. 5 years ago
Tom Lane dbca94510c Doc: improve partitioning discussion in ddl.sgml. 5 years ago