2021-01-14 |
Thomas Munro | Minor header cleanup for the new iovec code. |
commit | commitdiff | tree |
2021-01-14 |
Fujii Masao | Ensure that a standby is able to follow a primary on... |
commit | commitdiff | tree |
2021-01-14 |
Michael Paquier | Rework refactoring of hex and encoding routines |
commit | commitdiff | tree |
2021-01-13 |
Thomas Munro | Move our p{read,write}v replacements into their own... |
commit | commitdiff | tree |
2021-01-13 |
Tom Lane | Mark inet_server_addr() and inet_server_port() as paral... |
commit | commitdiff | tree |
2021-01-13 |
Tom Lane | Run reformat-dat-files to declutter the catalog data... |
commit | commitdiff | tree |
2021-01-13 |
Tom Lane | Doc, more or less: uncomment tutorial example that... |
commit | commitdiff | tree |
2021-01-13 |
Alvaro Herrera | Call out vacuum considerations in create index docs |
commit | commitdiff | tree |
2021-01-13 |
Tom Lane | Disallow a digit as the first character of a variable... |
commit | commitdiff | tree |
2021-01-13 |
Heikki Linnakangas | Fix test failure with wal_level=minimal. |
commit | commitdiff | tree |
2021-01-13 |
Tom Lane | Doc: clarify behavior of back-half options in pg_dump. |
commit | commitdiff | tree |
2021-01-13 |
Peter Geoghegan | Enhance nbtree index tuple deletion. |
commit | commitdiff | tree |
2021-01-13 |
Peter Geoghegan | Pass down "logically unchanged index" hint. |
commit | commitdiff | tree |
2021-01-13 |
Fujii Masao | Log long wait time on recovery conflict when it's resolved. |
commit | commitdiff | tree |
2021-01-13 |
Heikki Linnakangas | Fix portability issues in the new gist pageinspect... |
commit | commitdiff | tree |
2021-01-13 |
Magnus Hagander | Remove incorrect markup |
commit | commitdiff | tree |
2021-01-13 |
Heikki Linnakangas | Add functions to 'pageinspect' to inspect GiST indexes. |
commit | commitdiff | tree |
2021-01-13 |
Thomas Munro | Don't use elog() in src/port/pwrite.c. |
commit | commitdiff | tree |
2021-01-13 |
Amit Kapila | Fix memory leak in SnapBuildSerialize. |
commit | commitdiff | tree |
2021-01-13 |
Amit Kapila | Optimize DropRelFileNodesAllBuffers() for recovery. |
commit | commitdiff | tree |
2021-01-13 |
Michael Paquier | Fix routine name in comment of catcache.c |
commit | commitdiff | tree |
2021-01-12 |
Alvaro Herrera | Invent struct ReindexIndexInfo |
commit | commitdiff | tree |
2021-01-12 |
Tom Lane | pg_dump: label INDEX ATTACH ArchiveEntries with an... |
commit | commitdiff | tree |
2021-01-12 |
Tom Lane | Doc: fix description of privileges needed for ALTER... |
commit | commitdiff | tree |
2021-01-12 |
Alvaro Herrera | Fix thinko in comment |
commit | commitdiff | tree |
2021-01-12 |
Amit Kapila | Fix relation descriptor leak. |
commit | commitdiff | tree |
2021-01-12 |
Amit Kapila | Optimize DropRelFileNodeBuffers() for recovery. |
commit | commitdiff | tree |
2021-01-12 |
Tom Lane | Dump ALTER TABLE ... ATTACH PARTITION as a separate... |
commit | commitdiff | tree |
2021-01-12 |
Tom Lane | Make pg_dump's table of object-type priorities more... |
commit | commitdiff | tree |
2021-01-11 |
Thomas Munro | Fix function prototypes in dependency.h. |
commit | commitdiff | tree |
2021-01-11 |
Tom Lane | Rethink SQLSTATE code for ERRCODE_IDLE_SESSION_TIMEOUT. |
commit | commitdiff | tree |
2021-01-11 |
Tom Lane | Try next host after a "cannot connect now" failure. |
commit | commitdiff | tree |
2021-01-11 |
Tom Lane | Uniformly identify the target host in libpq connection... |
commit | commitdiff | tree |
2021-01-11 |
Tom Lane | Allow pg_regress.c wrappers to postprocess test result... |
commit | commitdiff | tree |
2021-01-11 |
Tom Lane | In libpq, always append new error messages to conn... |
commit | commitdiff | tree |
2021-01-11 |
Thomas Munro | Use vectored I/O to fill new WAL segments. |
commit | commitdiff | tree |
2021-01-11 |
Thomas Munro | Provide pg_preadv() and pg_pwritev(). |
commit | commitdiff | tree |
2021-01-09 |
Bruce Momjian | doc: expand description of how non-SELECT queries... |
commit | commitdiff | tree |
2021-01-09 |
Amit Kapila | Fix the test for decoding of two-phase transactions. |
commit | commitdiff | tree |
2021-01-08 |
Tom Lane | Fix plpgsql tests for debug_invalidate_system_caches_al... |
commit | commitdiff | tree |
2021-01-08 |
Tom Lane | Fix ancient bug in parsing of BRE-mode regular expressions. |
commit | commitdiff | tree |
2021-01-08 |
Michael Paquier | Fix and simplify some code related to cryptohashes |
commit | commitdiff | tree |
2021-01-08 |
Tom Lane | Adjust createdb TAP tests to work on recent OpenBSD. |
commit | commitdiff | tree |
2021-01-07 |
Tom Lane | Further second thoughts about idle_session_timeout... |
commit | commitdiff | tree |
2021-01-07 |
Tomas Vondra | Minor fixes in COPY progress docs |
commit | commitdiff | tree |
2021-01-07 |
Fujii Masao | Add GUC to log long wait times on recovery conflicts. |
commit | commitdiff | tree |
2021-01-07 |
Tom Lane | Fix bogus link in test comments. |
commit | commitdiff | tree |
2021-01-07 |
Tom Lane | Improve commentary in timeout.c. |
commit | commitdiff | tree |
2021-01-07 |
Michael Paquier | Fix allocation logic of cryptohash context data with... |
commit | commitdiff | tree |
2021-01-06 |
Tom Lane | Add idle_session_timeout. |
commit | commitdiff | tree |
2021-01-06 |
Tom Lane | Improve timeout.c's handling of repeated timeout set... |
commit | commitdiff | tree |
2021-01-06 |
Tomas Vondra | Report progress of COPY commands |
commit | commitdiff | tree |
2021-01-06 |
Tom Lane | Add a test module for the regular expression package. |
commit | commitdiff | tree |
2021-01-06 |
Peter Eisentraut | Replace CLOBBER_CACHE_ALWAYS with run-time GUC |
commit | commitdiff | tree |
2021-01-06 |
Fujii Masao | Detect the deadlocks between backends and the startup... |
commit | commitdiff | tree |
2021-01-06 |
Amit Kapila | Fix typos in decode.c and logical.c. |
commit | commitdiff | tree |
2021-01-06 |
Fujii Masao | doc: Fix description about default behavior of recovery... |
commit | commitdiff | tree |
2021-01-06 |
Michael Paquier | Promote --data-checksums to the common set of options... |
commit | commitdiff | tree |
2021-01-06 |
Tom Lane | Revert unstable test cases from commit 7d80441d2. |
commit | commitdiff | tree |
2021-01-05 |
Tom Lane | Allow psql's \dt and \di to show TOAST tables and their... |
commit | commitdiff | tree |
2021-01-05 |
Tom Lane | Introduce a new GUC_REPORT setting "in_hot_standby". |
commit | commitdiff | tree |
2021-01-05 |
Bruce Momjian | doc: improve NLS instruction wording |
commit | commitdiff | tree |
2021-01-05 |
Dean Rasheed | Add an explicit cast to double when using fabs(). |
commit | commitdiff | tree |
2021-01-05 |
Dean Rasheed | Fix numeric_power() when the exponent is INT_MIN. |
commit | commitdiff | tree |
2021-01-05 |
Amit Kapila | Test decoding of two-phase transactions during the... |
commit | commitdiff | tree |
2021-01-05 |
Peter Eisentraut | doc: Document how to run regression tests with custom... |
commit | commitdiff | tree |
2021-01-05 |
Peter Geoghegan | Standardize one aspect of rmgr desc output. |
commit | commitdiff | tree |
2021-01-05 |
Amit Kapila | Fix typo in origin.c. |
commit | commitdiff | tree |
2021-01-05 |
Amit Kapila | Fix typo in reorderbuffer.c. |
commit | commitdiff | tree |
2021-01-05 |
Thomas Munro | Replace remaining uses of "whitelist". |
commit | commitdiff | tree |
2021-01-05 |
Thomas Munro | pgindent: whitelist/blacklist -> additional/excluded. |
commit | commitdiff | tree |
2021-01-04 |
Thomas Munro | Rename "enum blacklist" to "uncommitted enums". |
commit | commitdiff | tree |
2021-01-04 |
Tom Lane | Fix integer-overflow corner cases in substring() functions. |
commit | commitdiff | tree |
2021-01-04 |
Thomas Munro | Remove unused function prototypes. |
commit | commitdiff | tree |
2021-01-04 |
Tom Lane | Rethink the "read/write parameter" mechanism in pl... |
commit | commitdiff | tree |
2021-01-04 |
Tom Lane | Remove PLPGSQL_DTYPE_ARRAYELEM datum type within pl... |
commit | commitdiff | tree |
2021-01-04 |
Tom Lane | Re-implement pl/pgsql's expression and assignment parsing. |
commit | commitdiff | tree |
2021-01-04 |
Tom Lane | Add the ability for the core grammar to have more than... |
commit | commitdiff | tree |
2021-01-04 |
Michael Paquier | Simplify some comments in xml.c |
commit | commitdiff | tree |
2021-01-04 |
Amit Kapila | Allow decoding at prepare time in ReorderBuffer. |
commit | commitdiff | tree |
2021-01-02 |
Bruce Momjian | Update copyright for 2021 |
commit | commitdiff | tree |
2021-01-01 |
Tom Lane | Doc: improve explanation of EXTRACT(EPOCH) for timestam... |
commit | commitdiff | tree |
2020-12-31 |
Peter Geoghegan | Get heap page max offset with buffer lock held. |
commit | commitdiff | tree |
2020-12-31 |
Peter Geoghegan | Fix index deletion latestRemovedXid bug. |
commit | commitdiff | tree |
2020-12-30 |
Tom Lane | Doc: spell out comparison behaviors for the date/time... |
commit | commitdiff | tree |
2020-12-30 |
Tom Lane | More fixups for pg_upgrade cross-version tests. |
commit | commitdiff | tree |
2020-12-30 |
Alexander Korotkov | Refactor multirange_in() |
commit | commitdiff | tree |
2020-12-30 |
Tom Lane | Use setenv() in preference to putenv(). |
commit | commitdiff | tree |
2020-12-30 |
Alexander Korotkov | Fix selectivity estimation @> (anymultirange, anyrange... |
commit | commitdiff | tree |
2020-12-30 |
Tom Lane | Fix up usage of krb_server_keyfile GUC parameter. |
commit | commitdiff | tree |
2020-12-30 |
Michael Paquier | Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews |
commit | commitdiff | tree |
2020-12-30 |
Amit Kapila | Extend the output plugin API to allow decoding of prepa... |
commit | commitdiff | tree |
2020-12-30 |
Noah Misch | In pg_upgrade cross-version test, handle postfix operators. |
commit | commitdiff | tree |
2020-12-30 |
Noah Misch | In pg_upgrade cross-version test, handle lack of oldsty... |
commit | commitdiff | tree |
2020-12-30 |
Michael Paquier | Remove references to libpq_srcdir in adminpack and... |
commit | commitdiff | tree |
2020-12-30 |
Tom Lane | Doc: fix up PDF build warnings from over-width table... |
commit | commitdiff | tree |
2020-12-29 |
Tom Lane | Suppress log spam from multiple reports of SIGQUIT... |
commit | commitdiff | tree |
2020-12-29 |
Alexander Korotkov | Add support of multirange matching to the existing... |
commit | commitdiff | tree |
2020-12-29 |
Alexander Korotkov | Improve the signature of internal multirange functions |
commit | commitdiff | tree |
2020-12-29 |
Alexander Korotkov | Implement operators for checking if the range contains... |
commit | commitdiff | tree |
next |