aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Consider secondary factors during nbtree splits.Peter Geoghegan2019-03-20
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-20
* Refactor nbtree insertion scankeys.Peter Geoghegan2019-03-20
* Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov2019-03-20
* Remove ambiguity for jsonb_path_match() and jsonb_path_exists()Alexander Korotkov2019-03-20
* Restructure libpq's handling of send failures.Tom Lane2019-03-19
* Rename typedef in jsonpath_gram.y from "string" to "JsonPathString"Alexander Korotkov2019-03-19
* Tweak nbtsearch.c function prototype order.Peter Geoghegan2019-03-19
* Make checkpoint requests more robust.Tom Lane2019-03-19
* Reorder LOCALLOCK structure members to compact the sizePeter Eisentraut2019-03-19
* Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKeyword"Alexander Korotkov2019-03-19
* Ignore attempts to add TOAST table to shared or catalog tablesPeter Eisentraut2019-03-19
* Fix whitespacePeter Eisentraut2019-03-19
* Fix bug in support for collation attributes on older ICU versionsPeter Eisentraut2019-03-19
* Fix copyfuncs/equalfuncs support for VacuumStmt.Robert Haas2019-03-18
* Implement OR REPLACE option for CREATE AGGREGATE.Andrew Gierth2019-03-19
* Fix memory leak in printtup.c.Tom Lane2019-03-18
* Revise parse tree representation for VACUUM and ANALYZE.Robert Haas2019-03-18
* Fold vacuum's 'int options' parameter into VacuumParams.Robert Haas2019-03-18
* Fix optimization of foreign-key on update actionsPeter Eisentraut2019-03-18
* Remove unused macroPeter Eisentraut2019-03-18
* Revert 4178d8b91cAlexander Korotkov2019-03-18
* Refactor more code logic to update the control fileMichael Paquier2019-03-18
* Fix pg_rewind when rewinding new database with tables includedMichael Paquier2019-03-18
* Error out in pg_checksums on incompatible block sizeMichael Paquier2019-03-18
* Beautify initialization of JsonValueList and JsonLikeRegexContextAlexander Korotkov2019-03-17
* Apply const qualifier to keywords of jsonpath_scan.lAlexander Korotkov2019-03-17
* Remove some make rules added in 142c400d72Alexander Korotkov2019-03-17
* Fix make rules for jsonpath grammar making them similar to SQL grammarAlexander Korotkov2019-03-17
* Add support for collation attributes on older ICU versionsPeter Eisentraut2019-03-17
* Fix compiler warning in jsonpath_exec.cAlexander Korotkov2019-03-17
* Remove another unnecessary application_name specification in testPeter Eisentraut2019-03-16
* Further adjust the tests for the hyperbolic functions.Tom Lane2019-03-16
* Suppress -Wimplicit-fallthrough warnings in new jsonpath code.Tom Lane2019-03-16
* Update copyright year in files added by 1bb5e78218.Amit Kapila2019-03-16
* Numeric error suppression in jsonpathAlexander Korotkov2019-03-16
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-16
* Avoid casting away a constPeter Eisentraut2019-03-16
* Don't propagate PGAPPNAME through pg_ctl in testsPeter Eisentraut2019-03-16
* Use correct connection name variable in ecpglib.Michael Meskes2019-03-16
* Improve code comments in b0eaa4c51b.Amit Kapila2019-03-16
* Further reduce memory footprint of CLOBBER_CACHE_ALWAYS testing.Tom Lane2019-03-15
* PL/Tcl: Improve trigger tests organizationPeter Eisentraut2019-03-15
* Add walreceiver API to get remote server versionPeter Eisentraut2019-03-15
* Fix typo related to to_tsvector() in tests of json and jsonbMichael Paquier2019-03-15
* Enable parallel query with SERIALIZABLE isolation.Thomas Munro2019-03-15
* During pg_upgrade, conditionally skip transfer of FSMs.Amit Kapila2019-03-15
* Reorder identity regression testPeter Eisentraut2019-03-15
* Fix some oversights in commit 2455ab488.Tom Lane2019-03-14
* Improve code commentPeter Eisentraut2019-03-14