Commit Graph

48005 Commits (66c61c81b90c68db84d422092fbbf8a1a82ee09a)
 

Author SHA1 Message Date
Michael Paquier 41a6de41ed Fix confusing error caused by connection parameter channel_binding 6 years ago
Tomas Vondra 5dd7fc1519 Add transparent block-level memory accounting 6 years ago
Andres Freund 36d22dd95b Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual. 6 years ago
Andres Freund 34c9c53bb0 Reduce code duplication for ExecJust*Var operations. 6 years ago
Tom Lane d52eaa0948 Rely on plan_cache_mode to force generic plans in partition_prune test. 6 years ago
Andrew Dunstan 863fa43e32 Suppress another CR in program output 6 years ago
Andres Freund 5daf682cfc Fix pg_rewind link order issue introduced in 927474ce1a. 6 years ago
Tom Lane ce734aaec1 Doc: improve PREPARE documentation, cross-referencing to plan_cache_mode. 6 years ago
Bruce Momjian 7e0fb165dd docs: adjust multi-column most-common-value statistics 6 years ago
Alvaro Herrera 7524c78874 pg_rewind: test new --write-recovery-conf functionality 6 years ago
Alvaro Herrera 927474ce1a pg_rewind: Allow writing recovery configuration 6 years ago
Michael Paquier a12c75a104 Fix SSL test for libpq connection parameter channel_binding 6 years ago
Fujii Masao 7acf8a876b Make crash recovery ignore recovery target settings. 6 years ago
Andres Freund ac88807f9b jit: Re-allow JIT compilation of execGrouping.c hashtable comparisons. 6 years ago
Andres Freund 97e971ee05 Fix determination when slot types for upper executor nodes are fixed. 6 years ago
Andrew Dunstan 258bf86a9a Allow SSL TAP tests to run on Windows 6 years ago
Peter Eisentraut e04a53a607 doc: Further clarify how recovery target parameters are applied 6 years ago
Tom Lane 2c97f73468 Fix bogus order of error checks in new channel_binding code. 6 years ago
Peter Eisentraut 92f1545d6e doc: Add a link target 6 years ago
Peter Eisentraut 4e6f101e92 Fix compilation with older OpenSSL versions 6 years ago
Tom Lane 4ea03f3f4e Improve stability of partition_prune regression test. 6 years ago
Michael Paquier 55282fa20f Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.c 6 years ago
Tom Lane 5ee96b3e22 Make pg_regress.c unset PGDATABASE during make installcheck. 6 years ago
Andres Freund 3f6b3be39c Silence -Wmaybe-uninitialized compiler warnings in dbcommands.c. 6 years ago
Alvaro Herrera 5adafaf176 Have pg_rewind run crash recovery before rewinding 6 years ago
Andres Freund c967e13f40 Fix implicit-fallthrough compiler warning introduced in 6dda292d4d. 6 years ago
Tom Lane b9bffa004a ANALYZE a_star and its children to avoid plan instability in tests. 6 years ago
Tom Lane d9cacca2d1 Finish reverting "Insert temporary debugging output in regression tests." 6 years ago
Tom Lane 4fa1d89cba Doc: clean up markup for jsonb_set and related functions. 6 years ago
Peter Eisentraut 775578a445 doc: Add timeline as valid recovery target in standby.signal documentation 6 years ago
Michael Paquier 4b011cad27 Add tab completion for EXPLAIN (SETTINGS) in psql 6 years ago
Amit Kapila bb0e3ce8eb Fix oversight in commit 4429f6a9e3. 6 years ago
Michael Paquier fbfa566488 Fix lockmode initialization for custom relation options 6 years ago
Peter Eisentraut 8190164e82 doc: Fix whitespace in markup 6 years ago
Peter Eisentraut 6c3ef7482f doc: Format example JSON data better 6 years ago
Peter Eisentraut a4a5c0cf9c doc: Update a confusing sentence about SQL/JSON 6 years ago
Peter Eisentraut 49e36e7901 doc: Update note about source code formatting 6 years ago
Peter Eisentraut a083657896 doc: Reorder JSON functions documentation 6 years ago
Michael Paquier 6e22813b2d Fix comment in xlogreader.c 6 years ago
Alexander Korotkov 7881bb14f4 Correctly cast types to Datum and back in compareDatetime() 6 years ago
Tom Lane b81a9c2fc5 Fix handling of GENERATED columns in CREATE TABLE LIKE INCLUDING DEFAULTS. 6 years ago
Alexander Korotkov bffe1bd684 Implement jsonpath .datetime() method 6 years ago
Alexander Korotkov 6dda292d4d Allow datetime values in JsonbValue 6 years ago
Alexander Korotkov 5bc450629b Error suppression support for upcoming jsonpath .datetime() method 6 years ago
Alexander Korotkov 66c74f8b6e Implement parse_datetime() function 6 years ago
Alexander Korotkov 1a950f37d0 Implement standard datetime parsing mode 6 years ago
Alvaro Herrera bd29cc1992 Update expected output for dummy_index_am 6 years ago
Alvaro Herrera 773df883e8 Support reloptions of enum type 6 years ago
Alvaro Herrera caba97a9d9 Split out recovery confing-writing code from pg_basebackup 6 years ago
Michael Paquier f5daf7f326 Doc: Fix example related to partition pruning 6 years ago