aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Optimize get_jsonb_path_all avoiding an iteratorAlvaro Herrera2019-09-20
* Refactor code into new JsonbValueAsText, and use it moreAlvaro Herrera2019-09-20
* Fix some minor spec-compliance issues in jsonpath lexer.Tom Lane2019-09-20
* Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane2019-09-20
* Fix progress report of REINDEX INDEXAlvaro Herrera2019-09-20
* Provide stable test for NULL-values in KNN SP-GiSTAlexander Korotkov2019-09-20
* Remove unstable KNN SP-GiST testAlexander Korotkov2019-09-20
* Fix freeing old values in index_store_float8_orderby_distances()Alexander Korotkov2019-09-20
* Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov2019-09-19
* GSSAPI error message improvementsPeter Eisentraut2019-09-19
* Revert change of ecpglib major versionPeter Eisentraut2019-09-19
* Fix example program in docs too (??)Alvaro Herrera2019-09-18
* Fix testlibpq3Alvaro Herrera2019-09-18
* pg_upgrade/test.sh: Quote sed(1) argumentAlvaro Herrera2019-09-18
* Remove unused smgrdounlinkfork() function.Fujii Masao2019-09-18
* Add some const decorations to array constantsPeter Eisentraut2019-09-17
* Fix bogus handling of XQuery regex option flags.Tom Lane2019-09-17
* Remove mingwcompat.cPeter Eisentraut2019-09-17
* Support for SSSSS datetime format patternAlexander Korotkov2019-09-16
* Support for FF1-FF6 datetime format patternsAlexander Korotkov2019-09-16
* Fix bogus sizeof calculations.Tom Lane2019-09-15
* Fix intermittent self-test failures caused by the stats_ext test.Dean Rasheed2019-09-15
* Revert "For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm."Noah Misch2019-09-14
* For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm.Noah Misch2019-09-13
* Replace xlc __fetch_and_add() with inline asm.Noah Misch2019-09-13
* Test pg_atomic_fetch_add_ with variable addend and 16-bit edge cases.Noah Misch2019-09-13
* Make tuplesort_set_bound() assertions more comprehensible, hopefully.Tom Lane2019-09-13
* logical decoding: process ASSIGNMENT during snapshot buildAlvaro Herrera2019-09-13
* Fix under-parenthesized macro definitionsAlvaro Herrera2019-09-13
* Fix progress reporting of CLUSTER / VACUUM FULLAlvaro Herrera2019-09-13
* Add tab completion for CREATE OR REPLACE in psql.Fujii Masao2019-09-13
* Fix nbtree page split rmgr desc routine.Peter Geoghegan2019-09-12
* Fix usage of whole-row variables in WCO and RLS policy expressions.Tom Lane2019-09-12
* Reorder two nbtree.h function prototypes.Peter Geoghegan2019-09-12
* Remove redundant _bt_truncate() comment paragraph.Peter Geoghegan2019-09-12
* Merge two assertions to make comment clearerAlvaro Herrera2019-09-12
* Improve coverage of psql for backslash commands with \if and \elifMichael Paquier2019-09-12
* Rearrange postmaster's startup sequence for better syslogger results.Tom Lane2019-09-11
* Fix comment in psql's describe.cMichael Paquier2019-09-11
* Expand properly list of TAP tests used for prove in vcregress.plMichael Paquier2019-09-11
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-11
* Reduce overhead of scanning the backend[] array in LISTEN/NOTIFY.Tom Lane2019-09-10
* Restructure libpq code to remove some duplicityAlvaro Herrera2019-09-10
* Add _bt_binsrch() scantid assertion to nbtree.Peter Geoghegan2019-09-09
* Be more careful about port selection in src/test/ldap/.Tom Lane2019-09-09
* Prevent msys2 conversion of "cmd /c" switch to a file pathAndrew Dunstan2019-09-09
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-09
* Fix handling of non-key columns get_index_column_opclass()Alexander Korotkov2019-09-09
* Improve new AND CHAIN testsPeter Eisentraut2019-09-09
* Fix RelationIdGetRelation calls that weren't bothering with error checks.Tom Lane2019-09-08