summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Consider secondary factors during nbtree splits.Peter Geoghegan2019-03-205-290/+947
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-2011-388/+1032
* Refactor nbtree insertion scankeys.Peter Geoghegan2019-03-207-346/+440
* Get rid of jsonpath_gram.h and jsonpath_scanner.hAlexander Korotkov2019-03-205-258/+266
* Rename typedef in jsonpath_gram.y from "string" to "JsonPathString"Alexander Korotkov2019-03-192-7/+8
* Tweak nbtsearch.c function prototype order.Peter Geoghegan2019-03-191-2/+1
* Make checkpoint requests more robust.Tom Lane2019-03-191-25/+33
* Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKeyword"Alexander Korotkov2019-03-191-9/+9
* Ignore attempts to add TOAST table to shared or catalog tablesPeter Eisentraut2019-03-191-16/+26
* Fix whitespacePeter Eisentraut2019-03-192-2/+0
* Fix bug in support for collation attributes on older ICU versionsPeter Eisentraut2019-03-191-4/+6
* Fix copyfuncs/equalfuncs support for VacuumStmt.Robert Haas2019-03-182-2/+4
* Implement OR REPLACE option for CREATE AGGREGATE.Andrew Gierth2019-03-197-14/+78
* Fix memory leak in printtup.c.Tom Lane2019-03-181-2/+10
* Revise parse tree representation for VACUUM and ANALYZE.Robert Haas2019-03-183-65/+87
* Fold vacuum's 'int options' parameter into VacuumParams.Robert Haas2019-03-184-59/+58
* Fix optimization of foreign-key on update actionsPeter Eisentraut2019-03-183-52/+86
* Revert 4178d8b91cAlexander Korotkov2019-03-181-18/+14
* Refactor more code logic to update the control fileMichael Paquier2019-03-181-42/+6
* Beautify initialization of JsonValueList and JsonLikeRegexContextAlexander Korotkov2019-03-171-14/+18
* Apply const qualifier to keywords of jsonpath_scan.lAlexander Korotkov2019-03-171-10/+10
* Remove some make rules added in 142c400d72Alexander Korotkov2019-03-171-2/+0
* Fix make rules for jsonpath grammar making them similar to SQL grammarAlexander Korotkov2019-03-172-2/+12
* Add support for collation attributes on older ICU versionsPeter Eisentraut2019-03-171-0/+104
* Fix compiler warning in jsonpath_exec.cAlexander Korotkov2019-03-171-5/+1
* Suppress -Wimplicit-fallthrough warnings in new jsonpath code.Tom Lane2019-03-161-2/+5
* Update copyright year in files added by 1bb5e78218.Amit Kapila2019-03-161-1/+1
* Numeric error suppression in jsonpathAlexander Korotkov2019-03-163-89/+309
* Partial implementation of SQL/JSON path languageAlexander Korotkov2019-03-1612-45/+4609
* Avoid casting away a constPeter Eisentraut2019-03-162-2/+2
* Improve code comments in b0eaa4c51b.Amit Kapila2019-03-161-3/+2
* Further reduce memory footprint of CLOBBER_CACHE_ALWAYS testing.Tom Lane2019-03-152-19/+52
* Add walreceiver API to get remote server versionPeter Eisentraut2019-03-153-12/+15
* Enable parallel query with SERIALIZABLE isolation.Thomas Munro2019-03-158-46/+234
* Fix some oversights in commit 2455ab488.Tom Lane2019-03-141-39/+33
* Improve code commentPeter Eisentraut2019-03-141-1/+5
* Remove unused #includePeter Eisentraut2019-03-141-1/+0
* Ensure dummy paths have correct required_outer if rel is parameterized.Tom Lane2019-03-142-2/+4
* Defend against leaks into RelationBuildPartitionDesc.Robert Haas2019-03-141-1/+19
* Refactor ParamListInfo initializationPeter Eisentraut2019-03-145-76/+38
* Sync commentary in transam.h and bki.sgml.Tom Lane2019-03-141-1/+9
* Use condition variables to wait for checkpoints.Thomas Munro2019-03-142-4/+23
* Include all columns in default names for foreign key constraintsPeter Eisentraut2019-03-133-3/+45
* Allow ALTER TABLE .. SET NOT NULL to skip provably unnecessary scans.Robert Haas2019-03-131-21/+90
* Rename pg_verify_checksums to pg_checksumsMichael Paquier2019-03-131-1/+1
* Correct obsolete nbtree page split comment.Peter Geoghegan2019-03-121-2/+4
* Add support for hyperbolic functions, as well as log10().Tom Lane2019-03-121-3/+157
* Remove remaining hard-wired OID references in the initial catalog data.Tom Lane2019-03-121-14/+66
* Create a script that can renumber manually-assigned OIDs.Tom Lane2019-03-121-0/+2
* Fix testing of parallel-safety of scan/join target.Etsuro Fujita2019-03-121-1/+1