| 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 |
| 2019-09-11 |
Tom Lane | Rearrange postmaster's startup sequence for better... |
commit | commitdiff | tree |
| 2019-09-11 |
Alvaro Herrera | libpq docs: be clearer about conninfo's 'hostaddr' |
commit | commitdiff | tree |
| 2019-09-11 |
Michael Paquier | Fix comment in psql's describe.c |
commit | commitdiff | tree |
| 2019-09-11 |
Michael Paquier | Expand properly list of TAP tests used for prove in... |
commit | commitdiff | tree |
| 2019-09-10 |
Tomas Vondra | Allow setting statistics target for extended statistics |
commit | commitdiff | tree |
| 2019-09-10 |
Tom Lane | Reduce overhead of scanning the backend[] array in... |
commit | commitdiff | tree |
| 2019-09-10 |
Alvaro Herrera | Fix unaccent generation script in Windows |
commit | commitdiff | tree |
| 2019-09-10 |
Alvaro Herrera | Restructure libpq code to remove some duplicity |
commit | commitdiff | tree |
| 2019-09-09 |
Peter Geoghegan | Add _bt_binsrch() scantid assertion to nbtree. |
commit | commitdiff | tree |
| 2019-09-09 |
Tom Lane | Be more careful about port selection in src/test/ldap/. |
commit | commitdiff | tree |
| 2019-09-09 |
Andrew Dunstan | Prevent msys2 conversion of "cmd /c" switch to a file... |
commit | commitdiff | tree |
| 2019-09-09 |
Andres Freund | Reorder EPQ work, to fix rowmark related bugs and impro... |
commit | commitdiff | tree |
| 2019-09-09 |
Alexander Korotkov | Fix handling of non-key columns get_index_column_opclass() |
commit | commitdiff | tree |
| 2019-09-09 |
Peter Eisentraut | Improve new AND CHAIN tests |
commit | commitdiff | tree |
| 2019-09-08 |
Tom Lane | Fix RelationIdGetRelation calls that weren't bothering... |
commit | commitdiff | tree |
| 2019-09-08 |
Alexander Korotkov | Fix handling of NULL distances in KNN-GiST |
commit | commitdiff | tree |
| 2019-09-08 |
Alexander Korotkov | Fix handling Inf and Nan values in GiST pairing heap... |
commit | commitdiff | tree |
| 2019-09-08 |
Peter Eisentraut | Fix behavior of AND CHAIN outside of explicit transacti... |
commit | commitdiff | tree |
| 2019-09-08 |
Peter Eisentraut | doc: effective -> efficient |
commit | commitdiff | tree |
| 2019-09-08 |
Peter Eisentraut | doc: Clean up title case use |
commit | commitdiff | tree |
| 2019-09-07 |
Tom Lane | Avoid using INFO elevel for what are fundamentally... |
commit | commitdiff | tree |
| 2019-09-07 |
Tom Lane | Fix issues around strictness of SIMILAR TO. |
commit | commitdiff | tree |
| 2019-09-06 |
Peter Eisentraut | Message style fixes |
commit | commitdiff | tree |
| 2019-09-06 |
Peter Eisentraut | doc: Fix awkward markup |
commit | commitdiff | tree |
| 2019-09-06 |
Peter Eisentraut | doc: Postgres -> PostgreSQL |
commit | commitdiff | tree |
| 2019-09-06 |
Andrew Dunstan | Always skip recovery SysV shared memory tests on Windows |
commit | commitdiff | tree |
| 2019-09-06 |
Tom Lane | Doc: tweak installation doc edits made by commit 76c2af926. |
commit | commitdiff | tree |
| 2019-09-06 |
Robert Haas | Create an API for inserting and deleting rows in TOAST... |
commit | commitdiff | tree |
| 2019-09-06 |
Robert Haas | When performing a base backup, check for read errors. |
commit | commitdiff | tree |
| 2019-09-06 |
Peter Eisentraut | libpq: ccache -> credential cache |
commit | commitdiff | tree |
| 2019-09-06 |
Fujii Masao | Make pg_promote() detect postmaster death while waiting... |
commit | commitdiff | tree |
| 2019-09-06 |
Michael Paquier | Make use of generic logging in vacuumlo and oid2name |
commit | commitdiff | tree |
| 2019-09-05 |
Tom Lane | Use data directory inode number, not port, to select... |
commit | commitdiff | tree |
| 2019-09-05 |
Robert Haas | Split tuptoaster.c into three separate files. |
commit | commitdiff | tree |
| 2019-09-05 |
Peter Eisentraut | Use explicit_bzero |
commit | commitdiff | tree |
| next |