Commit Graph

46689 Commits (7e7c57bbb2ebed7e8acbd2e62fadca5a5fe5df5f)
 

Author SHA1 Message Date
Alvaro Herrera 7e7c57bbb2 Fix dependency recording bug for partitioned PKs 7 years ago
Tom Lane bfb456c1b9 Improve error reporting for DROP FUNCTION/PROCEDURE/AGGREGATE/ROUTINE. 7 years ago
Thomas Munro 0f086f84ad Add DNS SRV support for LDAP server discovery. 7 years ago
Tom Lane 8aa9dd74b3 Sort the dependent objects before deletion in DROP OWNED BY. 7 years ago
Alvaro Herrera a6da004715 Add index_get_partition convenience function 7 years ago
Peter Geoghegan 3d0dcc5c7f Fix spurious compiler warning in nbtxlog.c. 7 years ago
Peter Geoghegan 7d3bf73ac4 Suppress DETAIL output from a foreign_data test. 7 years ago
Alvaro Herrera 815b20ae0c Restore RI trigger sanity check 7 years ago
Peter Geoghegan c1afd175b5 Allow amcheck to re-find tuples using new search. 7 years ago
Peter Geoghegan fab2502433 Consider secondary factors during nbtree splits. 7 years ago
Peter Geoghegan dd299df818 Make heap TID a tiebreaker nbtree index column. 7 years ago
Peter Geoghegan e5adcb789d Refactor nbtree insertion scankeys. 7 years ago
Alexander Korotkov 550b9d26f8 Get rid of jsonpath_gram.h and jsonpath_scanner.h 7 years ago
Alexander Korotkov 641fde2523 Remove ambiguity for jsonb_path_match() and jsonb_path_exists() 7 years ago
Tom Lane 1f39a1c064 Restructure libpq's handling of send failures. 7 years ago
Alexander Korotkov 5e28b778bf Rename typedef in jsonpath_gram.y from "string" to "JsonPathString" 7 years ago
Peter Geoghegan 1009920aaa Tweak nbtsearch.c function prototype order. 7 years ago
Tom Lane 0dfe3d0ef5 Make checkpoint requests more robust. 7 years ago
Peter Eisentraut 28988a84cf Reorder LOCALLOCK structure members to compact the size 7 years ago
Alexander Korotkov 75c57058b0 Rename typedef in jsonpath_scan.l from "keyword" to "JsonPathKeyword" 7 years ago
Peter Eisentraut 590a87025b Ignore attempts to add TOAST table to shared or catalog tables 7 years ago
Peter Eisentraut e537ac5182 Fix whitespace 7 years ago
Peter Eisentraut 1f050c08f9 Fix bug in support for collation attributes on older ICU versions 7 years ago
Robert Haas 53680c116c Fix copyfuncs/equalfuncs support for VacuumStmt. 7 years ago
Andrew Gierth 01bde4fa4c Implement OR REPLACE option for CREATE AGGREGATE. 7 years ago
Tom Lane f2004f19ed Fix memory leak in printtup.c. 7 years ago
Andres Freund 11180a5015 Fix typos in sgml docs about RefetchForeignRow(). 7 years ago
Andres Freund 7571ce6f11 Remove leftover reference to oid column. 7 years ago
Robert Haas 1459e84cb2 Don't auto-restart per-database autoprewarm workers. 7 years ago
Robert Haas 6776142a07 Revise parse tree representation for VACUUM and ANALYZE. 7 years ago
Robert Haas f41551f61f Fold vacuum's 'int options' parameter into VacuumParams. 7 years ago
Peter Eisentraut 1ffa59a85c Fix optimization of foreign-key on update actions 7 years ago
Peter Eisentraut fb5806533f Remove unused macro 7 years ago
Alexander Korotkov a0478b6998 Revert 4178d8b91c 7 years ago
Michael Paquier 8b938d36f7 Refactor more code logic to update the control file 7 years ago
Michael Paquier a7eadaaaaf Fix pg_rewind when rewinding new database with tables included 7 years ago
Michael Paquier fa33956595 Error out in pg_checksums on incompatible block size 7 years ago
Alexander Korotkov 4178d8b91c Beautify initialization of JsonValueList and JsonLikeRegexContext 7 years ago
Alexander Korotkov aa1b7f3866 Apply const qualifier to keywords of jsonpath_scan.l 7 years ago
Alexander Korotkov c183a07f27 Remove some make rules added in 142c400d72 7 years ago
Alexander Korotkov 142c400d72 Fix make rules for jsonpath grammar making them similar to SQL grammar 7 years ago
Peter Eisentraut b8f9a2a69a Add support for collation attributes on older ICU versions 7 years ago
Alexander Korotkov 042162d628 Fix compiler warning in jsonpath_exec.c 7 years ago
Peter Eisentraut 0176eb210e Remove another unnecessary application_name specification in test 7 years ago
Tom Lane c43ecdee0f Further adjust the tests for the hyperbolic functions. 7 years ago
Tom Lane 20f7c3d560 Suppress -Wimplicit-fallthrough warnings in new jsonpath code. 7 years ago
Amit Kapila f27314ff9a Update copyright year in files added by 1bb5e78218. 7 years ago
Alexander Korotkov 16d489b0fe Numeric error suppression in jsonpath 7 years ago
Alexander Korotkov 72b6460336 Partial implementation of SQL/JSON path language 7 years ago
Peter Eisentraut 893d6f8a1f Avoid casting away a const 7 years ago