| 2020-02-06 |
Michael Paquier | Add leader_pid to pg_stat_activity |
commit | commitdiff | tree |
| 2020-02-05 |
Andrew Gierth | Force tuple conversion when the source has missing... |
commit | commitdiff | tree |
| 2020-02-05 |
Alvaro Herrera | Make vacuum buffer counters 64 bits wide |
commit | commitdiff | tree |
| 2020-02-05 |
Alvaro Herrera | ALTER SUBSCRIPTION / REFRESH docs: explain copy_data |
commit | commitdiff | tree |
| 2020-02-05 |
Noah Misch | When a TAP file has non-zero exit status, retain tempor... |
commit | commitdiff | tree |
| 2020-02-05 |
Thomas Munro | Add kqueue(2) support to the WaitEventSet API. |
commit | commitdiff | tree |
| 2020-02-04 |
Thomas Munro | Handle lack of DSM slots in parallel btree build, take 2. |
commit | commitdiff | tree |
| 2020-02-04 |
Tom Lane | Fix handling of "Subplans Removed" field in EXPLAIN... |
commit | commitdiff | tree |
| 2020-02-04 |
Michael Paquier | Fix fuzzy error handling in pg_basebackup when opening... |
commit | commitdiff | tree |
| 2020-02-03 |
Alvaro Herrera | Add missing break out seqscan loop in logical replication |
commit | commitdiff | tree |
| 2020-02-03 |
Michael Paquier | Add declaration-level assertions for compile-time checks |
commit | commitdiff | tree |
| 2020-02-02 |
Tom Lane | Fix assorted error-cleanup bugs in SSL min/max protocol... |
commit | commitdiff | tree |
| 2020-02-01 |
Andrew Gierth | Optimizations for integer to decimal output. |
commit | commitdiff | tree |
| 2020-02-01 |
Michael Paquier | Prevent running pg_basebackup as root |
commit | commitdiff | tree |
| 2020-02-01 |
Thomas Munro | Fix memory leak on DSM slot exhaustion. |
commit | commitdiff | tree |
| 2020-01-31 |
Tom Lane | Fix not-quite-right string comparison in parse_jsonb_in... |
commit | commitdiff | tree |
| 2020-01-31 |
Tom Lane | Fix CheckAttributeType's handling of collations for... |
commit | commitdiff | tree |
| 2020-01-31 |
Tom Lane | Fix parallel pg_dump/pg_restore for failure to create... |
commit | commitdiff | tree |
| 2020-01-31 |
Peter Eisentraut | Allow building without default socket directory |
commit | commitdiff | tree |
| 2020-01-31 |
Peter Eisentraut | Sprinkle some const decorations |
commit | commitdiff | tree |
| 2020-01-31 |
Michael Paquier | Fix typo in recently-added TAP test for replication... |
commit | commitdiff | tree |
| 2020-01-31 |
Thomas Munro | Report time spent in posix_fallocate() as a wait event. |
commit | commitdiff | tree |
| 2020-01-31 |
Thomas Munro | Adjust DSM and DSA slot usage constants. |
commit | commitdiff | tree |
| 2020-01-30 |
Tom Lane | In jsonb_plpython.c, suppress warning message from... |
commit | commitdiff | tree |
| 2020-01-30 |
Thomas Munro | Handle lack of DSM slots in parallel btree build. |
commit | commitdiff | tree |
| 2020-01-30 |
Alvaro Herrera | Clean up newlines following left parentheses |
commit | commitdiff | tree |
| 2020-01-30 |
Alvaro Herrera | Remove excess parens in ereport() calls |
commit | commitdiff | tree |
| 2020-01-30 |
Tom Lane | Fix test failure with non-MULTIPLICITY Perl interpreters. |
commit | commitdiff | tree |
| 2020-01-30 |
Fujii Masao | Make inherited TRUNCATE perform access permission check... |
commit | commitdiff | tree |
| 2020-01-30 |
Michael Paquier | Fix slot data persistency when advancing physical repli... |
commit | commitdiff | tree |
| 2020-01-30 |
Tom Lane | Fix vcregress.pl for new plperl test case. |
commit | commitdiff | tree |
| 2020-01-29 |
Tom Lane | Invent "trusted" extensions, and remove the pg_pltempla... |
commit | commitdiff | tree |
| 2020-01-29 |
Tom Lane | Teach plpgsql's "make clean" to remove generated test... |
commit | commitdiff | tree |
| 2020-01-29 |
Robert Haas | Add jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles. |
commit | commitdiff | tree |
| 2020-01-29 |
Robert Haas | Move jsonapi.c and jsonapi.h to src/common. |
commit | commitdiff | tree |
| 2020-01-29 |
Peter Eisentraut | Fail if recovery target is not reached |
commit | commitdiff | tree |
| 2020-01-29 |
Michael Paquier | Fix dispsize for libpq connection parameters channel_bi... |
commit | commitdiff | tree |
| 2020-01-29 |
Amit Kapila | Add --parallel option to vacuumdb command. |
commit | commitdiff | tree |
| 2020-01-28 |
Tom Lane | Fix dangling pointer in EvalPlanQual machinery. |
commit | commitdiff | tree |
| 2020-01-28 |
Heikki Linnakangas | Fix randAccess setting in ReadRecord() |
commit | commitdiff | tree |
| 2020-01-28 |
Thomas Munro | Fix compile error on HP C. |
commit | commitdiff | tree |
| 2020-01-28 |
Thomas Munro | Don't reset latch in ConditionVariablePrepareToSleep(). |
commit | commitdiff | tree |
| 2020-01-28 |
Amit Kapila | Added relation name in error messages for constraint... |
commit | commitdiff | tree |
| 2020-01-28 |
Michael Paquier | Add connection parameters to control SSL protocol min... |
commit | commitdiff | tree |
| 2020-01-28 |
Thomas Munro | Remove dependency on HeapTuple from predicate locking... |
commit | commitdiff | tree |
| 2020-01-27 |
Tom Lane | Apply project best practices to switches over enum... |
commit | commitdiff | tree |
| 2020-01-27 |
Robert Haas | Move some code from jsonapi.c to jsonfuncs.c. |
commit | commitdiff | tree |
| 2020-01-27 |
Robert Haas | Adjust pg_parse_json() so that it does not directly... |
commit | commitdiff | tree |
| 2020-01-27 |
Thomas Munro | Avoid unnecessary shm writes in Parallel Hash Join. |
commit | commitdiff | tree |
| 2020-01-27 |
Michael Paquier | Fix some memory leaks and improve restricted token... |
commit | commitdiff | tree |
| 2020-01-26 |
Tom Lane | Fix EXPLAIN (SETTINGS) to follow policy about when... |
commit | commitdiff | tree |
| 2020-01-26 |
Thomas Munro | Refactor confusing code in _mdfd_openseg(). |
commit | commitdiff | tree |
| 2020-01-26 |
Tom Lane | In postgres_fdw, don't try to ship MULTIEXPR updates... |
commit | commitdiff | tree |
| 2020-01-26 |
Heikki Linnakangas | Refactor XLogReadRecord(), adding XLogBeginRead() function. |
commit | commitdiff | tree |
| 2020-01-25 |
Tom Lane | Clean up EXPLAIN's handling of per-worker details. |
commit | commitdiff | tree |
| 2020-01-25 |
Dean Rasheed | Add functions gcd() and lcm() for integer and numeric... |
commit | commitdiff | tree |
| 2020-01-24 |
Robert Haas | Remove jsonapi.c's lex_accept(). |
commit | commitdiff | tree |
| 2020-01-24 |
Robert Haas | Split JSON lexer/parser from 'json' data type support. |
commit | commitdiff | tree |
| 2020-01-24 |
Robert Haas | Adjust src/include/utils/jsonapi.h so it's not backend... |
commit | commitdiff | tree |
| 2020-01-24 |
Fujii Masao | Add pg_file_sync() to adminpack extension. |
commit | commitdiff | tree |
| 2020-01-24 |
Peter Eisentraut | Add exclusion to headercheck |
commit | commitdiff | tree |
| 2020-01-24 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2020-01-24 |
Michael Paquier | Doc: Fix list of storage parameters available for ALTER... |
commit | commitdiff | tree |
| 2020-01-23 |
Tom Lane | Add configure probe for rl_completion_suppress_quote. |
commit | commitdiff | tree |
| 2020-01-23 |
Tom Lane | Fix an oversight in commit 4c70098ff. |
commit | commitdiff | tree |
| 2020-01-23 |
Tom Lane | Clean up formatting.c's logic for matching constant... |
commit | commitdiff | tree |
| 2020-01-23 |
Tom Lane | Improve psql's tab completion for filenames. |
commit | commitdiff | tree |
| 2020-01-23 |
Michael Paquier | Doc: Fix and tweak documentation for ANALYZE reporting |
commit | commitdiff | tree |
| 2020-01-23 |
Michael Paquier | Clarify some comments in vacuumlazy.c |
commit | commitdiff | tree |
| 2020-01-22 |
Alvaro Herrera | Add BRIN test case |
commit | commitdiff | tree |
| 2020-01-22 |
Fujii Masao | Add GUC ignore_invalid_pages. |
commit | commitdiff | tree |
| 2020-01-22 |
Amit Kapila | Fix the computation of max dead tuples during the vacuum. |
commit | commitdiff | tree |
| 2020-01-22 |
Michael Paquier | Fix concurrent indexing operations with temporary tables |
commit | commitdiff | tree |
| 2020-01-21 |
Tom Lane | Clarify behavior of adding and altering a column in... |
commit | commitdiff | tree |
| 2020-01-21 |
Andres Freund | Fix edge case leading to agg transitions skipping ExecA... |
commit | commitdiff | tree |
| 2020-01-21 |
Michael Paquier | Add GUC variables for stat tracking and timeout as... |
commit | commitdiff | tree |
| 2020-01-20 |
Tom Lane | Further tweaking of jsonb_set_lax(). |
commit | commitdiff | tree |
| 2020-01-20 |
Tom Lane | Fix pg_dump's sigTermHandler() to use _exit() not exit(). |
commit | commitdiff | tree |
| 2020-01-20 |
Heikki Linnakangas | Fix crash in BRIN inclusion op functions, due to missin... |
commit | commitdiff | tree |
| 2020-01-20 |
Amit Kapila | Allow vacuum command to process indexes in parallel. |
commit | commitdiff | tree |
| 2020-01-20 |
Tom Lane | Fix out-of-memory handling in ecpglib. |
commit | commitdiff | tree |
| 2020-01-19 |
Tom Lane | Silence minor compiler warnings. |
commit | commitdiff | tree |
| 2020-01-19 |
Heikki Linnakangas | Remove separate files for the initial contents of pg_... |
commit | commitdiff | tree |
| 2020-01-19 |
Michael Paquier | Doc: Improve description of connection strings with... |
commit | commitdiff | tree |
| 2020-01-18 |
Tom Lane | Doc: rearrange the documentation of binary-string funct... |
commit | commitdiff | tree |
| 2020-01-18 |
Michael Paquier | Add GUC checks for ssl_min_protocol_version and ssl_max... |
commit | commitdiff | tree |
| 2020-01-17 |
Alexander Korotkov | Avoid full scan of GIN indexes when possible |
commit | commitdiff | tree |
| 2020-01-17 |
Tom Lane | Repair more failures with SubPlans in multi-row VALUES... |
commit | commitdiff | tree |
| 2020-01-17 |
Alvaro Herrera | Set ReorderBufferTXN->final_lsn more eagerly |
commit | commitdiff | tree |
| 2020-01-17 |
Tomas Vondra | Allocate freechunks bitmap as part of SlabContext |
commit | commitdiff | tree |
| 2020-01-17 |
Andrew Dunstan | bump catalog version as should have been done for jsonb... |
commit | commitdiff | tree |
| 2020-01-17 |
Andrew Dunstan | Add a non-strict version of jsonb_set |
commit | commitdiff | tree |
| 2020-01-17 |
Michael Paquier | Move OpenSSL routines for min/max protocol setting... |
commit | commitdiff | tree |
| 2020-01-16 |
Tom Lane | Rationalize code placement between wchar.c, encnames... |
commit | commitdiff | tree |
| 2020-01-16 |
Tom Lane | Update header comments for wchar.c and encnames.c. |
commit | commitdiff | tree |
| 2020-01-16 |
Tom Lane | Move wchar.c and encnames.c to src/common/. |
commit | commitdiff | tree |
| 2020-01-16 |
Robert Haas | Fix problems with "read only query" checks, and refacto... |
commit | commitdiff | tree |
| 2020-01-16 |
Tom Lane | Minor code beautification in regexp.c. |
commit | commitdiff | tree |
| 2020-01-15 |
Tom Lane | Restructure ALTER TABLE execution to fix assorted bugs. |
commit | commitdiff | tree |
| 2020-01-15 |
Alvaro Herrera | Report progress of ANALYZE commands |
commit | commitdiff | tree |
| next |