Commit Graph

48431 Commits (ff8ca5fadd819155c82bd16fcc6b7231af649cf8)
 

Author SHA1 Message Date
Michael Paquier ff8ca5fadd Add connection parameters to control SSL protocol min/max in libpq 6 years ago
Thomas Munro 6f38d4dac3 Remove dependency on HeapTuple from predicate locking functions. 6 years ago
Tom Lane 4589c6a2a3 Apply project best practices to switches over enum values. 6 years ago
Robert Haas 73ce2a03f3 Move some code from jsonapi.c to jsonfuncs.c. 6 years ago
Robert Haas 1f3a021730 Adjust pg_parse_json() so that it does not directly ereport(). 6 years ago
Thomas Munro 3e4818e9dd Avoid unnecessary shm writes in Parallel Hash Join. 6 years ago
Michael Paquier 10a525230f Fix some memory leaks and improve restricted token handling on Windows 6 years ago
Tom Lane 3ec20c7091 Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields. 6 years ago
Thomas Munro f37ff03478 Refactor confusing code in _mdfd_openseg(). 6 years ago
Tom Lane 215824f918 In postgres_fdw, don't try to ship MULTIEXPR updates to remote server. 6 years ago
Heikki Linnakangas 38a957316d Refactor XLogReadRecord(), adding XLogBeginRead() function. 6 years ago
Tom Lane 1001368497 Clean up EXPLAIN's handling of per-worker details. 6 years ago
Dean Rasheed 13661ddd7e Add functions gcd() and lcm() for integer and numeric types. 6 years ago
Robert Haas 530609aa42 Remove jsonapi.c's lex_accept(). 6 years ago
Robert Haas 11b5e3e35d Split JSON lexer/parser from 'json' data type support. 6 years ago
Robert Haas ce0425b162 Adjust src/include/utils/jsonapi.h so it's not backend-only. 6 years ago
Fujii Masao d694e0bb79 Add pg_file_sync() to adminpack extension. 6 years ago
Peter Eisentraut cc25464763 Add exclusion to headercheck 6 years ago
Peter Eisentraut a7a848844d Fix typo 6 years ago
Michael Paquier 6de7bcb76f Doc: Fix list of storage parameters available for ALTER TABLE 6 years ago
Tom Lane c32704441d Add configure probe for rl_completion_suppress_quote. 6 years ago
Tom Lane 9a3a75cb81 Fix an oversight in commit 4c70098ff. 6 years ago
Tom Lane 4c70098ffa Clean up formatting.c's logic for matching constant strings. 6 years ago
Tom Lane cd69ec66c8 Improve psql's tab completion for filenames. 6 years ago
Michael Paquier 5ba40b6231 Doc: Fix and tweak documentation for ANALYZE reporting 6 years ago
Michael Paquier f942dfb952 Clarify some comments in vacuumlazy.c 6 years ago
Alvaro Herrera 611ce856f5 Add BRIN test case 6 years ago
Fujii Masao 41c184bc64 Add GUC ignore_invalid_pages. 6 years ago
Amit Kapila 79a3efb84d Fix the computation of max dead tuples during the vacuum. 6 years ago
Michael Paquier a904abe2e2 Fix concurrent indexing operations with temporary tables 6 years ago
Tom Lane 9b9c5f279e Clarify behavior of adding and altering a column in same ALTER command. 6 years ago
Andres Freund affdde2e15 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. 6 years ago
Michael Paquier 62c9b52231 Add GUC variables for stat tracking and timeout as PGDLLIMPORT 6 years ago
Tom Lane 31f403e95f Further tweaking of jsonb_set_lax(). 6 years ago
Tom Lane cd23a2019c Fix pg_dump's sigTermHandler() to use _exit() not exit(). 6 years ago
Heikki Linnakangas 4c87010981 Fix crash in BRIN inclusion op functions, due to missing datum copy. 6 years ago
Amit Kapila 40d964ec99 Allow vacuum command to process indexes in parallel. 6 years ago
Tom Lane 44f1fc8df5 Fix out-of-memory handling in ecpglib. 6 years ago
Tom Lane 9c679a08f0 Silence minor compiler warnings. 6 years ago
Heikki Linnakangas 7aaefadaac Remove separate files for the initial contents of pg_(sh)description 6 years ago
Michael Paquier e0ed6817c0 Doc: Improve description of connection strings with Percent-encoding 6 years ago
Tom Lane 34a0a81bfb Doc: rearrange the documentation of binary-string functions. 6 years ago
Michael Paquier 41aadeeb12 Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_version 6 years ago
Alexander Korotkov 4b754d6c16 Avoid full scan of GIN indexes when possible 6 years ago
Tom Lane 41c6f9db25 Repair more failures with SubPlans in multi-row VALUES lists. 6 years ago
Alvaro Herrera 15cac3a523 Set ReorderBufferTXN->final_lsn more eagerly 6 years ago
Tomas Vondra 543852fd8b Allocate freechunks bitmap as part of SlabContext 6 years ago
Andrew Dunstan 4b0e0f67f2 bump catalog version as should have been done for jsonb_set_lax 6 years ago
Andrew Dunstan a83586b554 Add a non-strict version of jsonb_set 6 years ago
Michael Paquier f7cd5896a6 Move OpenSSL routines for min/max protocol setting to src/common/ 6 years ago