| 2019-09-28 |
Tom Lane | Improve stability of partition_prune regression test. |
commit | commitdiff | tree |
| 2019-09-28 |
Michael Paquier | Remove code relevant to OpenSSL 0.9.6 in be/fe-secure... |
commit | commitdiff | tree |
| 2019-09-27 |
Tom Lane | Make pg_regress.c unset PGDATABASE during make installc... |
commit | commitdiff | tree |
| 2019-09-27 |
Andres Freund | Silence -Wmaybe-uninitialized compiler warnings in... |
commit | commitdiff | tree |
| 2019-09-27 |
Alvaro Herrera | Have pg_rewind run crash recovery before rewinding |
commit | commitdiff | tree |
| 2019-09-27 |
Andres Freund | Fix implicit-fallthrough compiler warning introduced... |
commit | commitdiff | tree |
| 2019-09-27 |
Tom Lane | ANALYZE a_star and its children to avoid plan instabili... |
commit | commitdiff | tree |
| 2019-09-27 |
Tom Lane | Finish reverting "Insert temporary debugging output... |
commit | commitdiff | tree |
| 2019-09-27 |
Tom Lane | Doc: clean up markup for jsonb_set and related functions. |
commit | commitdiff | tree |
| 2019-09-27 |
Peter Eisentraut | doc: Add timeline as valid recovery target in standby... |
commit | commitdiff | tree |
| 2019-09-27 |
Michael Paquier | Add tab completion for EXPLAIN (SETTINGS) in psql |
commit | commitdiff | tree |
| 2019-09-27 |
Amit Kapila | Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd... |
commit | commitdiff | tree |
| 2019-09-27 |
Michael Paquier | Fix lockmode initialization for custom relation options |
commit | commitdiff | tree |
| 2019-09-26 |
Peter Eisentraut | doc: Fix whitespace in markup |
commit | commitdiff | tree |
| 2019-09-26 |
Peter Eisentraut | doc: Format example JSON data better |
commit | commitdiff | tree |
| 2019-09-26 |
Peter Eisentraut | doc: Update a confusing sentence about SQL/JSON |
commit | commitdiff | tree |
| 2019-09-26 |
Peter Eisentraut | doc: Update note about source code formatting |
commit | commitdiff | tree |
| 2019-09-26 |
Peter Eisentraut | doc: Reorder JSON functions documentation |
commit | commitdiff | tree |
| 2019-09-26 |
Michael Paquier | Fix comment in xlogreader.c |
commit | commitdiff | tree |
| 2019-09-25 |
Alexander Korotkov | Correctly cast types to Datum and back in compareDatetime() |
commit | commitdiff | tree |
| 2019-09-25 |
Tom Lane | Fix handling of GENERATED columns in CREATE TABLE LIKE... |
commit | commitdiff | tree |
| 2019-09-25 |
Alexander Korotkov | Implement jsonpath .datetime() method |
commit | commitdiff | tree |
| 2019-09-25 |
Alexander Korotkov | Allow datetime values in JsonbValue |
commit | commitdiff | tree |
| 2019-09-25 |
Alexander Korotkov | Error suppression support for upcoming jsonpath .dateti... |
commit | commitdiff | tree |
| 2019-09-25 |
Alexander Korotkov | Implement parse_datetime() function |
commit | commitdiff | tree |
| 2019-09-25 |
Alexander Korotkov | Implement standard datetime parsing mode |
commit | commitdiff | tree |
| 2019-09-25 |
Alvaro Herrera | Update expected output for dummy_index_am |
commit | commitdiff | tree |
| 2019-09-25 |
Alvaro Herrera | Support reloptions of enum type |
commit | commitdiff | tree |
| 2019-09-25 |
Alvaro Herrera | Split out recovery confing-writing code from pg_basebackup |
commit | commitdiff | tree |
| 2019-09-25 |
Michael Paquier | Doc: Fix example related to partition pruning |
commit | commitdiff | tree |
| 2019-09-25 |
Michael Paquier | Make more stable regression tests of dummy_index_am... |
commit | commitdiff | tree |
| 2019-09-25 |
Michael Paquier | Add dummy_index_am to src/test/modules/ |
commit | commitdiff | tree |
| 2019-09-25 |
Michael Paquier | Allow definition of lock mode for custom reloptions |
commit | commitdiff | tree |
| 2019-09-25 |
Michael Paquier | Fix failure with lock mode used for custom relation... |
commit | commitdiff | tree |
| 2019-09-24 |
Alexander Korotkov | Fix bug in pairingheap_SpGistSearchItem_cmp() |
commit | commitdiff | tree |
| 2019-09-24 |
Alvaro Herrera | Rework WAL-reading supporting structs |
commit | commitdiff | tree |
| 2019-09-24 |
Tom Lane | Prevent bogus pullup of constant-valued functions retur... |
commit | commitdiff | tree |
| 2019-09-24 |
Fujii Masao | Speedup truncations of relation forks. |
commit | commitdiff | tree |
| 2019-09-24 |
Peter Eisentraut | Don't disable ccache when building with coverage support |
commit | commitdiff | tree |
| 2019-09-23 |
Andres Freund | Fix ExprState's tag to be of type NodeTag rather than... |
commit | commitdiff | tree |
| 2019-09-23 |
Jeff Davis | Add libpq parameter 'channel_binding'. |
commit | commitdiff | tree |
| 2019-09-23 |
Tom Lane | Doc: clarify handling of duplicate elements in array... |
commit | commitdiff | tree |
| 2019-09-23 |
Peter Eisentraut | Message style fixes |
commit | commitdiff | tree |
| 2019-09-23 |
Peter Eisentraut | NLS: Fix backend gettext triggers |
commit | commitdiff | tree |
| 2019-09-22 |
Tom Lane | Fix failure to zero-pad the result of bitshiftright(). |
commit | commitdiff | tree |
| 2019-09-22 |
Tom Lane | Fix typo in tts_virtual_copyslot. |
commit | commitdiff | tree |
| 2019-09-22 |
Tom Lane | Make some efficiency improvements in LISTEN/NOTIFY. |
commit | commitdiff | tree |
| 2019-09-21 |
Peter Eisentraut | Remove removed file from nls.mk |
commit | commitdiff | tree |
| 2019-09-21 |
Tom Lane | Straighten out leakproofness markings on text compariso... |
commit | commitdiff | tree |
| 2019-09-21 |
Tom Lane | Fix up handling of nondeterministic collations with... |
commit | commitdiff | tree |
| 2019-09-20 |
Tom Lane | Update time zone data files to tzdata release 2019c. |
commit | commitdiff | tree |
| 2019-09-20 |
Alvaro Herrera | Split out code into new getKeyJsonValueFromContainer() |
commit | commitdiff | tree |
| 2019-09-20 |
Alvaro Herrera | Optimize get_jsonb_path_all avoiding an iterator |
commit | commitdiff | tree |
| 2019-09-20 |
Alvaro Herrera | Refactor code into new JsonbValueAsText, and use it... |
commit | commitdiff | tree |
| 2019-09-20 |
Tom Lane | Fix some minor spec-compliance issues in jsonpath lexer. |
commit | commitdiff | tree |
| 2019-09-20 |
Tom Lane | Revert "Add DECLARE STATEMENT support to ECPG." |
commit | commitdiff | tree |
| 2019-09-20 |
Alvaro Herrera | Fix progress report of REINDEX INDEX |
commit | commitdiff | tree |
| 2019-09-20 |
Alexander Korotkov | Provide stable test for NULL-values in KNN SP-GiST |
commit | commitdiff | tree |
| 2019-09-20 |
Amit Kapila | Fix typo in commit 82fa3ff8672. |
commit | commitdiff | tree |
| 2019-09-19 |
Alexander Korotkov | Remove unstable KNN SP-GiST test |
commit | commitdiff | tree |
| 2019-09-19 |
Alexander Korotkov | Fix freeing old values in index_store_float8_orderby_di... |
commit | commitdiff | tree |
| 2019-09-19 |
Alexander Korotkov | Improve handling of NULLs in KNN-GiST and KNN-SP-GiST |
commit | commitdiff | tree |
| 2019-09-19 |
Tom Lane | Doc: improve documentation around jsonpath regular... |
commit | commitdiff | tree |
| 2019-09-19 |
Peter Eisentraut | GSSAPI error message improvements |
commit | commitdiff | tree |
| 2019-09-19 |
Amit Kapila | Fix typo in commit 578b229718. |
commit | commitdiff | tree |
| 2019-09-19 |
Peter Eisentraut | Revert change of ecpglib major version |
commit | commitdiff | tree |
| 2019-09-19 |
Michael Paquier | Doc: Fix incorrect mention to connection_object in... |
commit | commitdiff | tree |
| 2019-09-19 |
Amit Kapila | Doc: document autovacuum interruption. |
commit | commitdiff | tree |
| 2019-09-19 |
Michael Paquier | Redesign pageinspect function printing infomask bits |
commit | commitdiff | tree |
| 2019-09-18 |
Alvaro Herrera | Fix example program in docs too (??) |
commit | commitdiff | tree |
| 2019-09-18 |
Alvaro Herrera | Fix testlibpq3 |
commit | commitdiff | tree |
| 2019-09-18 |
Alvaro Herrera | pg_upgrade/test.sh: Quote sed(1) argument |
commit | commitdiff | tree |
| 2019-09-18 |
Fujii Masao | Remove unused smgrdounlinkfork() function. |
commit | commitdiff | tree |
| 2019-09-18 |
Etsuro Fujita | Doc: Update FDW documentation about direct foreign... |
commit | commitdiff | tree |
| 2019-09-17 |
Peter Eisentraut | Add some const decorations to array constants |
commit | commitdiff | tree |
| 2019-09-17 |
Tom Lane | Fix bogus handling of XQuery regex option flags. |
commit | commitdiff | tree |
| 2019-09-17 |
Peter Eisentraut | Remove mingwcompat.c |
commit | commitdiff | tree |
| 2019-09-16 |
Alexander Korotkov | Support for SSSSS datetime format pattern |
commit | commitdiff | tree |
| 2019-09-16 |
Alexander Korotkov | Support for FF1-FF6 datetime format patterns |
commit | commitdiff | tree |
| 2019-09-15 |
Tom Lane | Fix bogus sizeof calculations. |
commit | commitdiff | tree |
| 2019-09-15 |
Dean Rasheed | Fix intermittent self-test failures caused by the stats... |
commit | commitdiff | tree |
| 2019-09-15 |
Noah Misch | Revert "For all ppc compilers, implement pg_atomic_fetc... |
commit | commitdiff | tree |
| 2019-09-14 |
Noah Misch | For all ppc compilers, implement pg_atomic_fetch_add_... |
commit | commitdiff | tree |
| 2019-09-14 |
Noah Misch | Replace xlc __fetch_and_add() with inline asm. |
commit | commitdiff | tree |
| 2019-09-14 |
Noah Misch | Test pg_atomic_fetch_add_ with variable addend and... |
commit | commitdiff | tree |
| 2019-09-13 |
Tom Lane | Make tuplesort_set_bound() assertions more comprehensib... |
commit | commitdiff | tree |
| 2019-09-13 |
Alvaro Herrera | logical decoding: process ASSIGNMENT during snapshot... |
commit | commitdiff | tree |
| 2019-09-13 |
Alvaro Herrera | Fix under-parenthesized macro definitions |
commit | commitdiff | tree |
| 2019-09-13 |
Alvaro Herrera | Fix progress reporting of CLUSTER / VACUUM FULL |
commit | commitdiff | tree |
| 2019-09-13 |
Alexander Korotkov | Typo fixes for documentation |
commit | commitdiff | tree |
| 2019-09-13 |
Alexander Korotkov | Documentation improvements to jsonpath |
commit | commitdiff | tree |
| 2019-09-13 |
Fujii Masao | Add tab completion for CREATE OR REPLACE in psql. |
commit | commitdiff | tree |
| 2019-09-12 |
Peter Geoghegan | Fix nbtree page split rmgr desc routine. |
commit | commitdiff | tree |
| 2019-09-12 |
Tom Lane | Fix usage of whole-row variables in WCO and RLS policy... |
commit | commitdiff | tree |
| 2019-09-12 |
Peter Geoghegan | Reorder two nbtree.h function prototypes. |
commit | commitdiff | tree |
| 2019-09-12 |
Peter Geoghegan | Remove redundant _bt_truncate() comment paragraph. |
commit | commitdiff | tree |
| 2019-09-12 |
Alvaro Herrera | Merge two assertions to make comment clearer |
commit | commitdiff | tree |
| 2019-09-12 |
Amit Kapila | Doc: Update PL/pgSQL sample function in plpgsql.sgml. |
commit | commitdiff | tree |
| 2019-09-12 |
Michael Paquier | Add to pageinspect function to make t_infomask/t_infoma... |
commit | commitdiff | tree |
| 2019-09-12 |
Michael Paquier | Improve coverage of psql for backslash commands with... |
commit | commitdiff | tree |
| next |