| 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 |
| 2020-01-15 |
Peter Eisentraut | Remove libpq.rc, use win32ver.rc for libpq |
commit | commitdiff | tree |
| 2020-01-15 |
Michael Paquier | Fix buggy logic in isTempNamespaceInUse() |
commit | commitdiff | tree |
| 2020-01-15 |
Amit Kapila | Introduce IndexAM fields for parallel vacuum. |
commit | commitdiff | tree |
| 2020-01-14 |
Peter Eisentraut | Fix compiler warning about format on Windows |
commit | commitdiff | tree |
| 2020-01-14 |
Bruce Momjian | docs: change "default role" wording to "predefined... |
commit | commitdiff | tree |
| 2020-01-14 |
Bruce Momjian | Revert copyright script changes to binary *.key files |
commit | commitdiff | tree |
| 2020-01-14 |
Bruce Momjian | tools/copyright.pl: skip copyright changes for *.key... |
commit | commitdiff | tree |
| 2020-01-14 |
Peter Eisentraut | walreceiver uses a temporary replication slot by default |
commit | commitdiff | tree |
| 2020-01-14 |
Peter Eisentraut | Expose PQbackendPID() through walreceiver API |
commit | commitdiff | tree |
| 2020-01-14 |
Peter Eisentraut | ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION |
commit | commitdiff | tree |
| 2020-01-14 |
Dean Rasheed | Make rewriter prevent auto-updates on views with condit... |
commit | commitdiff | tree |
| 2020-01-14 |
Amit Kapila | Revert test added by commit d207038053. |
commit | commitdiff | tree |
| 2020-01-13 |
Tom Lane | Reduce size of backend scanner's tables. |
commit | commitdiff | tree |
| 2020-01-13 |
Peter Eisentraut | Fix base backup with database OIDs larger than INT32_MAX |
commit | commitdiff | tree |
| 2020-01-13 |
Amit Kapila | Fix typo. |
commit | commitdiff | tree |
| 2020-01-13 |
Michael Paquier | Fix comment in heapam.c |
commit | commitdiff | tree |
| 2020-01-13 |
Andrew Dunstan | Only superuser can set sslcert/sslkey in postgres_fdw... |
commit | commitdiff | tree |
| 2020-01-13 |
Amit Kapila | Delete empty pages in each pass during GIST VACUUM. |
commit | commitdiff | tree |
| 2020-01-13 |
Tomas Vondra | Apply multiple multivariate MCV lists when possible |
commit | commitdiff | tree |
| 2020-01-13 |
Tomas Vondra | Apply all available functional dependencies |
commit | commitdiff | tree |
| 2020-01-12 |
Tom Lane | Fix edge-case crashes and misestimation in range contai... |
commit | commitdiff | tree |
| 2020-01-12 |
Michael Paquier | Remove incorrect assertion for INSERT in logical replic... |
commit | commitdiff | tree |
| 2020-01-11 |
Tom Lane | Extensive code review for GSSAPI encryption mechanism. |
commit | commitdiff | tree |
| 2020-01-11 |
Peter Eisentraut | Make lsn argument of walrcv_create_slot() optional |
commit | commitdiff | tree |
| 2020-01-11 |
Peter Eisentraut | Remove STATUS_FOUND |
commit | commitdiff | tree |
| 2020-01-11 |
Noah Misch | Maintain valid md.c state when FileClose() fails. |
commit | commitdiff | tree |
| 2020-01-10 |
Peter Geoghegan | nbtree: Rename BT_HEAP_TID_ATTR. |
commit | commitdiff | tree |
| 2020-01-10 |
Peter Geoghegan | nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks. |
commit | commitdiff | tree |
| 2020-01-10 |
Alvaro Herrera | Clean up representation of flags in struct ReorderBufferTXN |
commit | commitdiff | tree |
| next |