Commit Graph

48504 Commits (541757f34ee099dd8e601b29dfad6302c6747d71)
 

Author SHA1 Message Date
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
Tom Lane 5afaa2e426 Rationalize code placement between wchar.c, encnames.c, and mbutils.c. 6 years ago
Tom Lane 3d4cb5d6c1 Update header comments for wchar.c and encnames.c. 6 years ago
Tom Lane e6afa8918c Move wchar.c and encnames.c to src/common/. 6 years ago
Robert Haas 2eb34ac369 Fix problems with "read only query" checks, and refactor the code. 6 years ago
Tom Lane 0db7c67051 Minor code beautification in regexp.c. 6 years ago
Tom Lane 1281a5c907 Restructure ALTER TABLE execution to fix assorted bugs. 6 years ago
Alvaro Herrera a166d408eb Report progress of ANALYZE commands 6 years ago
Peter Eisentraut 16a4a3d59c Remove libpq.rc, use win32ver.rc for libpq 6 years ago
Michael Paquier ac5bdf6261 Fix buggy logic in isTempNamespaceInUse() 6 years ago
Amit Kapila 4d8a8d0c73 Introduce IndexAM fields for parallel vacuum. 6 years ago
Peter Eisentraut fe233366f2 Fix compiler warning about format on Windows 6 years ago
Bruce Momjian 0e936a2148 docs: change "default role" wording to "predefined role" 6 years ago
Bruce Momjian 344c269151 Revert copyright script changes to binary *.key files 6 years ago
Bruce Momjian 7316f11be0 tools/copyright.pl: skip copyright changes for *.key files 6 years ago
Peter Eisentraut 3297308278 walreceiver uses a temporary replication slot by default 6 years ago
Peter Eisentraut ee4ac46c8e Expose PQbackendPID() through walreceiver API 6 years ago
Peter Eisentraut f595117e24 ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION 6 years ago
Dean Rasheed d751ba5235 Make rewriter prevent auto-updates on views with conditional INSTEAD rules. 6 years ago
Amit Kapila ed7bb5c311 Revert test added by commit d207038053. 6 years ago
Tom Lane 7f380c59f8 Reduce size of backend scanner's tables. 6 years ago
Peter Eisentraut 259bbe1778 Fix base backup with database OIDs larger than INT32_MAX 6 years ago
Amit Kapila 23d0dfa8fa Fix typo. 6 years ago
Michael Paquier 7689d907bb Fix comment in heapam.c 6 years ago
Andrew Dunstan cebf9d6e6e Only superuser can set sslcert/sslkey in postgres_fdw user mappings 6 years ago
Amit Kapila 4e514c6180 Delete empty pages in each pass during GIST VACUUM. 6 years ago
Tomas Vondra eae056c19e Apply multiple multivariate MCV lists when possible 6 years ago
Tomas Vondra aaa6761876 Apply all available functional dependencies 6 years ago