Commit Graph

46681 Commits (c1afd175b5b2e5c44f6da34988342e00ecdfb518)
 

Author SHA1 Message Date
Peter Geoghegan c1afd175b5 Allow amcheck to re-find tuples using new search. 6 years ago
Peter Geoghegan fab2502433 Consider secondary factors during nbtree splits. 6 years ago
Peter Geoghegan dd299df818 Make heap TID a tiebreaker nbtree index column. 6 years ago
Peter Geoghegan e5adcb789d Refactor nbtree insertion scankeys. 6 years ago
Alexander Korotkov 550b9d26f8 Get rid of jsonpath_gram.h and jsonpath_scanner.h 6 years ago
Alexander Korotkov 641fde2523 Remove ambiguity for jsonb_path_match() and jsonb_path_exists() 6 years ago
Tom Lane 1f39a1c064 Restructure libpq's handling of send failures. 6 years ago
Alexander Korotkov 5e28b778bf Rename typedef in jsonpath_gram.y from "string" to "JsonPathString" 6 years ago
Peter Geoghegan 1009920aaa Tweak nbtsearch.c function prototype order. 6 years ago
Tom Lane 0dfe3d0ef5 Make checkpoint requests more robust. 6 years ago
Peter Eisentraut 28988a84cf Reorder LOCALLOCK structure members to compact the size 6 years ago
Alexander Korotkov 75c57058b0 Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKeyword" 6 years ago
Peter Eisentraut 590a87025b Ignore attempts to add TOAST table to shared or catalog tables 6 years ago
Peter Eisentraut e537ac5182 Fix whitespace 6 years ago
Peter Eisentraut 1f050c08f9 Fix bug in support for collation attributes on older ICU versions 6 years ago
Robert Haas 53680c116c Fix copyfuncs/equalfuncs support for VacuumStmt. 6 years ago
Andrew Gierth 01bde4fa4c Implement OR REPLACE option for CREATE AGGREGATE. 6 years ago
Tom Lane f2004f19ed Fix memory leak in printtup.c. 6 years ago
Andres Freund 11180a5015 Fix typos in sgml docs about RefetchForeignRow(). 6 years ago
Andres Freund 7571ce6f11 Remove leftover reference to oid column. 6 years ago
Robert Haas 1459e84cb2 Don't auto-restart per-database autoprewarm workers. 6 years ago
Robert Haas 6776142a07 Revise parse tree representation for VACUUM and ANALYZE. 6 years ago
Robert Haas f41551f61f Fold vacuum's 'int options' parameter into VacuumParams. 6 years ago
Peter Eisentraut 1ffa59a85c Fix optimization of foreign-key on update actions 6 years ago
Peter Eisentraut fb5806533f Remove unused macro 6 years ago
Alexander Korotkov a0478b6998 Revert 4178d8b91c 6 years ago
Michael Paquier 8b938d36f7 Refactor more code logic to update the control file 6 years ago
Michael Paquier a7eadaaaaf Fix pg_rewind when rewinding new database with tables included 6 years ago
Michael Paquier fa33956595 Error out in pg_checksums on incompatible block size 6 years ago
Alexander Korotkov 4178d8b91c Beautify initialization of JsonValueList and JsonLikeRegexContext 6 years ago
Alexander Korotkov aa1b7f3866 Apply const qualifier to keywords of jsonpath_scan.l 6 years ago
Alexander Korotkov c183a07f27 Remove some make rules added in 142c400d72 6 years ago
Alexander Korotkov 142c400d72 Fix make rules for jsonpath grammar making them similar to SQL grammar 6 years ago
Peter Eisentraut b8f9a2a69a Add support for collation attributes on older ICU versions 6 years ago
Alexander Korotkov 042162d628 Fix compiler warning in jsonpath_exec.c 6 years ago
Peter Eisentraut 0176eb210e Remove another unnecessary application_name specification in test 6 years ago
Tom Lane c43ecdee0f Further adjust the tests for the hyperbolic functions. 6 years ago
Tom Lane 20f7c3d560 Suppress -Wimplicit-fallthrough warnings in new jsonpath code. 6 years ago
Amit Kapila f27314ff9a Update copyright year in files added by 1bb5e78218. 6 years ago
Alexander Korotkov 16d489b0fe Numeric error suppression in jsonpath 6 years ago
Alexander Korotkov 72b6460336 Partial implementation of SQL/JSON path language 6 years ago
Peter Eisentraut 893d6f8a1f Avoid casting away a const 6 years ago
Peter Eisentraut 8e93a516e6 Don't propagate PGAPPNAME through pg_ctl in tests 6 years ago
Michael Meskes c21d6033f7 Use correct connection name variable in ecpglib. 6 years ago
Amit Kapila 06c8a5090e Improve code comments in b0eaa4c51b. 6 years ago
Tom Lane d3f48dfae4 Further reduce memory footprint of CLOBBER_CACHE_ALWAYS testing. 6 years ago
Peter Eisentraut aefcc2bba2 PL/Tcl: Improve trigger tests organization 6 years ago
Peter Eisentraut 69039fda83 Add walreceiver API to get remote server version 6 years ago
Michael Paquier 4e197bf195 Fix typo related to to_tsvector() in tests of json and jsonb 6 years ago
Thomas Munro bb16aba50c Enable parallel query with SERIALIZABLE isolation. 6 years ago