Commit Graph

48542 Commits (2f9c46a32b43d72c9384378827ee51fde896807c)
 

Author SHA1 Message Date
Tom Lane 166ab9c8d3 Teach plpgsql's "make clean" to remove generated test files. 6 years ago
Robert Haas 006b9dcad4 Add jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles. 6 years ago
Robert Haas beb4699091 Move jsonapi.c and jsonapi.h to src/common. 6 years ago
Peter Eisentraut dc788668bb Fail if recovery target is not reached 6 years ago
Michael Paquier 29e321cdd6 Fix dispsize for libpq connection parameters channel_binding and gssencmode 6 years ago
Amit Kapila 47bc9ced0d Add --parallel option to vacuumdb command. 6 years ago
Tom Lane 01d9676a53 Fix dangling pointer in EvalPlanQual machinery. 6 years ago
Heikki Linnakangas 30012a04a6 Fix randAccess setting in ReadRecord() 6 years ago
Thomas Munro 11da6bccd1 Fix compile error on HP C. 6 years ago
Thomas Munro 78aaa0e823 Don't reset latch in ConditionVariablePrepareToSleep(). 6 years ago
Amit Kapila 05f18c6b6b Added relation name in error messages for constraint checks. 6 years ago
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